| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient.multimessage |
| Modifier and Type | Method and Description |
|---|---|
ServiceResponse<T> |
ServiceResponseBuilder.build()
Constructs the immutable
MultiResponse instance. |
<T> ServiceResponse<T> |
MultiResponse.getServiceResponse(ServiceWriteRequest<T> request)
Fetches the response for an individual request included in the multimessage, using the request's unique ID.
|
ServiceResponse |
MultiResponse.getServiceResponse(String ruid)
Fetches the response for an individual request included in the multimessage, using the request's unique ID.
|
| Modifier and Type | Method and Description |
|---|---|
MultiResponseBuilder |
MultiResponseBuilder.withServiceResponseMap(Map<String,ServiceResponse> serviceResponseMap)
Set the results of individual executed requests as a map of request unique ID to response object.
|
Copyright © 2014. All Rights Reserved.