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

Packages that use getSmsInResponse
com.Komunaldata.SmsGateway   
 

Uses of getSmsInResponse in com.Komunaldata.SmsGateway
 

Methods in com.Komunaldata.SmsGateway that return getSmsInResponse
static getSmsInResponse SmsGateway.getSmsInByDedicatedAccount(SMSUser user)
          Gets all incoming SMS which is recieved by dedicated modem for the account the user is member of.
static getSmsInResponse SmsGateway.getSmsInByDedicatedAccount(java.lang.String userName, java.lang.String password)
          Gets all incoming SMS which is recieved by dedicated modem for the account the user is member of.
static getSmsInResponse SmsGateway.getSmsInByNonDedicatedAccount(SMSUser user)
          Gets all incoming SMS which is recieved by non-dedicated modem for the account the user is member of.
static getSmsInResponse SmsGateway.getSmsInByNonDedicatedAccount(java.lang.String userName, java.lang.String password)
          Gets all incoming SMS which is recieved by dedicated modem for the account the user is member of.
static getSmsInResponse SmsGateway.getSmsInByUser(SMSUser user)
          Gets all incoming SMS for the user.
static getSmsInResponse SmsGateway.getSmsInByUser(java.lang.String userName, java.lang.String password)
          Gets all incoming SMS for the user.