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

Packages that use SMSOut
com.Komunaldata.SmsGateway.Response   
 

Uses of SMSOut in com.Komunaldata.SmsGateway.Response
 

Fields in com.Komunaldata.SmsGateway.Response declared as SMSOut
protected  SMSOut[] getSmsOutResponse.returnValue
           
 

Methods in com.Komunaldata.SmsGateway.Response that return SMSOut
 SMSOut[] getSmsOutResponse.getReturnValue()
          Gets the outgoing SMS-es associated to the Account/User/ID
 

Constructors in com.Komunaldata.SmsGateway.Response with parameters of type SMSOut
getSmsOutResponse(boolean hasError, java.lang.String errorString, java.lang.String userErrorString, SMSOut[] returnValue)