Modifier and Type | Method and Description |
---|---|
JSONArray |
Service.doTransaction(ResourceTransaction trans)
Wrapper method executing ResourceTransactions, returning the reply
objects if successful and throwing an Exception if not.
|
void |
Service.initiate(java.lang.String authenticationToken)
Initiate the service, authenticating the client with an authentication
token.
|
void |
Service.initiate(java.lang.String username,
java.lang.String password)
Initiate the service, authenticating the client with user name and
password.
|
void |
Service.setCustomerContext(long customerId)
If the currently authenticated user has access to multiple customer
accounts, it is possible to switch between them, to target a different
account.
|