Uses of Class
no.digipost.api.client.representations.AuthenticationLevel

Packages that use AuthenticationLevel
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 AuthenticationLevel in no.digipost.api.client.representations
 

Fields in no.digipost.api.client.representations declared as AuthenticationLevel
protected  AuthenticationLevel Message.authenticationLevel
           
 

Methods in no.digipost.api.client.representations that return AuthenticationLevel
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.
 

Constructors in no.digipost.api.client.representations with parameters of type AuthenticationLevel
Invoice(String messageId, String subject, DigipostAddress digipostAdress, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, org.joda.time.LocalDate dueDate, Link... links)
           
Invoice(String messageId, String subject, PersonalIdentificationNumber id, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, org.joda.time.LocalDate dueDate, Link... links)
           
Message(String messageId, String subject, DigipostAddress digipostAdress, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, Link... links)
           
Message(String messageId, String subject, PersonalIdentificationNumber id, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, Link... links)
           
 



Copyright © 2012 Digipost Open Source. All Rights Reserved.