Uses of Enum
no.digipost.api.client.representations.Channel
Packages that use Channel
-
Uses of Channel in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as ChannelModifier and TypeFieldDescriptionDocumentStatus.channel
protected Channel
MessageDelivery.deliveryMethod
Methods in no.digipost.api.client.representations that return ChannelModifier and TypeMethodDescriptionMessage.getChannel()
MessageDelivery.getChannel()
static Channel
Returns the enum constant of this type with the specified name.static Channel[]
Channel.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 ChannelModifierConstructorDescriptionDocumentStatus
(UUID uuid, DeliveryStatus status, ZonedDateTime created, ZonedDateTime delivered, Read read, Channel channel, boolean isPrimaryDocument, String contentHash, HashAlgorithm contentHashAlgorithm, List<DocumentStatus> attachments, List<Link> links) MessageDelivery
(String messageId, Channel channel, MessageStatus status, ZonedDateTime deliveryTime)