Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W _ 

A

abortCheckIn(String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when aborting check ins of a tournament without a custom subdomain.
abortCheckIn(String, String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when aborting check ins of a tournament with a custom subdomain.
abortCheckIn(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
When your tournament is in a 'checking_in' or 'checked_in' state, there's no way to edit the tournament's start time (start_at) or check-in duration (check_in_duration).
acceptAttachments() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
acceptAttachments(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
acceptAttachments(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
acceptAttachments() - Method in class com.exsoloscript.challonge.model.Tournament
 
acceptingPredictions() - Method in class com.exsoloscript.challonge.model.Tournament
 
active() - Method in class com.exsoloscript.challonge.model.Participant
 
AdapterSuite - Class in com.exsoloscript.challonge.gson
Collects the type adapters and creates a Gson object with them
AdapterSuite() - Constructor for class com.exsoloscript.challonge.gson.AdapterSuite
 
addParticipant(String, ParticipantQuery) - Method in class com.exsoloscript.challonge.handler.call.ParticipantHandler
 
addParticipant(String, ParticipantQuery) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitParticipantHandler
Add a participant to a tournament (up until it is started).
allowParticipantMatchReporting() - Method in class com.exsoloscript.challonge.model.Tournament
 
anonymousVoting() - Method in class com.exsoloscript.challonge.model.Tournament
 
asset() - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
asset(File) - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
asset(File) - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery.AttachmentQueryBuilder
 
assetContentType() - Method in class com.exsoloscript.challonge.model.Attachment
 
assetFileName() - Method in class com.exsoloscript.challonge.model.Attachment
 
assetFileSize() - Method in class com.exsoloscript.challonge.model.Attachment
 
assetUrl() - Method in class com.exsoloscript.challonge.model.Attachment
 
async(Callback<T>, Callback<Throwable>) - Method in interface com.exsoloscript.challonge.handler.call.ChallongeApiCall
Performs an async API call.
async(AsyncCallback<T>) - Method in interface com.exsoloscript.challonge.handler.call.ChallongeApiCall
Deprecated.
async(Callback<T>, Callback<Throwable>) - Method in class com.exsoloscript.challonge.handler.call.RetrofitChallongeApiCall
 
async(AsyncCallback<T>) - Method in class com.exsoloscript.challonge.handler.call.RetrofitChallongeApiCall
Deprecated.
AsyncCallback<T> - Interface in com.exsoloscript.challonge.handler.call
Deprecated.
Deprecated in favor of Callback
attachedParticipatablePortraitUrl() - Method in class com.exsoloscript.challonge.model.Participant
 
Attachment - Class in com.exsoloscript.challonge.model
The POJO that will be mapped to the attachment requests by Gson
Attachment(Integer, Integer, Integer, String, String, String, OffsetDateTime, OffsetDateTime, String, String, Integer, String) - Constructor for class com.exsoloscript.challonge.model.Attachment
 
AttachmentAdapter - Class in com.exsoloscript.challonge.gson
Type adapter for the Attachment class.
attachmentCount() - Method in class com.exsoloscript.challonge.model.Match
 
AttachmentHandler - Class in com.exsoloscript.challonge.handler.call
Accessible API handler for attachments.
AttachmentQuery - Class in com.exsoloscript.challonge.model.query
Query for creating or updating an attachment.
AttachmentQuery.AttachmentQueryBuilder - Class in com.exsoloscript.challonge.model.query
 
attachments() - Method in class com.exsoloscript.challonge.ChallongeApi
 

B

build() - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery.AttachmentQueryBuilder
 
build() - Method in class com.exsoloscript.challonge.model.query.MatchQuery.MatchQueryBuilder
 
build() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery.ParticipantQueryBuilder
 
build() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
builder() - Static method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
builder() - Static method in class com.exsoloscript.challonge.model.query.MatchQuery
 
builder() - Static method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
builder() - Static method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
bulkAddParticipants(String, List<ParticipantQuery>) - Method in class com.exsoloscript.challonge.handler.call.ParticipantHandler
 
bulkAddParticipants(String, List<ParticipantQuery>) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitParticipantHandler
Bulk add participants to a tournament (up until it is started).

C

Callback<T> - Interface in com.exsoloscript.challonge.handler.call
Generic callback used for async calls
canCheckIn() - Method in class com.exsoloscript.challonge.model.Participant
 
canEqual(Object) - Method in class com.exsoloscript.challonge.ChallongeCredentials
 
canEqual(Object) - Method in class com.exsoloscript.challonge.model.Attachment
 
canEqual(Object) - Method in class com.exsoloscript.challonge.model.Match
 
canEqual(Object) - Method in class com.exsoloscript.challonge.model.Participant
 
canEqual(Object) - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
canEqual(Object) - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
canEqual(Object) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
canEqual(Object) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
canEqual(Object) - Method in class com.exsoloscript.challonge.model.Tournament
 
category() - Method in class com.exsoloscript.challonge.model.Tournament
 
Challonge - Class in com.exsoloscript.challonge
The only purpose of this class is to instantiate the ChallongeApi class.
Challonge() - Constructor for class com.exsoloscript.challonge.Challonge
 
ChallongeApi - Class in com.exsoloscript.challonge
A collection of all the available handlers.
ChallongeApi() - Constructor for class com.exsoloscript.challonge.ChallongeApi
 
ChallongeApiCall<T> - Interface in com.exsoloscript.challonge.handler.call
Implementations of this class should return an object of the given type received by the API
ChallongeCredentials - Class in com.exsoloscript.challonge
Challonge credentials containing username and api-key.
ChallongeCredentials(String, String) - Constructor for class com.exsoloscript.challonge.ChallongeCredentials
 
challongeEmailAddressVerified() - Method in class com.exsoloscript.challonge.model.Participant
 
ChallongeException - Exception in com.exsoloscript.challonge.model.exception
This exception is being used to represent errors received by the Challonge REST API
ChallongeException(String...) - Constructor for exception com.exsoloscript.challonge.model.exception.ChallongeException
 
ChallongeModule - Class in com.exsoloscript.challonge.guice
Guice module for Challonge initialization.
ChallongeModule(ChallongeCredentials) - Constructor for class com.exsoloscript.challonge.guice.ChallongeModule
Binding the credentials, that will be injected later
challongeUsername() - Method in class com.exsoloscript.challonge.model.Participant
 
challongeUsername() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
challongeUsername(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
challongeUsername(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery.ParticipantQueryBuilder
 
checkedIn() - Method in class com.exsoloscript.challonge.model.Participant
 
checkedInAt() - Method in class com.exsoloscript.challonge.model.Participant
 
checkInDuration() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
checkInDuration(Integer) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
checkInDuration(Integer) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
checkInDuration() - Method in class com.exsoloscript.challonge.model.Tournament
 
checkInParticipant(String, int) - Method in class com.exsoloscript.challonge.handler.call.ParticipantHandler
 
checkInParticipant(String, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitParticipantHandler
Checks a participant in, setting checked_in_at to the current time.
com.exsoloscript.challonge - package com.exsoloscript.challonge
 
com.exsoloscript.challonge.gson - package com.exsoloscript.challonge.gson
 
com.exsoloscript.challonge.guice - package com.exsoloscript.challonge.guice
 
com.exsoloscript.challonge.handler.call - package com.exsoloscript.challonge.handler.call
 
com.exsoloscript.challonge.handler.retrofit - package com.exsoloscript.challonge.handler.retrofit
 
com.exsoloscript.challonge.model - package com.exsoloscript.challonge.model
 
com.exsoloscript.challonge.model.enumeration - package com.exsoloscript.challonge.model.enumeration
 
com.exsoloscript.challonge.model.enumeration.query - package com.exsoloscript.challonge.model.enumeration.query
 
com.exsoloscript.challonge.model.exception - package com.exsoloscript.challonge.model.exception
 
com.exsoloscript.challonge.model.query - package com.exsoloscript.challonge.model.query
 
com.exsoloscript.challonge.util - package com.exsoloscript.challonge.util
 
completedAt() - Method in class com.exsoloscript.challonge.model.Tournament
 
configure() - Method in class com.exsoloscript.challonge.guice.ChallongeModule
 
confirmRemove() - Method in class com.exsoloscript.challonge.model.Participant
 
createAttachment(String, int, AttachmentQuery) - Method in class com.exsoloscript.challonge.handler.call.AttachmentHandler
 
createAttachment(String, int, MultipartBody.Part, MultipartBody.Part, MultipartBody.Part) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitAttachmentHandler
Add a file, link, or text attachment to a match.
createdAt() - Method in class com.exsoloscript.challonge.model.Attachment
 
createdAt() - Method in class com.exsoloscript.challonge.model.Match
 
createdAt() - Method in class com.exsoloscript.challonge.model.Participant
 
createdAt() - Method in class com.exsoloscript.challonge.model.Tournament
 
createdByApi() - Method in class com.exsoloscript.challonge.model.Tournament
 
createService(Class<S>) - Method in class com.exsoloscript.challonge.handler.retrofit.RetrofitServiceProvider
 
createTournament(TournamentQuery) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
 
createTournament(TournamentQuery) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
Create a new tournament.
creditCapped() - Method in class com.exsoloscript.challonge.model.Tournament
 

D

deleteAttachment(String, int, int) - Method in class com.exsoloscript.challonge.handler.call.AttachmentHandler
 
deleteAttachment(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitAttachmentHandler
Delete a match attachment.
deleteParticipant(String, int) - Method in class com.exsoloscript.challonge.handler.call.ParticipantHandler
 
deleteParticipant(String, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitParticipantHandler
If the tournament has not started, delete a participant, automatically filling in the abandoned seed number.
deleteTournament(String) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when deleting a tournament without a custom subdomain.
deleteTournament(String, String) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when deleting a tournament with a custom subdomain.
deleteTournament(String) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
Deletes a tournament along with all its associated records.
description() - Method in class com.exsoloscript.challonge.model.Attachment
 
description(String) - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery.AttachmentQueryBuilder
 
description() - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
description(String) - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
description() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
description(String) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
description(String) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
description() - Method in class com.exsoloscript.challonge.model.Tournament
 
descriptionSource() - Method in class com.exsoloscript.challonge.model.Tournament
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.exsoloscript.challonge.gson.AttachmentAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.exsoloscript.challonge.gson.MatchAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.exsoloscript.challonge.gson.MatchListAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.exsoloscript.challonge.gson.OffsetDateTimeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.exsoloscript.challonge.gson.ParticipantAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.exsoloscript.challonge.gson.ParticipantListAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.exsoloscript.challonge.gson.TournamentAdapter
 
displayNameWithInvitationEmailAddress() - Method in class com.exsoloscript.challonge.model.Participant
 

E

email() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
email(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
email(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery.ParticipantQueryBuilder
 
emailHash() - Method in class com.exsoloscript.challonge.model.Participant
 
equals(Object) - Method in class com.exsoloscript.challonge.ChallongeCredentials
 
equals(Object) - Method in class com.exsoloscript.challonge.model.Attachment
 
equals(Object) - Method in class com.exsoloscript.challonge.model.Match
 
equals(Object) - Method in class com.exsoloscript.challonge.model.Participant
 
equals(Object) - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
equals(Object) - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
equals(Object) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
equals(Object) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
equals(Object) - Method in class com.exsoloscript.challonge.model.Tournament
 
ErrorUtil - Class in com.exsoloscript.challonge.util
This class converts Retrofit responses to throwable exceptions
ErrorUtil(Retrofit) - Constructor for class com.exsoloscript.challonge.util.ErrorUtil
 
eventId() - Method in class com.exsoloscript.challonge.model.Tournament
 

F

finalizeTournament(String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when finalizing a tournament without a custom subdomain.
finalizeTournament(String, String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when finalizing a tournament with a custom subdomain.
finalizeTournament(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
Finalize a tournament that has had all match scores submitted, rendering its results permanent.
finalRank() - Method in class com.exsoloscript.challonge.model.Participant
 
fullChallongeUrl() - Method in class com.exsoloscript.challonge.model.Tournament
 

G

gameId() - Method in class com.exsoloscript.challonge.model.Tournament
 
gameName() - Method in class com.exsoloscript.challonge.model.Tournament
 
get() - Method in class com.exsoloscript.challonge.gson.AdapterSuite
 
get() - Method in class com.exsoloscript.challonge.handler.retrofit.RetrofitServiceProvider
 
getApiKey() - Method in class com.exsoloscript.challonge.ChallongeCredentials
 
getAttachment(String, int, int) - Method in class com.exsoloscript.challonge.handler.call.AttachmentHandler
 
getAttachment(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitAttachmentHandler
Retrieve a single match attachment record.
getAttachments(String, int) - Method in class com.exsoloscript.challonge.handler.call.AttachmentHandler
 
getAttachments(String, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitAttachmentHandler
Retrieve a match's attachments.
getErrors() - Method in exception com.exsoloscript.challonge.model.exception.ChallongeException
 
getFor(String, String) - Static method in class com.exsoloscript.challonge.Challonge
Create a new ChallongeApi v1 object with the given credentials.
getMatch(String, int, boolean) - Method in class com.exsoloscript.challonge.handler.call.MatchHandler
 
getMatch(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitMatchHandler
Retrieve a single match record for a tournament.
getMatches(String, Integer, MatchState) - Method in class com.exsoloscript.challonge.handler.call.MatchHandler
 
getMatches(String) - Method in class com.exsoloscript.challonge.handler.call.MatchHandler
 
getMatches(String, Integer, MatchState) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitMatchHandler
Retrieve a tournament's match list.
getMessage() - Method in exception com.exsoloscript.challonge.model.exception.ChallongeException
 
getMimeType() - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
getParticipant(String, int, boolean) - Method in class com.exsoloscript.challonge.handler.call.ParticipantHandler
 
getParticipant(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitParticipantHandler
Retrieve a single participant record for a tournament.
getParticipants(String) - Method in class com.exsoloscript.challonge.handler.call.ParticipantHandler
 
getParticipants(String) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitParticipantHandler
Retrieve a tournament's participant list.
getTournament(String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when querying a tournament without a custom subdomain.
getTournament(String, String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when querying a tournament with a custom subdomain.
getTournament(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
Retrieve a single tournament record created with your account.
getTournaments() - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
 
getTournaments(TournamentQueryState, TournamentType, String, String, String) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
 
getTournaments(TournamentQueryState, TournamentType, String, String, String) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
Retrieve a set of tournaments created with your account.
getUsername() - Method in class com.exsoloscript.challonge.ChallongeCredentials
 
GrandFinalsModifier - Enum in com.exsoloscript.challonge.model.enumeration.query
Type of the grand finals in a double elimination tournament.
grandFinalsModifier() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
grandFinalsModifier(GrandFinalsModifier) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
grandFinalsModifier(GrandFinalsModifier) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
grandFinalsModifier() - Method in class com.exsoloscript.challonge.model.Tournament
 
groupId() - Method in class com.exsoloscript.challonge.model.Match
 
groupId() - Method in class com.exsoloscript.challonge.model.Participant
 
groupStagesEnabled() - Method in class com.exsoloscript.challonge.model.Tournament
 
groupStagesWereStarted() - Method in class com.exsoloscript.challonge.model.Tournament
 
GsonAdapter - Interface in com.exsoloscript.challonge.gson
Any type adapter for the AdapterSuite needs to implement this interface in oder to be added.

H

handle(T) - Method in interface com.exsoloscript.challonge.handler.call.Callback
Called on task completion
handleFailure(Throwable) - Method in interface com.exsoloscript.challonge.handler.call.AsyncCallback
Deprecated.
If the request failed this method will be called with the related exception
handleSuccess(T) - Method in interface com.exsoloscript.challonge.handler.call.AsyncCallback
Deprecated.
If the request was successful the demanded object will be accessible through this method
hasAttachment() - Method in class com.exsoloscript.challonge.model.Match
 
hashCode() - Method in class com.exsoloscript.challonge.ChallongeCredentials
 
hashCode() - Method in class com.exsoloscript.challonge.model.Attachment
 
hashCode() - Method in class com.exsoloscript.challonge.model.Match
 
hashCode() - Method in class com.exsoloscript.challonge.model.Participant
 
hashCode() - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
hashCode() - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
hashCode() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
hashCode() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
hashCode() - Method in class com.exsoloscript.challonge.model.Tournament
 
hideForum() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
hideForum(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
hideForum(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
hideForum() - Method in class com.exsoloscript.challonge.model.Tournament
 
hideSeeds() - Method in class com.exsoloscript.challonge.model.Tournament
 
holdThirdPlaceMatch() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
holdThirdPlaceMatch(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
holdThirdPlaceMatch(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
holdThirdPlaceMatch() - Method in class com.exsoloscript.challonge.model.Tournament
 

I

icon() - Method in class com.exsoloscript.challonge.model.Participant
 
id() - Method in class com.exsoloscript.challonge.model.Attachment
 
id() - Method in class com.exsoloscript.challonge.model.Match
 
id() - Method in class com.exsoloscript.challonge.model.Participant
 
id() - Method in class com.exsoloscript.challonge.model.Tournament
 
identifier() - Method in class com.exsoloscript.challonge.model.Match
 
invitationId() - Method in class com.exsoloscript.challonge.model.Participant
 
invitationPending() - Method in class com.exsoloscript.challonge.model.Participant
 
inviteEmail() - Method in class com.exsoloscript.challonge.model.Participant
 
inviteNameOrEmail() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
inviteNameOrEmail(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
inviteNameOrEmail(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery.ParticipantQueryBuilder
 

L

liveImageUrl() - Method in class com.exsoloscript.challonge.model.Tournament
 
location() - Method in class com.exsoloscript.challonge.model.Match
 
lockedAt() - Method in class com.exsoloscript.challonge.model.Tournament
 
loserId() - Method in class com.exsoloscript.challonge.model.Match
 

M

Match - Class in com.exsoloscript.challonge.model
The POJO that will be mapped to the match requests by Gson
Match(Integer, OffsetDateTime, Integer, Boolean, Integer, String, String, Integer, Integer, Integer, Boolean, Integer, Integer, Boolean, Integer, Integer, OffsetDateTime, OffsetDateTime, MatchState, Integer, OffsetDateTime, OffsetDateTime, String, String) - Constructor for class com.exsoloscript.challonge.model.Match
 
MatchAdapter - Class in com.exsoloscript.challonge.gson
Type adapter for the Match class.
matches() - Method in class com.exsoloscript.challonge.ChallongeApi
 
matches() - Method in class com.exsoloscript.challonge.model.Tournament
 
MatchHandler - Class in com.exsoloscript.challonge.handler.call
Accessible API handler for matches.
matchId() - Method in class com.exsoloscript.challonge.model.Attachment
 
MatchListAdapter - Class in com.exsoloscript.challonge.gson
 
MatchQuery - Class in com.exsoloscript.challonge.model.query
Query for updating a match.
MatchQuery.MatchQueryBuilder - Class in com.exsoloscript.challonge.model.query
 
MatchQueryAdapter - Class in com.exsoloscript.challonge.gson
 
MatchState - Enum in com.exsoloscript.challonge.model.enumeration
This enumeration represents the different states of a match.
maxPredictionsPerUser() - Method in class com.exsoloscript.challonge.model.Tournament
 
misc() - Method in class com.exsoloscript.challonge.model.Participant
 
misc() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
misc(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
misc(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery.ParticipantQueryBuilder
 

N

name() - Method in class com.exsoloscript.challonge.model.Participant
 
name() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
name(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
name(String) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery.ParticipantQueryBuilder
 
name() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
name(String) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
name(String) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
name() - Method in class com.exsoloscript.challonge.model.Tournament
 
notifyUsersWhenMatchesOpen() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
notifyUsersWhenMatchesOpen(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
notifyUsersWhenMatchesOpen(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
notifyUsersWhenMatchesOpen() - Method in class com.exsoloscript.challonge.model.Tournament
 
notifyUsersWhenTheTournamentEnds() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
notifyUsersWhenTheTournamentEnds(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
notifyUsersWhenTheTournamentEnds(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
notifyUsersWhenTheTournamentEnds() - Method in class com.exsoloscript.challonge.model.Tournament
 

O

OffsetDateTimeAdapter - Class in com.exsoloscript.challonge.gson
Type adapter for the OffsetDateTime class.
OffsetDateTimeAdapter() - Constructor for class com.exsoloscript.challonge.gson.OffsetDateTimeAdapter
 
onWaitingList() - Method in class com.exsoloscript.challonge.model.Participant
 
openSignup() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
openSignup(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
openSignup(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
openSignup() - Method in class com.exsoloscript.challonge.model.Tournament
 
originalFileName() - Method in class com.exsoloscript.challonge.model.Attachment
 

P

parseException(Response<?>) - Method in class com.exsoloscript.challonge.util.ErrorUtil
This method takes a Retrofit response and throws an exception parsed from the response body
Participant - Class in com.exsoloscript.challonge.model
The POJO that will be mapped to the participant requests by Gson
Participant(String, String, Integer, String, Boolean, OffsetDateTime, OffsetDateTime, Integer, Integer, String, Integer, Integer, String, Boolean, Integer, OffsetDateTime, String, Boolean, Boolean, Boolean, Boolean, String, String, String, String, Boolean, Boolean, Boolean) - Constructor for class com.exsoloscript.challonge.model.Participant
 
ParticipantAdapter - Class in com.exsoloscript.challonge.gson
Type adapter for the Participant class.
ParticipantHandler - Class in com.exsoloscript.challonge.handler.call
Accessible API handler for participants.
ParticipantListAdapter - Class in com.exsoloscript.challonge.gson
 
ParticipantQuery - Class in com.exsoloscript.challonge.model.query
Query for creating or updating a participant.
ParticipantQuery.ParticipantQueryBuilder - Class in com.exsoloscript.challonge.model.query
 
ParticipantQueryAdapter - Class in com.exsoloscript.challonge.gson
 
ParticipantQueryListAdapter - Class in com.exsoloscript.challonge.gson
 
ParticipantQueryListAdapter() - Constructor for class com.exsoloscript.challonge.gson.ParticipantQueryListAdapter
 
participants() - Method in class com.exsoloscript.challonge.ChallongeApi
 
participants() - Method in class com.exsoloscript.challonge.model.Tournament
 
participantsCount() - Method in class com.exsoloscript.challonge.model.Tournament
 
participantsLocked() - Method in class com.exsoloscript.challonge.model.Tournament
 
participantsSwappable() - Method in class com.exsoloscript.challonge.model.Tournament
 
participatableOrInvitationAttached() - Method in class com.exsoloscript.challonge.model.Participant
 
player1Id() - Method in class com.exsoloscript.challonge.model.Match
 
player1IsPrerequisiteMatchLoser() - Method in class com.exsoloscript.challonge.model.Match
 
player1PrerequisiteMatchId() - Method in class com.exsoloscript.challonge.model.Match
 
player2Id() - Method in class com.exsoloscript.challonge.model.Match
 
player2IsPrerequisiteMatchLoser() - Method in class com.exsoloscript.challonge.model.Match
 
player2PrerequisiteMatchId() - Method in class com.exsoloscript.challonge.model.Match
 
pointsForBye() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForBye(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForBye(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
pointsForBye() - Method in class com.exsoloscript.challonge.model.Tournament
 
pointsForGameTie() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForGameTie(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForGameTie(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
pointsForGameTie() - Method in class com.exsoloscript.challonge.model.Tournament
 
pointsForGameWin() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForGameWin(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForGameWin(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
pointsForGameWin() - Method in class com.exsoloscript.challonge.model.Tournament
 
pointsForMatchTie() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForMatchTie(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForMatchTie(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
pointsForMatchTie() - Method in class com.exsoloscript.challonge.model.Tournament
 
pointsForMatchWin() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForMatchWin(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
pointsForMatchWin(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
pointsForMatchWin() - Method in class com.exsoloscript.challonge.model.Tournament
 
predictionMethod() - Method in class com.exsoloscript.challonge.model.Tournament
 
predictionsOpenedAt() - Method in class com.exsoloscript.challonge.model.Tournament
 
prerequisiteMatchIdsCsv() - Method in class com.exsoloscript.challonge.model.Match
 
processCheckIns(String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when processing check ins of a tournament without a custom subdomain.
processCheckIns(String, String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when processing check ins of a tournament with a custom subdomain.
processCheckIns(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
This should be invoked after a tournament's check-in window closes before the tournament is started.
progressMeter() - Method in class com.exsoloscript.challonge.model.Tournament
 
publicPredictionsBeforeStartTime() - Method in class com.exsoloscript.challonge.model.Tournament
 

Q

quickAdvance() - Method in class com.exsoloscript.challonge.model.Tournament
 

R

randomizeParticipants(String) - Method in class com.exsoloscript.challonge.handler.call.ParticipantHandler
 
randomizeParticipants(String) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitParticipantHandler
Randomize seeds among participants.
RankedBy - Enum in com.exsoloscript.challonge.model.enumeration
This enumeration represents the available tournament types.
rankedBy() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
rankedBy(RankedBy) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
rankedBy(RankedBy) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
rankedBy() - Method in class com.exsoloscript.challonge.model.Tournament
 
reactivatable() - Method in class com.exsoloscript.challonge.model.Participant
 
removable() - Method in class com.exsoloscript.challonge.model.Participant
 
requireScoreAgreement() - Method in class com.exsoloscript.challonge.model.Tournament
 
resetTournament(String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when resetting a tournament without a custom subdomain.
resetTournament(String, String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when resetting a tournament with a custom subdomain.
resetTournament(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
Reset a tournament, clearing all of its scores and attachments.
RetrofitAttachmentHandler - Interface in com.exsoloscript.challonge.handler.retrofit
Match related API bindings
RetrofitChallongeApiCall<T> - Class in com.exsoloscript.challonge.handler.call
Call implementation for Retrofit.
RetrofitChallongeApiCallFactory - Class in com.exsoloscript.challonge.handler.call
This factory is used to inject the ErrorUtil with Guice and to hand it over to the API calls
RetrofitChallongeApiCallFactory() - Constructor for class com.exsoloscript.challonge.handler.call.RetrofitChallongeApiCallFactory
 
RetrofitMatchHandler - Interface in com.exsoloscript.challonge.handler.retrofit
Match related API bindings
RetrofitParticipantHandler - Interface in com.exsoloscript.challonge.handler.retrofit
Participant related API bindings
RetrofitServiceProvider - Class in com.exsoloscript.challonge.handler.retrofit
This class is configured to instantiate the Retrofit handlers
RetrofitTournamentHandler - Interface in com.exsoloscript.challonge.handler.retrofit
Tournament related API bindings
reviewBeforeFinalizing() - Method in class com.exsoloscript.challonge.model.Tournament
 
round() - Method in class com.exsoloscript.challonge.model.Match
 
roundRobinPointsForGameTie() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
roundRobinPointsForGameTie(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
roundRobinPointsForGameTie(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
roundRobinPointsForGameTie() - Method in class com.exsoloscript.challonge.model.Tournament
 
roundRobinPointsForGameWin() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
roundRobinPointsForGameWin(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
roundRobinPointsForGameWin(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
roundRobinPointsForGameWin() - Method in class com.exsoloscript.challonge.model.Tournament
 
roundRobinPointsForMatchTie() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
roundRobinPointsForMatchTie(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
roundRobinPointsForMatchTie(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
roundRobinPointsForMatchTie() - Method in class com.exsoloscript.challonge.model.Tournament
 
roundRobinPointsForMatchWin() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
roundRobinPointsForMatchWin(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
roundRobinPointsForMatchWin(Float) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
roundRobinPointsForMatchWin() - Method in class com.exsoloscript.challonge.model.Tournament
 

S

scheduledTime() - Method in class com.exsoloscript.challonge.model.Match
 
scoresCsv() - Method in class com.exsoloscript.challonge.model.Match
 
scoresCsv(String) - Method in class com.exsoloscript.challonge.model.query.MatchQuery.MatchQueryBuilder
 
scoresCsv() - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
scoresCsv(String) - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
seed() - Method in class com.exsoloscript.challonge.model.Participant
 
seed(Integer) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery.ParticipantQueryBuilder
 
seed() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
seed(Integer) - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
sequentialPairings() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
sequentialPairings(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
sequentialPairings(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
sequentialPairings() - Method in class com.exsoloscript.challonge.model.Tournament
 
serialize(MatchQuery, Type, JsonSerializationContext) - Method in class com.exsoloscript.challonge.gson.MatchQueryAdapter
 
serialize(OffsetDateTime, Type, JsonSerializationContext) - Method in class com.exsoloscript.challonge.gson.OffsetDateTimeAdapter
 
serialize(ParticipantQuery, Type, JsonSerializationContext) - Method in class com.exsoloscript.challonge.gson.ParticipantQueryAdapter
 
serialize(List<ParticipantQuery>, Type, JsonSerializationContext) - Method in class com.exsoloscript.challonge.gson.ParticipantQueryListAdapter
 
serialize(TournamentQuery, Type, JsonSerializationContext) - Method in class com.exsoloscript.challonge.gson.TournamentQueryAdapter
 
setApiKey(String) - Method in class com.exsoloscript.challonge.ChallongeCredentials
 
setUsername(String) - Method in class com.exsoloscript.challonge.ChallongeCredentials
 
showRounds() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
showRounds(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
showRounds(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
showRounds() - Method in class com.exsoloscript.challonge.model.Tournament
 
signupCap() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
signupCap(Integer) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
signupCap(Integer) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
signupCap() - Method in class com.exsoloscript.challonge.model.Tournament
 
signUpUrl() - Method in class com.exsoloscript.challonge.model.Tournament
 
startAt() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
startAt(OffsetDateTime) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
startAt(OffsetDateTime) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
startAt() - Method in class com.exsoloscript.challonge.model.Tournament
 
startedAt() - Method in class com.exsoloscript.challonge.model.Match
 
startedAt() - Method in class com.exsoloscript.challonge.model.Tournament
 
startedCheckingInAt() - Method in class com.exsoloscript.challonge.model.Tournament
 
startTournament(String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when starting a tournament without a custom subdomain.
startTournament(String, String, boolean, boolean) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when starting a tournament with a custom subdomain.
startTournament(String, int, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
Start a tournament, opening up first round matches for score reporting.
state() - Method in class com.exsoloscript.challonge.model.Match
 
state() - Method in class com.exsoloscript.challonge.model.Tournament
 
subdomain() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
subdomain(String) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
subdomain(String) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
subdomain() - Method in class com.exsoloscript.challonge.model.Tournament
 
swissRounds() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
swissRounds(Integer) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
swissRounds(Integer) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
swissRounds() - Method in class com.exsoloscript.challonge.model.Tournament
 
sync() - Method in interface com.exsoloscript.challonge.handler.call.ChallongeApiCall
Performs a sync API call.
sync() - Method in class com.exsoloscript.challonge.handler.call.RetrofitChallongeApiCall
 

T

teamConvertable() - Method in class com.exsoloscript.challonge.model.Tournament
 
teams() - Method in class com.exsoloscript.challonge.model.Tournament
 
tieBreaks() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
tieBreaks(List<String>) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
tieBreaks(List<String>) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
tieBreaks() - Method in class com.exsoloscript.challonge.model.Tournament
 
toHttpAuthString() - Method in class com.exsoloscript.challonge.ChallongeCredentials
Creates a HTTP basic auth String from the given credentials
toString() - Method in class com.exsoloscript.challonge.ChallongeCredentials
 
toString() - Method in class com.exsoloscript.challonge.model.Attachment
 
toString() - Method in class com.exsoloscript.challonge.model.Match
 
toString() - Method in class com.exsoloscript.challonge.model.Participant
 
toString() - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery.AttachmentQueryBuilder
 
toString() - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
toString() - Method in class com.exsoloscript.challonge.model.query.MatchQuery.MatchQueryBuilder
 
toString() - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
toString() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery.ParticipantQueryBuilder
 
toString() - Method in class com.exsoloscript.challonge.model.query.ParticipantQuery
 
toString() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
toString() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
toString() - Method in class com.exsoloscript.challonge.model.Tournament
 
Tournament - Class in com.exsoloscript.challonge.model
The POJO that will be mapped to the tournament requests by Gson
Tournament(String, TournamentType, String, String, String, Boolean, Boolean, Float, Float, Float, Float, Float, Integer, RankedBy, Float, Float, Float, Float, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, OffsetDateTime, Integer, Boolean, Boolean, String, OffsetDateTime, OffsetDateTime, Boolean, Boolean, Integer, Boolean, Boolean, Integer, Integer, Boolean, Integer, Integer, OffsetDateTime, Integer, Boolean, Boolean, OffsetDateTime, OffsetDateTime, TournamentState, Boolean, String[], OffsetDateTime, String, String, String, String, Boolean, Boolean, Boolean, String, Boolean, Boolean, Boolean, OffsetDateTime, Integer, Boolean, GrandFinalsModifier, List<Participant>, List<Match>) - Constructor for class com.exsoloscript.challonge.model.Tournament
 
TournamentAdapter - Class in com.exsoloscript.challonge.gson
Type adapter for the Tournament class.
TournamentHandler - Class in com.exsoloscript.challonge.handler.call
Accessible API handler for tournaments.
tournamentId() - Method in class com.exsoloscript.challonge.model.Match
 
tournamentId() - Method in class com.exsoloscript.challonge.model.Participant
 
TournamentQuery - Class in com.exsoloscript.challonge.model.query
Query for creating or updating a tournament.
TournamentQuery.TournamentQueryBuilder - Class in com.exsoloscript.challonge.model.query
 
TournamentQueryAdapter - Class in com.exsoloscript.challonge.gson
 
TournamentQueryState - Enum in com.exsoloscript.challonge.model.enumeration.query
Represents the different states that can be queried.
tournaments() - Method in class com.exsoloscript.challonge.ChallongeApi
 
TournamentState - Enum in com.exsoloscript.challonge.model.enumeration
 
TournamentType - Enum in com.exsoloscript.challonge.model.enumeration
This enumeration represents the available tournament types
tournamentType(TournamentType) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
tournamentType() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
tournamentType(TournamentType) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
tournamentType() - Method in class com.exsoloscript.challonge.model.Tournament
 

U

underwayAt() - Method in class com.exsoloscript.challonge.model.Match
 
undoParticipantCheckIn(String, int) - Method in class com.exsoloscript.challonge.handler.call.ParticipantHandler
 
undoParticipantCheckIn(String, int) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitParticipantHandler
Marks a participant as having not checked in, setting checked_in_at to nil.
updateAttachment(String, int, int, AttachmentQuery) - Method in class com.exsoloscript.challonge.handler.call.AttachmentHandler
 
updateAttachment(String, int, int, MultipartBody.Part, MultipartBody.Part, MultipartBody.Part) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitAttachmentHandler
Update the attributes of a match attachment.
updatedAt() - Method in class com.exsoloscript.challonge.model.Attachment
 
updatedAt() - Method in class com.exsoloscript.challonge.model.Match
 
updatedAt() - Method in class com.exsoloscript.challonge.model.Participant
 
updatedAt() - Method in class com.exsoloscript.challonge.model.Tournament
 
updateMatch(String, int, MatchQuery) - Method in class com.exsoloscript.challonge.handler.call.MatchHandler
 
updateMatch(String, int, MatchQuery) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitMatchHandler
Update/submit the score(s) for a match.
updateParticipant(String, int, ParticipantQuery) - Method in class com.exsoloscript.challonge.handler.call.ParticipantHandler
 
updateParticipant(String, int, ParticipantQuery) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitParticipantHandler
Update the attributes of a tournament participant.
updateTournament(String, TournamentQuery) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when updating a tournament without a custom subdomain.
updateTournament(String, String, TournamentQuery) - Method in class com.exsoloscript.challonge.handler.call.TournamentHandler
Should be used when updating a tournament with a custom subdomain.
updateTournament(String, TournamentQuery) - Method in interface com.exsoloscript.challonge.handler.retrofit.RetrofitTournamentHandler
Update a tournament's attributes.
url() - Method in class com.exsoloscript.challonge.model.Attachment
 
url(String) - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery.AttachmentQueryBuilder
 
url() - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
url(String) - Method in class com.exsoloscript.challonge.model.query.AttachmentQuery
 
url(String) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
url() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
url(String) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
url() - Method in class com.exsoloscript.challonge.model.Tournament
 
userId() - Method in class com.exsoloscript.challonge.model.Attachment
 
username() - Method in class com.exsoloscript.challonge.model.Participant
 

V

valueOf(String) - Static method in enum com.exsoloscript.challonge.model.enumeration.MatchState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exsoloscript.challonge.model.enumeration.query.GrandFinalsModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exsoloscript.challonge.model.enumeration.query.TournamentQueryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exsoloscript.challonge.model.enumeration.RankedBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exsoloscript.challonge.model.enumeration.TournamentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exsoloscript.challonge.model.enumeration.TournamentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.exsoloscript.challonge.model.enumeration.MatchState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exsoloscript.challonge.model.enumeration.query.GrandFinalsModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exsoloscript.challonge.model.enumeration.query.TournamentQueryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exsoloscript.challonge.model.enumeration.RankedBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exsoloscript.challonge.model.enumeration.TournamentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exsoloscript.challonge.model.enumeration.TournamentType
Returns an array containing the constants of this enum type, in the order they are declared.
votesForPlayer1(Integer) - Method in class com.exsoloscript.challonge.model.query.MatchQuery.MatchQueryBuilder
 
votesForPlayer1() - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
votesForPlayer1(Integer) - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
votesForPlayer2(Integer) - Method in class com.exsoloscript.challonge.model.query.MatchQuery.MatchQueryBuilder
 
votesForPlayer2() - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
votesForPlayer2(Integer) - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 

W

winnerId() - Method in class com.exsoloscript.challonge.model.Match
 
winnerId(String) - Method in class com.exsoloscript.challonge.model.query.MatchQuery.MatchQueryBuilder
 
winnerId() - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 
winnerId(String) - Method in class com.exsoloscript.challonge.model.query.MatchQuery
 

_

_private() - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
_private(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery
 
_private(Boolean) - Method in class com.exsoloscript.challonge.model.query.TournamentQuery.TournamentQueryBuilder
 
_private() - Method in class com.exsoloscript.challonge.model.Tournament
 
A B C D E F G H I L M N O P Q R S T U V W _ 
Skip navigation links