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

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

Fields in no.digipost.api.client.representations declared as SmsNotification
protected  SmsNotification Message.smsNotification
           
 

Methods in no.digipost.api.client.representations that return SmsNotification
 SmsNotification Message.getSmsNotification()
           
 

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



Copyright © 2012 Digipost Open Source. All Rights Reserved.