Class and Description |
---|
AsyncService
An asynchronous version of the REST API Service class,
with callback interfaces instead of blocking methods.
|
AsyncService.AccountCallback
Defines callback methods for transactions establishing the
customer account context for the API service.
|
AsyncService.DataRetrieveCallback
Callback interface for GetTransaction.
|
AsyncService.TransactionCallback
Generic transaction callback interface.
|
Filter
Represents a data retrieval filter, specifying a filtering
operation on a resource property.
|
Filter.Operator |
GetTransaction
Transaction to retrieve resource objects from the server.
|
ResourceItem
Represents any (id, name) pair, useful for resource
object list entries and other minimal domain objects.
|
Resources
Defines the API resources available.
|
ResourceTransaction
Superclass for REST transactions.
|
ServiceSpec
Represents a specification of the API Service/Session,
with data about the user and customer entities.
|
Transaction
Abstract superclass for defining server transactions.
|
TransactionException
Exception thrown when an API transaction fails, for reasons
other than an IOException.
|