Interface EndpointsResponse.Builder

    • Method Detail

      • item

        EndpointsResponse.Builder item​(Collection<EndpointResponse> item)

        An array of responses, one for each endpoint that's associated with the user ID.

        Parameters:
        item - An array of responses, one for each endpoint that's associated with the user ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • item

        EndpointsResponse.Builder item​(EndpointResponse... item)

        An array of responses, one for each endpoint that's associated with the user ID.

        Parameters:
        item - An array of responses, one for each endpoint that's associated with the user ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.