Interface MatchedPlayerSession.Builder

  • Method Details

    • playerId

      A unique identifier for a player

      Parameters:
      playerId - A unique identifier for a player
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • playerSessionId

      MatchedPlayerSession.Builder playerSessionId(String playerSessionId)

      A unique identifier for a player session. PlayerSessionId will only be populated for player sessions that are in ACTIVE or RESERVED status when the ticket is completed.

      Parameters:
      playerSessionId - A unique identifier for a player session. PlayerSessionId will only be populated for player sessions that are in ACTIVE or RESERVED status when the ticket is completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.