Interface AcceptMatchRequest.Builder

    • Method Detail

      • ticketId

        AcceptMatchRequest.Builder ticketId​(String ticketId)

        A unique identifier for a matchmaking ticket. The ticket must be in status REQUIRES_ACCEPTANCE; otherwise this request will fail.

        Parameters:
        ticketId - A unique identifier for a matchmaking ticket. The ticket must be in status REQUIRES_ACCEPTANCE; otherwise this request will fail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • playerIds

        AcceptMatchRequest.Builder playerIds​(Collection<String> playerIds)

        A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.

        Parameters:
        playerIds - A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • playerIds

        AcceptMatchRequest.Builder playerIds​(String... playerIds)

        A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.

        Parameters:
        playerIds - A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acceptanceType

        AcceptMatchRequest.Builder acceptanceType​(String acceptanceType)

        Player response to the proposed match.

        Parameters:
        acceptanceType - Player response to the proposed match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AcceptanceType, AcceptanceType