Interface GetGatewayResponsesResponse.Builder

    • Method Detail

      • position

        GetGatewayResponsesResponse.Builder position​(String position)
        Sets the value of the Position property for this object.
        Parameters:
        position - The new value for the Position property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetGatewayResponsesResponse.Builder items​(Collection<GatewayResponse> items)

        Returns the entire collection, because of no pagination support.

        Parameters:
        items - Returns the entire collection, because of no pagination support.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetGatewayResponsesResponse.Builder items​(GatewayResponse... items)

        Returns the entire collection, because of no pagination support.

        Parameters:
        items - Returns the entire collection, because of no pagination support.
        Returns:
        Returns a reference to this object so that method calls can be chained together.