Uses of Enum
no.digipost.api.client.representations.AuthenticationLevel
Packages that use AuthenticationLevel
Package
Description
-
Uses of AuthenticationLevel in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as AuthenticationLevelModifier and TypeFieldDescriptionfinal AuthenticationLevel
Document.authenticationLevel
final AuthenticationLevel
MoveFilesFromPublicSectorMetadata.authenticationLevel
Methods in no.digipost.api.client.representations that return AuthenticationLevelModifier and TypeMethodDescriptionstatic AuthenticationLevel
Returns the enum constant of this type with the specified name.static AuthenticationLevel[]
AuthenticationLevel.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 AuthenticationLevelModifierConstructorDescriptionDocument
(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) -
Uses of AuthenticationLevel in no.digipost.api.client.representations.inbox
Fields in no.digipost.api.client.representations.inbox declared as AuthenticationLevelMethods in no.digipost.api.client.representations.inbox that return AuthenticationLevel