T - Placeholder for the search domain object type to be extracted from the JSON response.public interface SearchRequestBuilder<T>
ServiceSearchRequests. This serves no other purpose than allowing
the builder itself to be passed to BrightpearlLegacyApiSession.search(SearchRequestBuilder),
removing the need to call build() and increasing readability.| Modifier and Type | Method and Description |
|---|---|
ServiceSearchRequest<T> |
build()
Build an immutable request instance for execution.
|
ServiceSearchRequest<T> build()
Copyright © 2014. All Rights Reserved.