Uses of Enum
no.digipost.api.client.representations.DocumentEventType
Packages that use DocumentEventType
-
Uses of DocumentEventType in no.digipost.api.client.representations
Methods in no.digipost.api.client.representations that return DocumentEventTypeModifier and TypeMethodDescriptionDocumentEvent.getType()static DocumentEventTypeReturns the enum constant of this type with the specified name.static DocumentEventType[]DocumentEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in no.digipost.api.client.representations with parameters of type DocumentEventTypeModifierConstructorDescriptionDocumentEvent(UUID uuid, DocumentEventType type, ZonedDateTime created, ZonedDateTime documentCreated) DocumentEvent(UUID uuid, DocumentEventType type, ZonedDateTime created, ZonedDateTime documentCreated, EventMetadata metadata)