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 |
---|---|
SensitivityLevel |
MoveFilesFromPublicSectorMetadata.sensitivityLevel |
SensitivityLevel |
Document.sensitivityLevel |
Modifier and Type | Method and Description |
---|---|
static SensitivityLevel |
SensitivityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensitivityLevel[] |
SensitivityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Document(String uuid,
String subject,
FileType fileType,
String openingReceipt,
SmsNotification smsNotification,
EmailNotification emailNotification,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel) |
Document(String uuid,
String subject,
FileType fileType,
String openingReceipt,
SmsNotification smsNotification,
EmailNotification emailNotification,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
Boolean opened,
List<no.digipost.api.datatypes.DataType> metadata,
String... technicalType) |
Invoice(String uuid,
String subject,
FileType fileType,
String openingReceipt,
SmsNotification smsNotification,
EmailNotification emailNotification,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
LocalDate dueDate) |
Invoice(String uuid,
String subject,
FileType fileType,
String openingReceipt,
SmsNotification smsNotification,
EmailNotification emailNotification,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
LocalDate dueDate,
Boolean opened,
String... technicalType) |
MoveFilesFromPublicSectorMetadata(Boolean opened,
ZonedDateTime deliveryTime,
String subject,
SensitivityLevel sensitivityLevel,
AuthenticationLevel authenticationLevel,
String x509Certificate,
String destinationMailbox,
String destinationMailboxAddress,
List<DocumentMetadata> documents) |
Copyright © 2017 Digipost. All rights reserved.