public static interface ItemResponse.Builder extends SdkPojo, CopyableBuilder<ItemResponse.Builder,ItemResponse>
| Modifier and Type | Method and Description |
|---|---|
default ItemResponse.Builder |
endpointItemResponse(Consumer<EndpointItemResponse.Builder> endpointItemResponse)
The response that was received after the endpoint data was accepted.
|
ItemResponse.Builder |
endpointItemResponse(EndpointItemResponse endpointItemResponse)
The response that was received after the endpoint data was accepted.
|
ItemResponse.Builder |
eventsItemResponse(Map<String,EventItemResponse> eventsItemResponse)
A multipart response object that contains a key and a value for each event in the request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildItemResponse.Builder endpointItemResponse(EndpointItemResponse endpointItemResponse)
The response that was received after the endpoint data was accepted.
endpointItemResponse - The response that was received after the endpoint data was accepted.default ItemResponse.Builder endpointItemResponse(Consumer<EndpointItemResponse.Builder> endpointItemResponse)
The response that was received after the endpoint data was accepted.
This is a convenience that creates an instance of theEndpointItemResponse.Builder avoiding the need
to create one manually via EndpointItemResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to endpointItemResponse(EndpointItemResponse).endpointItemResponse - a consumer that will call methods on EndpointItemResponse.BuilderendpointItemResponse(EndpointItemResponse)ItemResponse.Builder eventsItemResponse(Map<String,EventItemResponse> eventsItemResponse)
A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.
eventsItemResponse - A multipart response object that contains a key and a value for each event in the request. In each
object, the event ID is the key and an EventItemResponse object is the value.Copyright © 2019. All rights reserved.