Uses of Class
no.digipost.api.client.representations.SensitivityLevel
-
Packages that use SensitivityLevel 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 SensitivityLevel in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as SensitivityLevel Modifier and Type Field Description SensitivityLevel
Document. sensitivityLevel
SensitivityLevel
MoveFilesFromPublicSectorMetadata. sensitivityLevel
Methods in no.digipost.api.client.representations that return SensitivityLevel Modifier and Type Method 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.Constructors in no.digipost.api.client.representations with parameters of type SensitivityLevel Constructor Description Document(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)
-