Interface ItemResponse.Builder

    • Method Detail

      • endpointItemResponse

        ItemResponse.Builder endpointItemResponse​(EndpointItemResponse endpointItemResponse)

        The response that was received after the endpoint data was accepted.

        Parameters:
        endpointItemResponse - The response that was received after the endpoint data was accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventsItemResponse

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.