| 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 | 
|---|---|
| protected AuthenticationLevel | Message. authenticationLevel | 
| Modifier and Type | Method and Description | 
|---|---|
| static AuthenticationLevel | AuthenticationLevel. fromLevel(int verdi) | 
| static AuthenticationLevel | AuthenticationLevel. fromValue(String v) | 
| AuthenticationLevel | Message. getAuthenticationLevel() | 
| 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. | 
| Constructor and Description | 
|---|
| Invoice(String uuid,
       String subject,
       PersonalIdentificationNumber id,
       SmsNotification smsVarsling,
       AuthenticationLevel authenticationLevel,
       SensitivityLevel sensitivityLevel,
       FileType fileType,
       String kid,
       BigDecimal amount,
       String account,
       org.joda.time.LocalDate dueDate) | 
| Invoice(String uuid,
       String subject,
       RecipientIdentification recipient,
       SmsNotification smsVarsling,
       AuthenticationLevel authenticationLevel,
       SensitivityLevel sensitivityLevel,
       FileType fileType,
       String kid,
       BigDecimal amount,
       String account,
       org.joda.time.LocalDate dueDate) | 
| Message(String uuid,
       String subject,
       DigipostAddress digipostAdress,
       SmsNotification smsVarsling,
       AuthenticationLevel authenticationLevel,
       SensitivityLevel sensitivityLevel,
       FileType digipostFileType) | 
| Message(String uuid,
       String subject,
       NameAndAddress nameAndAddress,
       SmsNotification smsVarsling,
       AuthenticationLevel authenticationLevel,
       SensitivityLevel sensitivityLevel,
       FileType digipostFileType) | 
| Message(String uuid,
       String subject,
       OrganisationNumber id,
       SmsNotification smsVarsling,
       AuthenticationLevel authenticationLevel,
       SensitivityLevel sensitivityLevel,
       FileType digipostFileType) | 
| Message(String uuid,
       String subject,
       PersonalIdentificationNumber id,
       SmsNotification smsVarsling,
       AuthenticationLevel authenticationLevel,
       SensitivityLevel sensitivityLevel,
       FileType digipostFileType) | 
| Message(String uuid,
       String subject,
       RecipientIdentification recipient,
       SmsNotification smsVarsling,
       AuthenticationLevel authenticationLevel,
       SensitivityLevel sensitivityLevel,
       FileType digipostFileType) | 
Copyright © 2014 Digipost Open Source. All rights reserved.