Uses of Enum
no.digipost.api.client.representations.MessageStatus
Packages that use MessageStatus
-
Uses of MessageStatus in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as MessageStatusMethods in no.digipost.api.client.representations that return MessageStatusModifier and TypeMethodDescriptionstatic MessageStatus
MessageDelivery.getStatus()
static MessageStatus
Returns the enum constant of this type with the specified name.static MessageStatus[]
MessageStatus.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 MessageStatusModifierConstructorDescriptionMessageDelivery
(String messageId, Channel channel, MessageStatus status, ZonedDateTime deliveryTime)