Modifier and Type | Method and Description |
---|---|
ServiceSpec |
Service.getServiceSpec()
The ServiceSpec object has account information for the current client
session, such as user and customer entities and access rights, once
the service has been initiated.
|
ServiceSpec |
AsyncService.getServiceSpec()
The ServiceSpec object has account information for the current client
session, such as user and customer entities and access rights, once
the service has been initiated.
|
ServiceSpec |
AsyncServiceImpl.getServiceSpec()
The ServiceSpec object has account information for the current client
session, such as user and customer entities and access rights, once
the service has been initiated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Transaction.execute(ServiceSpec service)
Executes the transaction.
|
java.lang.String |
DeleteTransaction.getURL(ServiceSpec service) |
java.lang.String |
GetTransaction.getURL(ServiceSpec service) |
java.lang.String |
PostTransaction.getURL(ServiceSpec service) |
java.lang.String |
PutTransaction.getURL(ServiceSpec service) |
void |
GetTransaction.processResponse(JSONObject response,
ServiceSpec service) |