Uses of Enum
no.digipost.api.client.representations.DeliveryStatus
Packages that use DeliveryStatus
-
Uses of DeliveryStatus in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as DeliveryStatusMethods in no.digipost.api.client.representations that return DeliveryStatusModifier and TypeMethodDescriptionstatic DeliveryStatus
Returns the enum constant of this type with the specified name.static DeliveryStatus[]
DeliveryStatus.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 DeliveryStatusModifierConstructorDescriptionDocumentStatus
(UUID uuid, DeliveryStatus status, ZonedDateTime created, ZonedDateTime delivered, Read read, Channel channel, boolean isPrimaryDocument, String contentHash, HashAlgorithm contentHashAlgorithm, List<DocumentStatus> attachments, List<Link> links)