Package at.stefangeyer.challonge.model
Class Participant.ParticipantBuilder
- java.lang.Object
-
- at.stefangeyer.challonge.model.Participant.ParticipantBuilder
-
- Enclosing class:
- Participant
public static class Participant.ParticipantBuilder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public Participant.ParticipantBuilder id(java.lang.Long id)
-
tournamentId
public Participant.ParticipantBuilder tournamentId(java.lang.Long tournamentId)
-
name
public Participant.ParticipantBuilder name(java.lang.String name)
-
challongeUsername
public Participant.ParticipantBuilder challongeUsername(java.lang.String challongeUsername)
-
seed
public Participant.ParticipantBuilder seed(java.lang.Integer seed)
-
misc
public Participant.ParticipantBuilder misc(java.lang.String misc)
-
active
public Participant.ParticipantBuilder active(java.lang.Boolean active)
-
checkedInAt
public Participant.ParticipantBuilder checkedInAt(java.time.OffsetDateTime checkedInAt)
-
createdAt
public Participant.ParticipantBuilder createdAt(java.time.OffsetDateTime createdAt)
-
finalRank
public Participant.ParticipantBuilder finalRank(java.lang.Integer finalRank)
-
groupId
public Participant.ParticipantBuilder groupId(java.lang.Long groupId)
-
icon
public Participant.ParticipantBuilder icon(java.lang.String icon)
-
invitationId
public Participant.ParticipantBuilder invitationId(java.lang.Long invitationId)
-
inviteEmail
public Participant.ParticipantBuilder inviteEmail(java.lang.String inviteEmail)
-
onWaitingList
public Participant.ParticipantBuilder onWaitingList(java.lang.Boolean onWaitingList)
-
updatedAt
public Participant.ParticipantBuilder updatedAt(java.time.OffsetDateTime updatedAt)
-
challongeEmailAddressVerified
public Participant.ParticipantBuilder challongeEmailAddressVerified(java.lang.String challongeEmailAddressVerified)
-
removable
public Participant.ParticipantBuilder removable(java.lang.Boolean removable)
-
participatableOrInvitationAttached
public Participant.ParticipantBuilder participatableOrInvitationAttached(java.lang.Boolean participatableOrInvitationAttached)
-
confirmRemove
public Participant.ParticipantBuilder confirmRemove(java.lang.Boolean confirmRemove)
-
invitationPending
public Participant.ParticipantBuilder invitationPending(java.lang.Boolean invitationPending)
-
displayNameWithInvitationEmailAddress
public Participant.ParticipantBuilder displayNameWithInvitationEmailAddress(java.lang.String displayNameWithInvitationEmailAddress)
-
emailHash
public Participant.ParticipantBuilder emailHash(java.lang.String emailHash)
-
username
public Participant.ParticipantBuilder username(java.lang.String username)
-
attachedParticipatablePortraitUrl
public Participant.ParticipantBuilder attachedParticipatablePortraitUrl(java.lang.String attachedParticipatablePortraitUrl)
-
canCheckIn
public Participant.ParticipantBuilder canCheckIn(java.lang.Boolean canCheckIn)
-
checkedIn
public Participant.ParticipantBuilder checkedIn(java.lang.Boolean checkedIn)
-
reactivatable
public Participant.ParticipantBuilder reactivatable(java.lang.Boolean reactivatable)
-
matches
public Participant.ParticipantBuilder matches(java.util.List<Match> matches)
-
build
public Participant build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-