|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttangocard.sdk.request.BaseRequest
tangocard.sdk.request.GetAvailableBalanceRequest
public class GetAvailableBalanceRequest
The Class GetAvailableBalanceRequest.
Constructor Summary | |
---|---|
GetAvailableBalanceRequest(TangoCardServiceApiEnum enumTangoCardServiceApi,
java.lang.String username,
java.lang.String password)
Instantiates a new gets the available balance request. |
Method Summary | |
---|---|
boolean |
execute(GetAvailableBalanceResponse response)
Execute. |
java.lang.String |
getJsonEncodedRequest()
Gets the JSON encoded request. |
java.lang.String |
getRequestAction()
Gets the request action. |
Methods inherited from class tangocard.sdk.request.BaseRequest |
---|
execute, getPassword, getTangoCardServiceApiEnum, getUsername, setPassword, setTangoCardServiceApiEnum, setUsername |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetAvailableBalanceRequest(TangoCardServiceApiEnum enumTangoCardServiceApi, java.lang.String username, java.lang.String password)
enumTangoCardServiceApi
- the enum Tango Card service apiusername
- The username to access User's registered Tango Card accountpassword
- The password to access User's registered Tango Card accountMethod Detail |
---|
public boolean execute(GetAvailableBalanceResponse response) throws java.lang.Exception
java.lang.Exception
public java.lang.String getJsonEncodedRequest() throws TangoCardSdkException
BaseRequest
getJsonEncodedRequest
in class BaseRequest
TangoCardSdkException
public java.lang.String getRequestAction()
BaseRequest
getRequestAction
in class BaseRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |