Uses of Enum
no.digipost.api.client.representations.SensitivityLevel
Packages that use SensitivityLevel
-
Uses of SensitivityLevel in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as SensitivityLevelModifier and TypeFieldDescriptionfinal SensitivityLevel
Document.sensitivityLevel
final SensitivityLevel
MoveFilesFromPublicSectorMetadata.sensitivityLevel
Methods in no.digipost.api.client.representations that return SensitivityLevelModifier and TypeMethodDescriptionstatic SensitivityLevel
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.Constructors in no.digipost.api.client.representations with parameters of type SensitivityLevelModifierConstructorDescriptionDocument
(UUID uuid, String subject, FileType fileType, String openingReceipt, SmsNotification smsNotification, EmailNotification emailNotification, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel) Document
(UUID uuid, String subject, FileType fileType, String openingReceipt, SmsNotification smsNotification, EmailNotification emailNotification, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, Boolean opened, no.digipost.api.datatypes.DataType data, String... technicalType) MoveFilesFromPublicSectorMetadata
(Boolean opened, ZonedDateTime deliveryTime, String subject, SensitivityLevel sensitivityLevel, AuthenticationLevel authenticationLevel, String x509Certificate, String destinationMailbox, String destinationMailboxAddress, List<DocumentMetadata> documents)