| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient |
| Modifier and Type | Method and Description |
|---|---|
<T> SearchResults<T> |
BrightpearlApiClient.search(AppAuthorisation authorisation,
SearchRequestBuilder<T> serviceRequestBuilder)
Convenience shortcut for
BrightpearlApiClient.search(AppAuthorisation, ServiceSearchRequest). |
<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(SearchRequestBuilder<T> requestBuilder)
Executes a search request and returns the parsed response if the request was successful.
|
<T> SearchResults<T> |
BrightpearlApiClient.ApiSession.search(SearchRequestBuilder<T> serviceRequestBuilder)
Convenience shortcut for
BrightpearlApiClient.ApiSession.search(uk.co.visalia.brightpearl.apiclient.request.ServiceSearchRequest). |
<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. |
Copyright © 2014. All Rights Reserved.