| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient | |
| uk.co.visalia.brightpearl.apiclient.request |
| Modifier and Type | Method and Description |
|---|---|
<T> SearchResults<T> |
BrightpearlApiClient.search(AppAuthorisation authorisation,
ServiceSearchRequest<T> serviceRequest)
Makes a GET call to a search API, and deserialises the response into a
SearchResults object that contains
meta information, reference data and a list of results. |
<T> SearchResults<T> |
BrightpearlLegacyApiSession.search(ServiceSearchRequest<T> request)
Executes a search request and returns the parsed response if the request was successful.
|
<T> SearchResults<T> |
BrightpearlApiClient.ApiSession.search(ServiceSearchRequest<T> serviceRequest)
Makes a GET call to a search API, and deserialises the response into a
SearchResults object that contains
meta information, reference data and a list of results. |
| Modifier and Type | Method and Description |
|---|---|
ServiceSearchRequest<T> |
ServiceSearchRequestBuilder.build()
Constructs the immutable request instance for execution.
|
ServiceSearchRequest<T> |
SearchRequestBuilder.build()
Build an immutable request instance for execution.
|
Copyright © 2014. All Rights Reserved.