Uses of Class
no.digipost.api.client.representations.DeliveryStatus
-
Packages that use DeliveryStatus Package Description no.digipost.api.client.representations Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of DeliveryStatus in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as DeliveryStatus Modifier and Type Field Description DeliveryStatus
DocumentStatus. status
Methods in no.digipost.api.client.representations that return DeliveryStatus Modifier and Type Method Description static DeliveryStatus
DeliveryStatus. valueOf(String name)
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 DeliveryStatus Constructor Description DocumentStatus(UUID uuid, DeliveryStatus status, ZonedDateTime created, ZonedDateTime delivered, Read read, Channel channel, boolean isPrimaryDocument, String contentHash, HashAlgorithm contentHashAlgorithm, List<DocumentStatus> attachments, List<Link> links)
-