| Interface | Description |
|---|---|
| SearchRequestBuilder<T> |
A common interface for builders that create
ServiceSearchRequests. |
| Class | Description |
|---|---|
| AbstractServiceRequest<T> |
This is the superclass for read and write request classes, providing the functionality common to both.
|
| ServiceReadRequest<T> |
Represents a read request to be made to the Brightpearl API.
|
| ServiceReadRequestBuilder<T> |
A factory for immutable
ServiceReadRequest instances. |
| ServiceReadRequestSet<T> |
An iterable set of read requests returned from
ServiceReadRequestBuilder. |
| ServiceReadRequestSetBuilder<T> |
A factory for immutable
ServiceReadRequestSet instances. |
| ServiceSearchRequest<T> |
An extension of
ServiceReadRequest used for resource searches. |
| ServiceSearchRequestBuilder<T> |
A builder used to construct generic
ServiceSearchRequest instances that may be used against any search resource. |
| ServiceWriteRequest<T> |
Represents a write request to be made to the Brightpearl API.
|
| ServiceWriteRequestBuilder<T> |
A factory for immutable
ServiceWriteRequest instances. |
| Enum | Description |
|---|---|
| SortDirection |
Sort directions accepted by search resources.
|
| Annotation Type | Description |
|---|---|
| ReferenceField |
An annotation for search result domain object fields where the field is populated from a reference data map included
in the search result.
|
| ReferenceKey |
An annotation for search result domain object fields where the field is a key to one or more reference data maps that
provide values for other fields on the same domain object.
|
Copyright © 2014. All Rights Reserved.