| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient | |
| uk.co.visalia.brightpearl.apiclient.request |
| Modifier and Type | Field and Description |
|---|---|
static ServiceName |
ServiceName.ACCOUNTING |
static ServiceName |
ServiceName.CONTACT |
static ServiceName |
ServiceName.INTEGRATION |
static ServiceName |
ServiceName.ORDER |
static ServiceName |
ServiceName.PRODUCT |
static ServiceName |
ServiceName.WAREHOUSE |
| Modifier and Type | Method and Description |
|---|---|
ServiceName |
AbstractServiceRequest.getService()
Returns the name of the Brightpearl service that contains the resource to be called.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ServiceWriteRequestBuilder<T> |
ServiceWriteRequestBuilder.newDeleteRequest(ServiceName service,
String path,
Class<T> responseType)
Creates a new DELETE request builder configured with the URL to call and expected response type.
|
static <T> ServiceWriteRequestBuilder<T> |
ServiceWriteRequestBuilder.newDeleteRequest(ServiceName service,
String path,
Type responseType)
Creates a new DELETE request builder configured with the URL to call and expected response type.
|
static <T> ServiceReadRequestBuilder<T> |
ServiceReadRequestBuilder.newGetRequest(ServiceName service,
String path,
Class<T> responseType)
Creates a new GET request builder configured with the URL to call and expected response type.
|
static <T> ServiceReadRequestBuilder<T> |
ServiceReadRequestBuilder.newGetRequest(ServiceName service,
String path,
Type responseType)
Creates a new GET request builder configured with the URL to call and expected response type.
|
static <T> ServiceReadRequestBuilder<T> |
ServiceReadRequestBuilder.newOptionsRequest(ServiceName service,
String path,
Class<T> responseType)
Creates a new OPTIONS request builder configured with the URL to call and expected response type.
|
static <T> ServiceReadRequestBuilder<T> |
ServiceReadRequestBuilder.newOptionsRequest(ServiceName service,
String path,
Type responseType)
Creates a new OPTIONS request builder configured with the URL to call and expected response type.
|
static <T> ServiceWriteRequestBuilder<T> |
ServiceWriteRequestBuilder.newPostRequest(ServiceName service,
String path,
Object entity,
Class<T> responseType)
Creates a new POST request builder configured with the URL to call and expected response type.
|
static <T> ServiceWriteRequestBuilder<T> |
ServiceWriteRequestBuilder.newPostRequest(ServiceName service,
String path,
Object entity,
Type responseType)
Creates a new POST request builder configured with the URL to call and expected response type.
|
static <T> ServiceWriteRequestBuilder<T> |
ServiceWriteRequestBuilder.newPutRequest(ServiceName service,
String path,
Object entity,
Class<T> responseType)
Creates a new PUT request builder configured with the URL to call and expected response type.
|
static <T> ServiceWriteRequestBuilder<T> |
ServiceWriteRequestBuilder.newPutRequest(ServiceName service,
String path,
Object entity,
Type responseType)
Creates a new PUT request builder configured with the URL to call and expected response type.
|
static <T> ServiceSearchRequestBuilder<T> |
ServiceSearchRequestBuilder.newSearchRequest(ServiceName service,
String path,
Class<T> responseType)
Creates a new search request builder configured with the URL to call and expected response type.
|
static <T> ServiceSearchRequestBuilder<T> |
ServiceSearchRequestBuilder.newSearchRequest(ServiceName service,
String path,
Type responseType)
Creates a new search request builder configured with the URL to call and expected response type.
|
Copyright © 2014. All Rights Reserved.