| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient | |
| uk.co.visalia.brightpearl.apiclient.request |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BrightpearlApiClient.get(AppAuthorisation authorisation,
ServiceReadRequest<T> serviceRequest)
Make a GET or OPTIONS call to the API, and extract the expected response entity from the JSON returned.
|
<T> T |
BrightpearlLegacyApiSession.get(ServiceReadRequest<T> request)
Executes a GET or OPTIONs request and returns the parsed response if the request was successful.
|
<T> T |
BrightpearlApiClient.ApiSession.get(ServiceReadRequest<T> serviceRequest)
Make a GET or OPTIONS call to the API, and extract the expected response entity from the JSON returned.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceSearchRequest<T>
An extension of
ServiceReadRequest used for resource searches. |
| Modifier and Type | Method and Description |
|---|---|
ServiceReadRequest<T> |
ServiceReadRequestBuilder.build()
Builds an immutable request instance from values provided to this builder.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceReadRequest<T>> |
ServiceReadRequestSet.getRequests() |
Iterator<ServiceReadRequest<T>> |
ServiceReadRequestSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ServiceReadRequestSetBuilder<T> |
ServiceReadRequestSetBuilder.withAddedRequest(ServiceReadRequest<T> request)
Adds a request to the batch.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceReadRequestSetBuilder<T> |
ServiceReadRequestSetBuilder.withAddedRequests(Set<ServiceReadRequest<T>> requests)
Adds a set of requests to the batch.
|
Copyright © 2014. All Rights Reserved.