Uses of Class
no.digipost.api.client.representations.AuthenticationLevel
-
Packages that use AuthenticationLevel 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.no.digipost.api.client.representations.inbox 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 AuthenticationLevel in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as AuthenticationLevel Modifier and Type Field Description AuthenticationLevel
Document. authenticationLevel
AuthenticationLevel
MoveFilesFromPublicSectorMetadata. authenticationLevel
Methods in no.digipost.api.client.representations that return AuthenticationLevel Modifier and Type Method Description static AuthenticationLevel
AuthenticationLevel. valueOf(String name)
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 AuthenticationLevel 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)
-
Uses of AuthenticationLevel in no.digipost.api.client.representations.inbox
Fields in no.digipost.api.client.representations.inbox declared as AuthenticationLevel Modifier and Type Field Description protected AuthenticationLevel
InboxDocument. authenticationLevel
Methods in no.digipost.api.client.representations.inbox that return AuthenticationLevel Modifier and Type Method Description AuthenticationLevel
InboxDocument. getAuthenticationLevel()
-