- Service - Class in no.tellu.findit.client.api
-
This class represents the REST API service, and an
object of this class is used to perform transactions.
- Service(String) - Constructor for class no.tellu.findit.client.api.Service
-
- Service(String, int, int) - Constructor for class no.tellu.findit.client.api.Service
-
- ServiceSpec - Class in no.tellu.findit.client.api
-
Represents a specification of the API Service/Session,
with data about the user and customer entities.
- setContent(String) - Method in class no.tellu.findit.client.api.GetTransaction
-
Specify which properties of the resource objects to
include in the reply.
- setCustomerContext(long, AsyncService.AccountCallback) - Method in interface no.tellu.findit.client.api.AsyncService
-
If the currently authenticated user has access to multiple customer
accounts, it is possible to switch between them, to target a different
account.
- setCustomerContext(long, AsyncService.AccountCallback) - Method in class no.tellu.findit.client.api.AsyncServiceImpl
-
- setCustomerContext(long) - Method in class no.tellu.findit.client.api.Service
-
If the currently authenticated user has access to multiple customer
accounts, it is possible to switch between them, to target a different
account.
- setId(long) - Method in class no.tellu.findit.client.api.DeleteTransaction
-
- setId(long) - Method in class no.tellu.findit.client.api.GetTransaction
-
- setId(long) - Method in class no.tellu.findit.client.api.ResourceItem
-
- setName(String) - Method in class no.tellu.findit.client.api.ResourceItem
-
- setObject(JSONObject) - Method in class no.tellu.findit.client.api.PostTransaction
-
Set the object to put, as a JSONObject.
- setObject(JSONObject) - Method in class no.tellu.findit.client.api.PutTransaction
-
Set the object to put, as a JSONObject.
- setObject(String, String) - Method in class no.tellu.findit.client.api.PutTransaction
-
Set the object to put, as a JSON string.
- setResourceId(String) - Method in class no.tellu.findit.client.api.DeleteTransaction
-
- setResourceId(String) - Method in class no.tellu.findit.client.api.GetTransaction
-
Specify resource id to get a specific resource object.
- setTransactionSize(int) - Method in class no.tellu.findit.client.api.GetTransaction
-
Set the number of objects to retrieve per transaction.