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.
|
Modifier and Type | Field and Description |
---|---|
Read |
DocumentStatus.read |
Modifier and Type | Method and Description |
---|---|
static Read |
Read.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Read[] |
Read.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DocumentStatus(String uuid,
DeliveryStatus status,
ZonedDateTime created,
ZonedDateTime delivered,
Read read,
Channel channel,
boolean isPrimaryDocument,
String contentHash,
HashAlgorithm contentHashAlgorithm,
List<DocumentStatus> attachments,
List<Link> links) |
Copyright © 2018 Digipost. All rights reserved.