Class Party

java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.Party

public class Party
extends CFObject
Represents a party, participating in a contest.
  • Field Details

    • contestId

      public int contestId
      Can be absent. Id of the contest, in which party is participating.
    • members

      public Member[] members
      Members of the party.
    • participantType

      public ParticipantType participantType
    • teamId

      public int teamId
      Can be absent. If party is a team, then it is a unique team id. Otherwise, this field is absent.
    • teamName

      public String teamName
      Localized. Can be absent. If party is a team or ghost, then it is a localized name of the team. Otherwise, it is absent.
    • ghost

      public boolean ghost
      If true then this party is a ghost. It participated in the contest, but not on Codeforces. For example, Andrew Stankevich Contests in Gym has ghosts of the participants from Petrozavodsk Training Camp.
    • room

      public int room
      Can be absent. Room of the party. If absent, then the party has no room.
    • startTimeSeconds

      public long startTimeSeconds
      Can be absent. Time, when this party started a contest.
  • Constructor Details