Uses of Class
com.Komunaldata.SmsGateway.Response.getSmsOutResponse

Packages that use getSmsOutResponse
com.Komunaldata.SmsGateway   
 

Uses of getSmsOutResponse in com.Komunaldata.SmsGateway
 

Methods in com.Komunaldata.SmsGateway that return getSmsOutResponse
static getSmsOutResponse SmsGateway.getSmsOutByAccount(SMSUser user, boolean listDeleted)
          Gets all outgoing SMS for the account which the user is member of.
static getSmsOutResponse SmsGateway.getSmsOutByAccount(java.lang.String userName, java.lang.String password, boolean listDeleted)
          Gets all outgoing SMS for the account which the user is member of.
static getSmsOutResponse SmsGateway.getSmsOutById(SMSUser user, java.lang.Integer sms_id)
          Gets a single outgoing SMS by its Id.
static getSmsOutResponse SmsGateway.getSmsOutById(java.lang.String userName, java.lang.String password, java.lang.Integer sms_id)
          Gets a single outgoing SMS by its Id.
static getSmsOutResponse SmsGateway.getSmsOutByUser(SMSUser user, boolean listDeleted)
          Gets all outgoing SMS for the user.
static getSmsOutResponse SmsGateway.getSmsOutByUser(java.lang.String userName, java.lang.String password, boolean listDeleted)
          Gets all outgoing SMS for the user.