A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes All Packages

A

AbstractGGEntity - Class in com.github.gpluscb.ggjava.entity
 
AbstractGGEntity(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.AbstractGGEntity
 
AbstractGGObject - Class in com.github.gpluscb.ggjava.entity.object
 
AbstractGGObject(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.AbstractGGObject
 
AbstractGGResponseObject - Class in com.github.gpluscb.ggjava.entity.object.response
 
AbstractGGResponseObject(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
Sets provided to false
AbstractGGResponseObject(EntityType, boolean) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
 
ACCEPTED - com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
 
ACTION_SET - com.github.gpluscb.ggjava.entity.EntityType
 
ActionSetResponse - Class in com.github.gpluscb.ggjava.entity.object.response.interfaces
A set of actions available for an entity to take
ActionSetResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.ActionSetResponse
 
ActionSetResponse(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.ActionSetResponse
 
ActionSetResponse(EntityType, IDResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.ActionSetResponse
 
ACTIVE - com.github.gpluscb.ggjava.entity.enums.ActivityState
Activity is active or in process
ACTIVITY_STATE - com.github.gpluscb.ggjava.entity.EntityType
 
ActivityState - Enum in com.github.gpluscb.ggjava.entity.enums
Represents the state of an activity
ActivityStateResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Represents the state of an activity
ActivityStateResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.ActivityStateResponse
 
ActivityStateResponse(ActivityState) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.ActivityStateResponse
 
add(int, E) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
add(E) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
addAll(int, Collection<? extends E>) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
addAll(Collection<? extends E>) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
ADDRESS - com.github.gpluscb.ggjava.entity.EntityType
 
AddressResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A user's address
AddressResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.AddressResponse
 
AddressResponse(IDResponse, StringResponse, StringResponse, IntResponse, StringResponse, IntResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.AddressResponse
 
ADMIN - com.github.gpluscb.ggjava.entity.enums.SetSortType
Sorts sets in order that admin would be interested in.
ALUM - com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
 
ANY - com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod
 
AUTHORIZATION_TYPE - com.github.gpluscb.ggjava.entity.EntityType
 
AuthorizationType - Enum in com.github.gpluscb.ggjava.entity.enums
Represents the name of the third-party service (e.g Twitter) for OAuth
AuthorizationTypeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Represents the name of the third-party service (e.g Twitter) for OAuth
AuthorizationTypeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.AuthorizationTypeResponse
 
AuthorizationTypeResponse(AuthorizationType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.AuthorizationTypeResponse
 

B

BEST_ALL - com.github.gpluscb.ggjava.entity.enums.RaceLimitMode
 
BOOLEAN - com.github.gpluscb.ggjava.entity.EntityType
 
BooleanResponse - Class in com.github.gpluscb.ggjava.entity.object.response.scalars
The Boolean scalar type represents true or false.
BooleanResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.BooleanResponse
 
BooleanResponse(boolean) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.BooleanResponse
 
BRACKET_CONFIG - com.github.gpluscb.ggjava.entity.EntityType
 
BRACKET_TYPE - com.github.gpluscb.ggjava.entity.EntityType
 
BracketConfigResponse - Class in com.github.gpluscb.ggjava.entity.object.response.interfaces
Bracket-specific configuration
BracketConfigResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.BracketConfigResponse
 
BracketConfigResponse(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.BracketConfigResponse
 
BracketConfigResponse(EntityType, IDResponse, BracketTypeResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.BracketConfigResponse
 
BracketType - Enum in com.github.gpluscb.ggjava.entity.enums
The type of Bracket format that a Phase is configured with.
BracketTypeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
The type of Bracket format that a Phase is configured with.
BracketTypeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.BracketTypeResponse
 
BracketTypeResponse(BracketType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.BracketTypeResponse
 
bucketBuilder() - Static method in interface com.github.gpluscb.ggjava.api.RateLimiter
For creating instances of RateLimiter that will respect a bucket system.
build() - Method in class com.github.gpluscb.ggjava.api.GGClient.Builder
Builds the GGClient instance.
build() - Method in class com.github.gpluscb.ggjava.api.RateLimiter.BucketBuilder
Builds the RateLimiter instance.
build() - Method in class com.github.gpluscb.ggjava.api.RateLimiter.SimpleBuilder
Builds the RateLimiter instance.
builder(String) - Static method in interface com.github.gpluscb.ggjava.api.GGClient
For creating instances of GGClient.

C

CALLED - com.github.gpluscb.ggjava.entity.enums.ActivityState
Activity, like a set, has been called to start
CHARACTER - com.github.gpluscb.ggjava.entity.enums.GameSelectionType
Character selection
checkProvided() - Method in class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
 
checkProvided() - Method in interface com.github.gpluscb.ggjava.entity.object.response.GGResponseObject
 
CIRCUIT - com.github.gpluscb.ggjava.entity.enums.BracketType
 
clear() - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
client(OkHttpClient) - Method in class com.github.gpluscb.ggjava.api.GGClient.Builder
Sets the OkHttpClient used to make requests.
com.github.gpluscb.ggjava.api - package com.github.gpluscb.ggjava.api
 
com.github.gpluscb.ggjava.api.exception - package com.github.gpluscb.ggjava.api.exception
 
com.github.gpluscb.ggjava.entity - package com.github.gpluscb.ggjava.entity
 
com.github.gpluscb.ggjava.entity.enums - package com.github.gpluscb.ggjava.entity.enums
 
com.github.gpluscb.ggjava.entity.object - package com.github.gpluscb.ggjava.entity.object
 
com.github.gpluscb.ggjava.entity.object.response - package com.github.gpluscb.ggjava.entity.object.response
 
com.github.gpluscb.ggjava.entity.object.response.enums - package com.github.gpluscb.ggjava.entity.object.response.enums
 
com.github.gpluscb.ggjava.entity.object.response.interfaces - package com.github.gpluscb.ggjava.entity.object.response.interfaces
 
com.github.gpluscb.ggjava.entity.object.response.objects - package com.github.gpluscb.ggjava.entity.object.response.objects
 
com.github.gpluscb.ggjava.entity.object.response.scalars - package com.github.gpluscb.ggjava.entity.object.response.scalars
 
com.github.gpluscb.ggjava.entity.object.response.unions - package com.github.gpluscb.ggjava.entity.object.response.unions
 
com.github.gpluscb.ggjava.entity.object.scalars - package com.github.gpluscb.ggjava.entity.object.scalars
 
Comparator - Enum in com.github.gpluscb.ggjava.entity.enums
Comparison operator
COMPARATOR - com.github.gpluscb.ggjava.entity.EntityType
 
ComparatorResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Comparison operator
ComparatorResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.ComparatorResponse
 
ComparatorResponse(Comparator) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.ComparatorResponse
 
COMPLETED - com.github.gpluscb.ggjava.entity.enums.ActivityState
Activity is done
CONTACT_INFO - com.github.gpluscb.ggjava.entity.EntityType
 
ContactInfoResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Name, address, etc
ContactInfoResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
 
ContactInfoResponse(IDResponse, StringResponse, StringResponse, IntResponse, StringResponse, StringResponse, StringResponse, StringResponse, IntResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
 
contains(Object) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
containsAll(Collection<?>) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
CREATED - com.github.gpluscb.ggjava.entity.enums.ActivityState
Activity is created
CUSTOM_SCHEDULE - com.github.gpluscb.ggjava.entity.enums.BracketType
 

D

DeserializationException - Exception in com.github.gpluscb.ggjava.api.exception
Represents a deserialization failure.
DeserializationException() - Constructor for exception com.github.gpluscb.ggjava.api.exception.DeserializationException
 
DeserializationException(String) - Constructor for exception com.github.gpluscb.ggjava.api.exception.DeserializationException
 
DeserializationException(String, Throwable) - Constructor for exception com.github.gpluscb.ggjava.api.exception.DeserializationException
 
DeserializationException(String, Throwable, boolean, boolean) - Constructor for exception com.github.gpluscb.ggjava.api.exception.DeserializationException
 
DeserializationException(Throwable) - Constructor for exception com.github.gpluscb.ggjava.api.exception.DeserializationException
 
DISCORD - com.github.gpluscb.ggjava.entity.enums.AuthorizationType
 
DISCORD - com.github.gpluscb.ggjava.entity.enums.SocialConnectionType
 
DOUBLE_ELIMINATION - com.github.gpluscb.ggjava.entity.enums.BracketType
 

E

ELIMINATION_ROUNDS - com.github.gpluscb.ggjava.entity.enums.BracketType
 
endAt - com.github.gpluscb.ggjava.entity.enums.TournamentPaginationSort
 
enqueue(IntFunction<CompletableFuture<Boolean>>) - Method in interface com.github.gpluscb.ggjava.api.RateLimiter
Enqueues an asynchronous task to be executed according to the rate limit this instance represents.
EntityType - Enum in com.github.gpluscb.ggjava.entity
 
ENTRANT - com.github.gpluscb.ggjava.entity.EntityType
 
ENTRANT_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
EntrantConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
EntrantConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantConnectionResponse
 
EntrantConnectionResponse(PageInfoResponse, ListResponse<EntrantResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantConnectionResponse
 
EntrantResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
An entrant in an event
EntrantResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
 
EntrantResponse(IDResponse, EventResponse, BooleanResponse, StringResponse, SetConnectionResponse, ListResponse<ParticipantResponse>, ListResponse<SeedResponse>, IntResponse, StandingResponse, StreamsResponse, ListResponse<StreamsResponse>, TeamResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
 
EnumResponse<T extends GGEnum> - Class in com.github.gpluscb.ggjava.entity.object.response.enums
 
EnumResponse(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.EnumResponse
 
EnumResponse(EntityType, T) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.EnumResponse
 
EQUAL - com.github.gpluscb.ggjava.entity.enums.Comparator
 
EVENT - com.github.gpluscb.ggjava.entity.EntityType
 
EVENT - com.github.gpluscb.ggjava.entity.enums.TeamType
 
EVENT_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
EVENT_ENTRANT_PAGE_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
EVENT_ENTRANT_PAGE_QUERY_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
EVENT_OWNER - com.github.gpluscb.ggjava.entity.EntityType
 
EVENT_OWNER_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
EVENT_OWNER_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
EVENT_TEAM - com.github.gpluscb.ggjava.entity.EntityType
 
EVENT_TEAM_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
EVENT_TIER - com.github.gpluscb.ggjava.entity.EntityType
 
EventConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
EventConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventConnectionResponse
 
EventConnectionResponse(PageInfoResponse, ListResponse<EventResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventConnectionResponse
 
EventOwnerConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
EventOwnerConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerConnectionResponse
 
EventOwnerConnectionResponse(PageInfoResponse, ListResponse<EventOwnerResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerConnectionResponse
 
EventOwnerResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Name and Gamertag of the owner of an event in a league
EventOwnerResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerResponse
 
EventOwnerResponse(IDResponse, StringResponse, StringResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerResponse
 
eventRegistrationClosesAt - com.github.gpluscb.ggjava.entity.enums.TournamentPaginationSort
 
EventResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
An event in a tournament
EventResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
EventResponse(IDResponse, IntResponse, IntResponse, BooleanResponse, TimestampResponse, TimestampResponse, IntResponse, IntResponse, EntrantConnectionResponse, BooleanResponse, BooleanResponse, ListResponse<ImageResponse>, BooleanResponse, LeagueResponse, StringResponse, StringResponse, IntResponse, ListResponse<PhaseGroupResponse>, ListResponse<PhaseResponse>, JSONResponse, JSONResponse, StringResponse, IntResponse, JSONResponse, SetConnectionResponse, StringResponse, StandingConnectionResponse, TimestampResponse, ActivityStateResponse, StationsConnectionResponse, TimestampResponse, BooleanResponse, TeamRosterSizeResponse, TournamentResponse, IntResponse, TimestampResponse, BooleanResponse, VideogameResponse, ListResponse<WaveResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
EventTeamConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
EventTeamConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventTeamConnectionResponse
 
EventTeamConnectionResponse(PageInfoResponse, ListResponse<EventTeamResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventTeamConnectionResponse
 
EventTeamResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
An event-level Team, in the context of some competition
EventTeamResponse(GlobalTeamResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventTeamResponse
 
EventTeamResponse(IDResponse, StringResponse, EntrantResponse, EventResponse, ListResponse<ImageResponse>, ListResponse<TeamMemberResponse>, StringResponse, GlobalTeamResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventTeamResponse
 
EventTierResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Used for league application tiers
EventTierResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventTierResponse
 
EventTierResponse(IDResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.EventTierResponse
 
EXACT - com.github.gpluscb.ggjava.entity.enums.TeamType
 
EXHIBITION - com.github.gpluscb.ggjava.entity.enums.BracketType
 

F

FIRST_ALL - com.github.gpluscb.ggjava.entity.enums.RaceLimitMode
 
FLOAT - com.github.gpluscb.ggjava.entity.EntityType
 
FloatResponse - Class in com.github.gpluscb.ggjava.entity.object.response.scalars
The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.
FloatResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.FloatResponse
 
FloatResponse(Float) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.FloatResponse
 

G

GAME - com.github.gpluscb.ggjava.entity.EntityType
 
GAME_SELECTION - com.github.gpluscb.ggjava.entity.EntityType
 
GAME_SELECTION_TYPE - com.github.gpluscb.ggjava.entity.EntityType
 
GameResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A game represents a single game within a set.
GameResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
 
GameResponse(IDResponse, ListResponse<ImageResponse>, IntResponse, ListResponse<GameSelectionResponse>, StageResponse, IntResponse, IntResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
 
GameSelectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A selection for this game. i.e. character/stage selection, etc
GameSelectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.GameSelectionResponse
 
GameSelectionResponse(IDResponse, EntrantResponse, IntResponse, ParticipantResponse, GameSelectionTypeResponse, IntResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.GameSelectionResponse
 
GameSelectionType - Enum in com.github.gpluscb.ggjava.entity.enums
The type of selection i.e. is it for a character or something else
GameSelectionTypeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
The type of selection i.e. is it for a character or something else
GameSelectionTypeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.GameSelectionTypeResponse
 
GameSelectionTypeResponse(GameSelectionType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.GameSelectionTypeResponse
 
get(int) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
getActionRecords() - Method in class com.github.gpluscb.ggjava.entity.object.response.GGResponse
The unprocessed actionRecords field of the response.
getAddrState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getAddrState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getAdmins() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
Admin-only view of admins for this tournament
getAuthorizations() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
Authorizations to external services (i.e.
getAutomaticEndTime() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
 
getAutomaticStartTime() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
 
getBestOf() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RoundResponse
If applicable, bestOf is the number of games one must win a majority out of to win a set in this round
getBio() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
 
getBirthday() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
Public facing user birthday that respects user publishing settings
getBracketType() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.BracketConfigResponse
 
getBracketType() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.MatchConfigResponse
 
getBracketType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
The bracket type of this group's phase.
getBracketType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
The bracket type of this phase.
getBracketTypeResponse() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.BracketConfigResponse
 
getBracketTypeResponse() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.MatchConfigResponse
 
getByResponseClass(Class<? extends GGResponseObject>) - Static method in enum com.github.gpluscb.ggjava.entity.EntityType
 
getCanAutoAssign() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getCheckedIn() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
If this participant was checked-in by admin
getCheckedInAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
The time this participant was checked-in by admin
getCheckedInParticipants() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
Map of Participant ID to checked in boolean
getCheckInBuffer() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
How long before the event start will the check-in end (in seconds)
getCheckInDuration() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
How long the event check-in will last (in seconds)
getCheckInEnabled() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Whether check-in is enabled for this event
getCity() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.AddressResponse
 
getCity() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
Participant City Name
getCity() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getCity() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getClusterNumber() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getClusterPrefix() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getColumn() - Method in class com.github.gpluscb.ggjava.api.exception.GGError.Location
The column field of the location.
getCompletedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
The time this set was marked as completed
getConnectedAccounts() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
Info for connected accounts to external services.
getContactInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
Contact Info selected during registration.
getContainer() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
The containing entity that contextualizes this standing.
getCountry() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.AddressResponse
 
getCountry() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
Participant Country Name
getCountryCode() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getCountryCode() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getCountryId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.AddressResponse
 
getCountryId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
Participant Country (region) id
getCreatedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
When the event was created (unix timestamp)
getCreatedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
When the tournament was created (unix timestamp)
getCreatedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
The time this set was created
getCreatedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
When the tournament was created (unix timestamp)
getCurrAmount() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelResponse
 
getCurrency() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getCurrency() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getCurrentUser() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns the authenticated user
getData() - Method in class com.github.gpluscb.ggjava.entity.object.response.GGResponse
The deserialized data.
getDeckSubmissionDeadline() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Last date attendees are able to create teams for team events
getDeletePhase() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Delete a phase by id
getDeleteStation() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Delete a station by id
getDeleteWave() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Delete a wave by id
getDescription() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelResponse
 
getDiscord() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentLinksResponse
 
getDiscriminator() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
Uniquely identifying token for team.
getDiscriminator() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
Uniquely identifying token for user.
getDisplayIdentifier() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
Unique identifier for this group within the context of its phase
getDisplayName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameResponse
 
getDisplayScore() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getDisplayValue() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ScoreResponse
Like value, but formatted for race format events.
getEmail() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerResponse
 
getEmail() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
Email of the user, only available to admins within 18 months of tournament
getEnabled() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getEnabled() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getEndAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
When the tournament ends
getEndAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
When the tournament ends
getEntrant() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
Deprecated.
Use the entrant field off the EventTeam type
getEntrant() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameSelectionResponse
The entrant who this selection is for
getEntrant() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getEntrant() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
 
getEntrant() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
If the entity this standing is assigned to can be resolved into an entrant, this will provide the entrant.
getEntrantCount() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getEntrants() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
The entrants that belong to an event, paginated by filter criteria
getEntrants() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
 
getEntrantSizeMax() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Deprecated.
Migrate to teamRosterSize
getEntrantSizeMin() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Deprecated.
Migrate to teamRosterSize
getErrorId() - Method in class com.github.gpluscb.ggjava.api.exception.GGError
The errorId field of the response.
getErrorRoot() - Method in class com.github.gpluscb.ggjava.api.exception.GGError
The unprocessed JsonObject of the error.
getErrors() - Method in class com.github.gpluscb.ggjava.entity.object.response.GGResponse
The errors field.
getEvent() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
Deprecated.
Use the event field off the EventTeam type
getEvent() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
 
getEvent() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
The Event that this phase belongs to
getEvent() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns an event given its id or slug
getEvent() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
Event that this set belongs to.
getEvent() - Method in class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
The event or null if this is not an event
getEventId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerResponse
 
getEventOwners() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getEventRegistrationClosesAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
When does event registration close
getEventRegistrationClosesAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
When does event registration close
getEvents() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
Paginated list of events in a league
getEvents() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
The events this participant registered for.
getEvents() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getEvents() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
Events this user has competed in
getEventTeams() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GlobalTeamResponse
 
getException() - Method in class com.github.gpluscb.ggjava.entity.object.response.GGResponse
The Exception that occurred during deserialization.
getExtensions() - Method in class com.github.gpluscb.ggjava.api.exception.GGError
The unprocessed extensions field of the response.
getExtensions() - Method in class com.github.gpluscb.ggjava.entity.object.response.GGResponse
The unprocessed extensions field of the response.
getExternalId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProfileAuthorizationResponse
The id given by the external service
getExternalUsername() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProfileAuthorizationResponse
The username given by the external service (including discriminator if discord)
getFacebook() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentLinksResponse
 
getFilter() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PageInfoResponse
 
getFinalEventId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
Deprecated.
No longer used
getFirstRoundTime() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
For the given phase group, this is the start time of the first round that occurs in the group.
getFollowerCount() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getFullName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerResponse
 
getFullRoundText() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
Full round text of this set.
getGame() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getGamertag() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageResponse
The player's gamertag.
getGamerTag() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerResponse
 
getGamerTag() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
The tag that was used in registration e.g.
getGamerTag() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerResponse
 
getGames() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getGenderPronoun() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
 
getGGEntityType() - Method in class com.github.gpluscb.ggjava.entity.AbstractGGEntity
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.ActivityState
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.AuthorizationType
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.BracketType
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.Comparator
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.GameSelectionType
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.RaceLimitMode
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.RaceType
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.SetSortType
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.SocialConnectionType
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.StreamSource
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.StreamType
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.TeamMemberType
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.TeamType
 
getGGEntityType() - Method in enum com.github.gpluscb.ggjava.entity.enums.TournamentPaginationSort
 
getGGEntityType() - Method in interface com.github.gpluscb.ggjava.entity.GGEntity
 
getGlobalTeam() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventTeamResponse
 
getGoalAmount() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelResponse
 
getGoalTargetComparator() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
 
getGoalTargetValue() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
 
getGroupCount() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
Number of phase groups in this phase
getGroupSeedNum() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getHasDecks() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Whether the event has decks
getHashtag() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getHashtag() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getHasOfflineEvents() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
True if tournament has at least one offline event
getHasOfflineEvents() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
True if tournament has at least one offline event
getHasOnlineEvents() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getHasOnlineEvents() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getHasPlaceholder() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
Whether this set contains a placeholder entrant
getHasTasks() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Are player tasks enabled for this event
getHeight() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ImageResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.ActionSetResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.BracketConfigResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.MatchConfigResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.AddressResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventTierResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameSelectionResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ImageResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerRankResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProfileAuthorizationResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProgressionResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RoundResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StageResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamQueueResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamMemberResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameResponse
 
getId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.WaveResponse
 
getIdentifier() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
The letters that describe a unique identifier within the pool.
getIdentifier() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getIdentifier() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.WaveResponse
The Wave Identifier
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
 
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
 
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
 
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelResponse
 
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
 
getImages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameResponse
 
getIsAlternate() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamMemberResponse
 
getIsBye() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getIsCaptain() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamMemberResponse
 
getIsDisqualified() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
 
getIsExhibition() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
Is the phase an exhibition or not.
getIsFinal() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
 
getIsOnline() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Whether the event is an online event or not
getIsOnline() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
True if tournament has at least one online event
getIsOnline() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamResponse
Whether the stream is currently live.
getIsOnline() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getIsOnline() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
True if tournament has at least one online event
getIsRegistrationOpen() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
Is tournament registration open
getJsonResponse() - Method in exception com.github.gpluscb.ggjava.api.exception.RequestFailureException
 
getLabel() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ScoreResponse
The name of this score. e.g.
getLat() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getLat() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getLeague() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
getLeague() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a league given its id or slug
getLeagues() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
Leagues this user has competed in
getLeagueTeams() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GlobalTeamResponse
 
getLevels() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopResponse
 
getLimitMode() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
 
getLimitValue() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
 
getLine() - Method in class com.github.gpluscb.ggjava.api.exception.GGError.Location
The line field of the location.
getLinks() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getLinks() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getLng() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getLng() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getLocation() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
Public location info for this user
getLocationRoot() - Method in class com.github.gpluscb.ggjava.api.exception.GGError.Location
The unprocessed JsonObject of the location.
getLocations() - Method in class com.github.gpluscb.ggjava.api.exception.GGError
The locations field.
getLPlacement() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getMapsPlaceId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getMapsPlaceId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getMatchRulesMarkdown() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Markdown field for match rules/instructions
getMaxAlternates() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamRosterSizeResponse
 
getMaxPlayers() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamRosterSizeResponse
 
getMembers() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
 
getMemberType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamMemberResponse
The type of the team member
getMessage() - Method in class com.github.gpluscb.ggjava.api.exception.GGError
The message field of the error.
getMessage() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageResponse
The order message
getMessages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopResponse
 
getMetadata() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
Metadata that goes along with this standing.
getMinAlternates() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamRosterSizeResponse
 
getMinPlayers() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamRosterSizeResponse
 
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
 
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
 
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
The entrant name as it appears in bracket: gamerTag of the participant or team name
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Title of event set by organizer
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventTierResponse
Name of this tier
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
The tournament name
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
Name of phase e.g.
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelResponse
 
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageResponse
The player's name.
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopResponse
 
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StageResponse
Stage name
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamResponse
The name of the stream
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
The tournament name
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
Public facing user name that respects user publishing settings
getName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameResponse
 
getNameFirst() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
First Name
getNameLast() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
Last Name
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventTeamConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentConnectionResponse
 
getNodes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameConnectionResponse
 
getNumAttendees() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
Number of attendees including spectators, if public
getNumber() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RoundResponse
Indicates this round's order in the phase group
getNumber() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getNumEntrants() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Gets the number of entrants in this event
getNumProgressingToFinalEvent() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
Deprecated.
No longer used
getNumRounds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
 
getNumSeeds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
The number of seeds this phase contains.
getNumSetups() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getNumSetups() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getNumUniquePlayers() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getOrderNum() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
 
getOrderNum() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameSelectionResponse
 
getOriginOrder() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProgressionResponse
 
getOriginPhase() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProgressionResponse
 
getOriginPhaseGroup() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProgressionResponse
 
getOriginPlacement() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProgressionResponse
 
getOwner() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
The user who created the tournament
getPage() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PageInfoResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventOwnerConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventTeamConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentConnectionResponse
 
getPageInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameConnectionResponse
 
getPaginatedSeeds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
Deprecated.
Please use 'seeds', which is now paginated
getPaginatedSeeds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
Deprecated.
Please use 'seeds' instead
getPaginatedSets() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
Paginated sets for this entrant
getPaginatedSets() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
Deprecated.
Please use 'sets', which is now paginated
getParentStreamId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getParticipant() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameSelectionResponse
The participant who this selection is for.
getParticipant() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a participant given its id
getParticipant() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamMemberResponse
 
getParticipants() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
 
getParticipants() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
Paginated, queryable list of participants
getPath() - Method in class com.github.gpluscb.ggjava.api.exception.GGError
The unprocessed path field of the response.
getPerPage() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PageInfoResponse
 
getPhase() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
The phase associated with this phase group
getPhase() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a phase given its id
getPhase() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getPhaseGroup() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a phase group given its id
getPhaseGroup() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getPhaseGroup() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
Phase group that this Set belongs to.
getPhaseGroup() - Method in class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
The phase group or null if this is not a phase group
getPhaseGroups() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
The phase groups that belong to an event.
getPhaseGroups() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
Phase groups under this phase, paginated
getPhaseOrder() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
The relative order of this phase within an event
getPhases() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
The phases that belong to an event.
getPlaceholderName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getPlacement() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getPlacement() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
 
getPlayer() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
 
getPlayer() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a player given an id
getPlayer() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageResponse
The player who left the comment
getPlayer() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
The player(s) tied to this standing's entity
getPlayer() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamMemberResponse
 
getPlayer() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
player for user
getPlayerReportingEnabled() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceMatchConfigResponse
Can players report results?
getPlayers() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
The player(s) associated with this seed's entrant
getPostalCode() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getPostalCode() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getPrefix() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
The prefix that was used in registration e.g.
getPrefix() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerResponse
 
getPrefix() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getPrereqId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
Pairs with prereqType, is the ID of the prereq.
getPrereqPlacement() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
Given a set prereq type, defines the placement required in the origin set to end up in this slot.
getPrereqType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
Describes where the entity in this slot comes from.
getPrimaryContact() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getPrimaryContact() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getPrimaryContactType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getPrimaryContactType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getPrizingInfo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
TO settings for prizing
getProgressionSeedId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getProgressionSource() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
Source progression information
getProgressionsOut() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
The progressions out of this phase group
getPublishing() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
getPublishing() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
Publishing settings for this tournament
getPublishing() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
Publishing settings for this tournament
getQueue() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getQueueDepth() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getRaceType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
 
getRank() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerRankResponse
The player's placement on the ranking
getRankings() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerResponse
Most recent active & published rankings
getRatio() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ImageResponse
 
getRecentSets() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerResponse
Deprecated.
Use the sets field instead.
getRegistrationClosesAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
When does registration for the tournament end
getRegistrationClosesAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
When does registration for the tournament end
getRequiredConnections() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
Admin only field for required social connections
getResolveScheduleConflicts() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Automatically attempt to resolve all schedule conflicts.
getResponseClass() - Method in enum com.github.gpluscb.ggjava.entity.EntityType
 
getResponseRoot() - Method in class com.github.gpluscb.ggjava.entity.object.response.GGResponse
The unprocessed JsonObject of the response.
getRound() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
The round number of the set.
getRounds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
 
getRules() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getRules() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getRulesetId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Id of the event ruleset
getRulesetSettings() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Deprecated.
Use ruleset
getRulesMarkdown() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Markdown field for event rules/instructions
getScore() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingStatsResponse
 
getSeed() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a phase seed given its id
getSeed() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
 
getSeedMap() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
 
getSeedNum() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getSeeds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
 
getSeeds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
Paginated seeds for this phase group
getSeeds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
Paginated seeds for this phase
getSelections() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
Selections for this game such as character, etc.
getSelectionType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameSelectionResponse
 
getSelectionValue() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameSelectionResponse
 
getSet() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a set given its id
getSet() - Method in class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
The set or null if this is not a set
getSetGamesType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
Indicates whether the set is in best of or total games mode.
getSetRecordWithoutByes() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
Entrant's win/loss record for this standing.
getSets() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Paginated sets for this Event
getSets() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
Paginated sets on this phaseGroup
getSets() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
Paginated sets for this Phase
getSets() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerResponse
Set history for this player.
getSets() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamQueueResponse
The sets on the stream
getShop() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
A shop entity
getShortSlug() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
The short slug used to form the url
getShortSlug() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
The short slug used to form the url
getShowStandings() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
Whether standings for this league should be visible
getSkill() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
 
getSlotIndex() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
The index of the slot.
getSlots() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
A possible spot in a set.
getSlug() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
getSlug() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getSlug() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopResponse
 
getSlug() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
The slug used to form the url
getSlug() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
 
getSlug() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameResponse
 
getSortBy() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PageInfoResponse
 
getStage() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
The stage that this game was played on (if applicable)
getStanding() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
Standing for this entrant given an event.
getStanding() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
The standing within this set for the seed currently assigned to this slot.
getStanding() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
Deprecated.
The "placement" field is identical and will eventually replace "standing"
getStandings() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Paginated list of standings
getStandings() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
Paginated list of standings
getStandings() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
Paginated list of standings
getStandings() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
getStartAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
When does this event start?
getStartAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
When the tournament Starts
getStartAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
Unix time the group is scheduled to start.
getStartAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RoundResponse
The time that this round is scheduled to start at
getStartAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
The start time of the Set.
getStartAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
When the tournament Starts
getStartAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.WaveResponse
Unix time the wave is scheduled to start.
getStartedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.AddressResponse
 
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
Participant State Name
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
The state of the Event.
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
 
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
State of the tournament, can be ActivityState::CREATED, ActivityState::ACTIVE, or ActivityState::COMPLETED
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
 
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
State of the phase
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getState() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
State of the tournament, can be ActivityState::CREATED, ActivityState::ACTIVE, or ActivityState::COMPLETED
getStateId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.AddressResponse
 
getStateId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
Participant State (region) id
getStation() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
Tournament event station for a set
getStations() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Paginated stations on this event
getStations() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getStats() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
 
getStatus() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TeamMemberResponse
The status of the team member
getStream() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
Deprecated.
DEPRECATED. Use streams instead, which supports multiple stream types and teams.
getStream() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProfileAuthorizationResponse
 
getStream() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns an stream given its id
getStream() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
Tournament event stream for a set
getStream() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamQueueResponse
The stream on the queue
getStreamGame() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getStreamId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getStreamLogo() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getStreamName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getStreamQueue() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns all the stream queues for a given tournament
getStreamQueue() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getStreams() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
 
getStreams() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getStreamSource() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getStreamStatus() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getStreamType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getStreamTypeId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
getSwapSeeds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Swap two seed ids in a phase
getTeam() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EntrantResponse
Team linked to this entrant, if one exists
getTeam() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a team given its id
getTeamCreationClosesAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
When is the team creation deadline
getTeamCreationClosesAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
When is the team creation deadline
getTeamManagementDeadline() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Last date attendees are able to create teams for team events
getTeamNameAllowed() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
If this is a teams event, returns whether or not teams can set custom names
getTeamRosterSize() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Team roster size requirements
getTeams() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
Paginated, queryable list of teams
getTiebreakOrder() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
 
getTiers() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getTimezone() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
The timezone of the tournament
getTimezone() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
The timezone of the tournament
getTitle() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerRankResponse
 
getTotal() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PageInfoResponse
 
getTotal() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageResponse
The total order amount
getTotalGames() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
If setGamesType is in total games mode, this defined the number of games in the set.
getTotalPages() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PageInfoResponse
 
getTotalPoints() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
 
getTournament() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
getTournament() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a tournament given its id or slug
getTournament() - Method in class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
The tournament or null if this is not a tournament
getTournaments() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Paginated, filterable list of tournaments
getTournaments() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
Tournaments this user is organizing or competing in
getTournamentType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
The type of tournament from TournamentType
getTournamentType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
The type of tournament from TournamentType
getType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
The type of the event, whether an entrant will have one participant or multiple
getType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ImageResponse
 
getType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProfileAuthorizationResponse
The name of the external service providing this auth i.e.
getType() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StreamResponse
The name of the external service providing this auth i.e.
getUpdatedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
When the event was last modified (unix timestamp)
getUpdatedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
When the tournament was last modified (unix timestamp)
getUpdatedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
getUpdatedAt() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
When the tournament was last modified (unix timestamp)
getUpdatePhaseGroups() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Update set of phase groups in a phase
getUpdatePhaseSeeding() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Update the seeding for a phase
getUpsertPhase() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Create or update a Phase
getUpsertStation() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Add or update a station by id
getUpsertWave() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
Add or update a wave by id
getUrl() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ImageResponse
 
getUrl() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
Build Tournament URL
getUrl() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ProfileAuthorizationResponse
 
getUrl() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ShopResponse
 
getUrl() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
Build Tournament URL
getUseEventSeeds() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
Whether the event uses the new EventSeeds for seeding
getUser() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
The user this participant is associated to.
getUser() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerResponse
 
getUser() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a user given a user slug of the form user/abc123, or id
getValue() - Method in class com.github.gpluscb.ggjava.entity.object.response.enums.EnumResponse
 
getValue() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ScoreResponse
The raw score value
getValue() - Method in class com.github.gpluscb.ggjava.entity.object.response.scalars.ScalarResponse
 
getValue() - Method in interface com.github.gpluscb.ggjava.entity.object.scalars.Scalar
 
getValueInstant() - Method in interface com.github.gpluscb.ggjava.entity.object.scalars.GGTimestamp
 
getValueJson() - Method in interface com.github.gpluscb.ggjava.entity.object.scalars.GGJSON
 
getValueLong() - Method in interface com.github.gpluscb.ggjava.entity.object.scalars.GGID
 
getVenueAddress() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getVenueAddress() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getVenueName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getVenueName() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
getVerificationMethods() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceMatchConfigResponse
Accepted methods of verification that players can use
getVerificationRequired() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.RaceMatchConfigResponse
Are players required to submit verification of their reported results?
getVerified() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
If this participant is verified as actually being in the tournament
getVideogame() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
 
getVideogame() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns a videogame given its id
getVideogames() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
getVideogames() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
Returns paginated list of videogames matching the search criteria.
getVodUrl() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
Url of a VOD for this set
getWave() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
 
getWaves() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.EventResponse
The waves being used by the event
getWaves() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
 
getWaves() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
List of all waves in this tournament
getWidth() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ImageResponse
 
getWinnerId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
 
getWinnerId() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getWPlacement() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
getZipcode() - Method in class com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
Zip or Postal Code
GGBoolean - Interface in com.github.gpluscb.ggjava.entity.object.scalars
The Boolean scalar type represents true or false.
GGClient - Interface in com.github.gpluscb.ggjava.api
Instances can be used for communicating with the smash.gg GraphQL API.
GGClient.Builder - Class in com.github.gpluscb.ggjava.api
Used for building instances of GGClient.
GGEntity - Interface in com.github.gpluscb.ggjava.entity
 
GGEnum - Interface in com.github.gpluscb.ggjava.entity.enums
 
GGError - Class in com.github.gpluscb.ggjava.api.exception
Represents a single error element from the errors field of the smash.gg api response.
GGError(JsonObject) - Constructor for class com.github.gpluscb.ggjava.api.exception.GGError
 
GGError.Location - Class in com.github.gpluscb.ggjava.api.exception
Represents the location of an error.
GGFloat - Interface in com.github.gpluscb.ggjava.entity.object.scalars
The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.
GGID - Interface in com.github.gpluscb.ggjava.entity.object.scalars
The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache.
GGInt - Interface in com.github.gpluscb.ggjava.entity.object.scalars
The Int scalar type represents non-fractional signed whole numeric values.
GGJSON - Interface in com.github.gpluscb.ggjava.entity.object.scalars
The JSON scalar type represents JSON values as specified by ECMA-404.
GGObject - Interface in com.github.gpluscb.ggjava.entity.object
 
GGResponse<T extends GGResponseObject> - Class in com.github.gpluscb.ggjava.entity.object.response
Represents a response from the smash.gg api.
GGResponse(JsonObject, Class<T>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.GGResponse
 
GGResponseObject - Interface in com.github.gpluscb.ggjava.entity.object.response
 
GGString - Interface in com.github.gpluscb.ggjava.entity.object.scalars
The String scalar type represents textual data, represented as UTF-8 character sequences.
GGTimestamp - Interface in com.github.gpluscb.ggjava.entity.object.scalars
Represents a Unix Timestamp.
GLOBAL - com.github.gpluscb.ggjava.entity.enums.TeamType
 
GLOBAL_TEAM - com.github.gpluscb.ggjava.entity.EntityType
 
GlobalTeamResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Global Team
GlobalTeamResponse(EventTeamConnectionResponse, EventTeamConnectionResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.GlobalTeamResponse
 
GlobalTeamResponse(IDResponse, StringResponse, EntrantResponse, EventResponse, ListResponse<ImageResponse>, ListResponse<TeamMemberResponse>, StringResponse, EventTeamConnectionResponse, EventTeamConnectionResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.GlobalTeamResponse
 
GOALS - com.github.gpluscb.ggjava.entity.enums.RaceType
 
GREATER_THAN - com.github.gpluscb.ggjava.entity.enums.Comparator
 
GREATER_THAN_OR_EQUAL - com.github.gpluscb.ggjava.entity.enums.Comparator
 

H

HIATUS - com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
 
HITBOX - com.github.gpluscb.ggjava.entity.enums.StreamSource
Stream is on smashcast.tv channel

I

ID - com.github.gpluscb.ggjava.entity.EntityType
 
IDResponse - Class in com.github.gpluscb.ggjava.entity.object.response.scalars
The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache.
IDResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.IDResponse
 
IDResponse(String) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.IDResponse
 
IMAGE - com.github.gpluscb.ggjava.entity.EntityType
 
ImageResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
An image
ImageResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ImageResponse
 
ImageResponse(IDResponse, FloatResponse, FloatResponse, StringResponse, StringResponse, FloatResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ImageResponse
 
indexOf(Object) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
INT - com.github.gpluscb.ggjava.entity.EntityType
 
IntResponse - Class in com.github.gpluscb.ggjava.entity.object.response.scalars
The Int scalar type represents non-fractional signed whole numeric values.
IntResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.IntResponse
 
IntResponse(int) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.IntResponse
 
INVALID - com.github.gpluscb.ggjava.entity.enums.ActivityState
Activity is invalid
INVITED - com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
 
isEmpty() - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
isProvided() - Method in class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
 
isShutDown() - Method in interface com.github.gpluscb.ggjava.api.GGClient
Whether the client is already shut down
isShutDown() - Method in interface com.github.gpluscb.ggjava.api.RateLimiter
Whether the instance is already shut down
iterator() - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 

J

JSON - com.github.gpluscb.ggjava.entity.EntityType
 
JSONResponse - Class in com.github.gpluscb.ggjava.entity.object.response.scalars
The JSON scalar type represents JSON values as specified by ECMA-404.
JSONResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.JSONResponse
 
JSONResponse(String) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.JSONResponse
 

L

lastIndexOf(Object) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
LEAGUE - com.github.gpluscb.ggjava.entity.EntityType
 
LEAGUE_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
LEAGUE_EVENTS_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
LEAGUE_EVENTS_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
LeagueConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
LeagueConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueConnectionResponse
 
LeagueConnectionResponse(PageInfoResponse, ListResponse<LeagueResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueConnectionResponse
 
LeagueResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A league
LeagueResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
LeagueResponse(IDResponse, StringResponse, StringResponse, StringResponse, TimestampResponse, StringResponse, TimestampResponse, IntResponse, EventOwnerConnectionResponse, TimestampResponse, EventConnectionResponse, IntResponse, BooleanResponse, BooleanResponse, StringResponse, ListResponse<ImageResponse>, BooleanResponse, FloatResponse, TournamentLinksResponse, FloatResponse, StringResponse, StringResponse, IntResponse, IntResponse, StringResponse, StringResponse, StringResponse, JSONResponse, TimestampResponse, StringResponse, StringResponse, BooleanResponse, StringResponse, StandingConnectionResponse, TimestampResponse, IntResponse, TimestampResponse, ListResponse<EventTierResponse>, StringResponse, IntResponse, TimestampResponse, StringResponse, StringResponse, StringResponse, ListResponse<VideogameResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.LeagueResponse
 
LESS_THAN - com.github.gpluscb.ggjava.entity.enums.Comparator
 
LESS_THAN_OR_EQUAL - com.github.gpluscb.ggjava.entity.enums.Comparator
 
limit(Long) - Method in class com.github.gpluscb.ggjava.api.RateLimiter.SimpleBuilder
Sets the minimal spacing between execution of tasks in ms.
limiter(RateLimiter) - Method in class com.github.gpluscb.ggjava.api.GGClient.Builder
Sets the RateLimiter used to schedule requests.
listIterator() - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
listIterator(int) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
ListResponse<E extends GGResponseObject> - Class in com.github.gpluscb.ggjava.entity.object.response
 
ListResponse(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
ListResponse(EntityType, List<E>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
Location(JsonObject) - Constructor for class com.github.gpluscb.ggjava.api.exception.GGError.Location
 

M

MAGIC - com.github.gpluscb.ggjava.entity.enums.SetSortType
Sorts so that the most relevant sets are shown first.
map(Function<GGResponse<T>, U>, Function<T, U>) - Method in class com.github.gpluscb.ggjava.entity.object.response.GGResponse
Applies either itself to onError, if either the errors field is present or deserialization failed, or the deserialized data to onSuccess if that is not the case, and returns the result.
MATCH_CONFIG - com.github.gpluscb.ggjava.entity.EntityType
 
MATCH_CONFIG_VERIFICATION_METHOD - com.github.gpluscb.ggjava.entity.EntityType
 
MatchConfigResponse - Class in com.github.gpluscb.ggjava.entity.object.response.interfaces
Match-level configuration
MatchConfigResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.MatchConfigResponse
 
MatchConfigResponse(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.MatchConfigResponse
 
MatchConfigResponse(EntityType, IDResponse, BracketTypeResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.MatchConfigResponse
 
MatchConfigVerificationMethod - Enum in com.github.gpluscb.ggjava.entity.enums
Different options available for verifying player-reported match results
MatchConfigVerificationMethodResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Different options available for verifying player-reported match results
MatchConfigVerificationMethodResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.MatchConfigVerificationMethodResponse
 
MatchConfigVerificationMethodResponse(MatchConfigVerificationMethod) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.MatchConfigVerificationMethodResponse
 
MATCHMAKING - com.github.gpluscb.ggjava.entity.enums.BracketType
 
maxRetries(Integer) - Method in class com.github.gpluscb.ggjava.api.GGClient.Builder
Sets the maximum number of retries for one request.
MIXER - com.github.gpluscb.ggjava.entity.enums.AuthorizationType
 
MIXER - com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod
 
MIXER - com.github.gpluscb.ggjava.entity.enums.SocialConnectionType
 
MIXER - com.github.gpluscb.ggjava.entity.enums.StreamSource
Stream is on a mixer.com channel
MIXER - com.github.gpluscb.ggjava.entity.enums.StreamType
 
mutation(String) - Method in interface com.github.gpluscb.ggjava.api.GGClient
Performs a mutation request with the given query to the GraphQL API.
mutation(String, JsonObject) - Method in interface com.github.gpluscb.ggjava.api.GGClient
Performs a mutation request with the given query and variables to the GraphQL API.
MUTATION - com.github.gpluscb.ggjava.entity.EntityType
 
MutationResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
MutationResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
 
MutationResponse(BooleanResponse, BooleanResponse, BooleanResponse, ListResponse<SeedResponse>, ListResponse<SeedResponse>, ListResponse<PhaseGroupResponse>, PhaseResponse, PhaseResponse, StationsResponse, WaveResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.MutationResponse
 

N

NONE - com.github.gpluscb.ggjava.entity.enums.SetSortType
No sort

O

onError(Consumer<GGResponse<T>>) - Method in class com.github.gpluscb.ggjava.entity.object.response.GGResponse
The consumer is executed only if the errors field is present or deserialization failed.
onEvent(Consumer<EventResponse>) - Method in class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
The consumer is executed only if this is an event
onPhaseGroup(Consumer<PhaseGroupResponse>) - Method in class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
The consumer is executed if this is a phase group
onSet(Consumer<SetResponse>) - Method in class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
The consumer is executed if this is a set
onSuccess(Consumer<T>) - Method in class com.github.gpluscb.ggjava.entity.object.response.GGResponse
The consumer is executed only if the errors field is not present and deserialization was successful.
onTournament(Consumer<TournamentResponse>) - Method in class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
The consumer is executed only if this is a tournament
OPEN_SPOT - com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
 
OVERALL - com.github.gpluscb.ggjava.entity.enums.TeamType
 

P

PAGE_INFO - com.github.gpluscb.ggjava.entity.EntityType
 
PageInfoResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
PageInfoResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PageInfoResponse
 
PageInfoResponse(IntResponse, IntResponse, IntResponse, IntResponse, StringResponse, JSONResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PageInfoResponse
 
PAGINATION_SEARCH_TYPE - com.github.gpluscb.ggjava.entity.EntityType
 
PARTICIPANT - com.github.gpluscb.ggjava.entity.EntityType
 
PARTICIPANT_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
PARTICIPANT_PAGE_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
PARTICIPANT_PAGINATION_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
PARTICIPANT_SEARCH - com.github.gpluscb.ggjava.entity.EntityType
 
ParticipantConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
ParticipantConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantConnectionResponse
 
ParticipantConnectionResponse(PageInfoResponse, ListResponse<ParticipantResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantConnectionResponse
 
ParticipantResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A participant of a tournament; either a spectator or competitor
ParticipantResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
 
ParticipantResponse(IDResponse, BooleanResponse, TimestampResponse, JSONResponse, ContactInfoResponse, StringResponse, ListResponse<EntrantResponse>, ListResponse<EventResponse>, StringResponse, ListResponse<ImageResponse>, PlayerResponse, StringResponse, ListResponse<ProfileAuthorizationResponse>, UserResponse, BooleanResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ParticipantResponse
 
period(Long) - Method in class com.github.gpluscb.ggjava.api.RateLimiter.BucketBuilder
Sets the period according to which tasks will be scheduled.
PHASE - com.github.gpluscb.ggjava.entity.EntityType
 
PHASE_GROUP - com.github.gpluscb.ggjava.entity.EntityType
 
PHASE_GROUP_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
PHASE_GROUP_PAGE_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
PHASE_GROUP_PAGE_QUERY_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
PHASE_GROUP_UPDATE_INPUT - com.github.gpluscb.ggjava.entity.EntityType
 
PHASE_UPSERT_INPUT - com.github.gpluscb.ggjava.entity.EntityType
 
PhaseGroupConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
PhaseGroupConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupConnectionResponse
 
PhaseGroupConnectionResponse(PageInfoResponse, ListResponse<PhaseGroupResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupConnectionResponse
 
PhaseGroupResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A group within a phase
PhaseGroupResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
 
PhaseGroupResponse(IDResponse, BracketTypeResponse, StringResponse, TimestampResponse, IntResponse, SeedConnectionResponse, SetConnectionResponse, PhaseResponse, ListResponse<ProgressionResponse>, ListResponse<RoundResponse>, JSONResponse, SeedConnectionResponse, SetConnectionResponse, StandingConnectionResponse, TimestampResponse, IntResponse, JSONResponse, WaveResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseGroupResponse
 
PhaseResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A phase in an event
PhaseResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
 
PhaseResponse(IDResponse, BracketTypeResponse, EventResponse, IntResponse, BooleanResponse, StringResponse, IntResponse, SeedConnectionResponse, PhaseGroupConnectionResponse, IntResponse, SeedConnectionResponse, SetConnectionResponse, ActivityStateResponse, ListResponse<WaveResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PhaseResponse
 
PLAYER - com.github.gpluscb.ggjava.entity.EntityType
 
PLAYER - com.github.gpluscb.ggjava.entity.enums.TeamMemberType
 
PLAYER_RANK - com.github.gpluscb.ggjava.entity.EntityType
 
PlayerRankResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A player's ranks
PlayerRankResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerRankResponse
 
PlayerRankResponse(IDResponse, IntResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerRankResponse
 
PlayerResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A player
PlayerResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerResponse
 
PlayerResponse(IDResponse, StringResponse, StringResponse, ListResponse<PlayerRankResponse>, ListResponse<SetResponse>, SetConnectionResponse, UserResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.PlayerResponse
 
PLAYTIME - com.github.gpluscb.ggjava.entity.enums.RaceLimitMode
 
PROFILE_AUTHORIZATION - com.github.gpluscb.ggjava.entity.EntityType
 
ProfileAuthorizationResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
An OAuth ProfileAuthorization object
ProfileAuthorizationResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ProfileAuthorizationResponse
 
ProfileAuthorizationResponse(IDResponse, StringResponse, StringResponse, StreamResponse, AuthorizationTypeResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ProfileAuthorizationResponse
 
PROGRESSION - com.github.gpluscb.ggjava.entity.EntityType
 
ProgressionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A connection between a placement in an origin phase group to a destination seed.
ProgressionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ProgressionResponse
 
ProgressionResponse(IDResponse, IntResponse, PhaseResponse, PhaseGroupResponse, IntResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ProgressionResponse
 

Q

query(String) - Method in interface com.github.gpluscb.ggjava.api.GGClient
Performs a query request with the given query to the GraphQL API.
query(String, JsonObject) - Method in interface com.github.gpluscb.ggjava.api.GGClient
Performs a query request with the given query and variables to the GraphQL API.
QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
QueryResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
QueryResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
 
QueryResponse(UserResponse, EventResponse, LeagueResponse, ParticipantResponse, PhaseResponse, PhaseGroupResponse, PlayerResponse, SeedResponse, SetResponse, ShopResponse, StreamsResponse, ListResponse<StreamQueueResponse>, TeamResponse, TournamentResponse, TournamentConnectionResponse, UserResponse, VideogameResponse, VideogameConnectionResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.QueryResponse
 
QUEUED - com.github.gpluscb.ggjava.entity.enums.ActivityState
Activity is queued to run

R

RACE - com.github.gpluscb.ggjava.entity.enums.BracketType
 
RACE_BRACKET_CONFIG - com.github.gpluscb.ggjava.entity.EntityType
 
RACE_LIMIT_MODE - com.github.gpluscb.ggjava.entity.EntityType
 
RACE_MATCH_CONFIG - com.github.gpluscb.ggjava.entity.EntityType
 
RACE_TYPE - com.github.gpluscb.ggjava.entity.EntityType
 
RaceBracketConfigResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Race specific bracket configuration
RaceBracketConfigResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
 
RaceBracketConfigResponse(IDResponse, BracketTypeResponse, RaceTypeResponse, StringResponse, ComparatorResponse, RaceLimitModeResponse, IntResponse, TimestampResponse, TimestampResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
 
RaceLimitMode - Enum in com.github.gpluscb.ggjava.entity.enums
Enforces limits on the amount of allowable Race submissions
RaceLimitModeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Enforces limits on the amount of allowable Race submissions
RaceLimitModeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.RaceLimitModeResponse
 
RaceLimitModeResponse(RaceLimitMode) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.RaceLimitModeResponse
 
RaceMatchConfigResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Race specific match configuration
RaceMatchConfigResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.RaceMatchConfigResponse
 
RaceMatchConfigResponse(IDResponse, BracketTypeResponse, BooleanResponse, BooleanResponse, ListResponse<MatchConfigVerificationMethodResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.RaceMatchConfigResponse
 
RaceType - Enum in com.github.gpluscb.ggjava.entity.enums
Race type
RaceTypeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Race type
RaceTypeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.RaceTypeResponse
 
RaceTypeResponse(RaceType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.RaceTypeResponse
 
RateLimiter - Interface in com.github.gpluscb.ggjava.api
Used for scheduling tasks according to rate limits.
RateLimiter.BucketBuilder - Class in com.github.gpluscb.ggjava.api
Used for building instances of RateLimiter that respect a bucket system.
RateLimiter.SimpleBuilder - Class in com.github.gpluscb.ggjava.api
Used for building instances of RateLimiter that respect a minimal spacing between tasks.
RateLimitException - Exception in com.github.gpluscb.ggjava.api.exception
Represents that a rate limit was hit.
RateLimitException(JsonObject) - Constructor for exception com.github.gpluscb.ggjava.api.exception.RateLimitException
 
READY - com.github.gpluscb.ggjava.entity.enums.ActivityState
Activity is ready to be started
remove(int) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
remove(Object) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
removeAll(Collection<?>) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
request(String) - Method in interface com.github.gpluscb.ggjava.api.GGClient
Performs a request with the given query to the GraphQL API.
request(String, JsonObject) - Method in interface com.github.gpluscb.ggjava.api.GGClient
Performs a request with the given query and variables to the GraphQL API.
REQUESTED - com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
 
RequestFailureException - Exception in com.github.gpluscb.ggjava.api.exception
Represents an unsuccessful response.
RequestFailureException(JsonObject) - Constructor for exception com.github.gpluscb.ggjava.api.exception.RequestFailureException
 
RequestFailureException(JsonObject, String) - Constructor for exception com.github.gpluscb.ggjava.api.exception.RequestFailureException
 
RequestFailureException(JsonObject, String, Throwable) - Constructor for exception com.github.gpluscb.ggjava.api.exception.RequestFailureException
 
RequestFailureException(JsonObject, Throwable) - Constructor for exception com.github.gpluscb.ggjava.api.exception.RequestFailureException
 
RESOLVE_CONFLICTS_LOCKED_SEED_CONFIG - com.github.gpluscb.ggjava.entity.EntityType
 
RESOLVE_CONFLICTS_OPTIONS - com.github.gpluscb.ggjava.entity.EntityType
 
retainAll(Collection<?>) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
ROUND - com.github.gpluscb.ggjava.entity.EntityType
 
ROUND_ROBIN - com.github.gpluscb.ggjava.entity.enums.BracketType
 
RoundResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A round within a phase group
RoundResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.RoundResponse
 
RoundResponse(IDResponse, IntResponse, IntResponse, TimestampResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.RoundResponse
 

S

Scalar<T> - Interface in com.github.gpluscb.ggjava.entity.object.scalars
 
ScalarResponse<T> - Class in com.github.gpluscb.ggjava.entity.object.response.scalars
 
ScalarResponse(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.ScalarResponse
 
ScalarResponse(EntityType, T) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.ScalarResponse
 
SCORE - com.github.gpluscb.ggjava.entity.EntityType
 
ScoreResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
The score that led to this standing being awarded.
ScoreResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ScoreResponse
 
ScoreResponse(StringResponse, FloatResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ScoreResponse
 
SEED - com.github.gpluscb.ggjava.entity.EntityType
 
SEED_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
SEED_PAGE_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
SEED_PAGINATION_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
SEED_SEARCH - com.github.gpluscb.ggjava.entity.EntityType
 
SeedConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
SeedConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SeedConnectionResponse
 
SeedConnectionResponse(PageInfoResponse, ListResponse<SeedResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SeedConnectionResponse
 
SeedResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A seed for an entrant
SeedResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
SeedResponse(IDResponse, JSONResponse, EntrantResponse, IntResponse, BooleanResponse, PhaseResponse, PhaseGroupResponse, StringResponse, IntResponse, ListResponse<PlayerResponse>, IntResponse, ProgressionResponse, IntResponse, JSONResponse, ListResponse<StandingResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SeedResponse
 
set(int, E) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
SET - com.github.gpluscb.ggjava.entity.EntityType
 
SET_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
SET_FILTER_LOCATION - com.github.gpluscb.ggjava.entity.EntityType
 
SET_FILTER_LOCATION_DISTANCE_FROM - com.github.gpluscb.ggjava.entity.EntityType
 
SET_FILTER_LOCATION_DISTANCE_FROM_POINT - com.github.gpluscb.ggjava.entity.EntityType
 
SET_FILTERS - com.github.gpluscb.ggjava.entity.EntityType
 
SET_SLOT - com.github.gpluscb.ggjava.entity.EntityType
 
SET_SORT_TYPE - com.github.gpluscb.ggjava.entity.EntityType
 
SetConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
SetConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SetConnectionResponse
 
SetConnectionResponse(PageInfoResponse, ListResponse<SetResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SetConnectionResponse
 
SetResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A set
SetResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
SetResponse(IDResponse, TimestampResponse, TimestampResponse, StringResponse, EventResponse, StringResponse, GameResponse, ListResponse<GameResponse>, BooleanResponse, StringResponse, ListResponse<ImageResponse>, IntResponse, PhaseGroupResponse, IntResponse, IntResponse, ListResponse<SetSlotResponse>, TimestampResponse, TimestampResponse, IntResponse, StationsResponse, StreamsResponse, IntResponse, StringResponse, IntResponse, IntResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SetResponse
 
SetSlotResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A slot in a set where a seed currently or will eventually exist in order to participate in the set.
SetSlotResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
 
SetSlotResponse(IDResponse, EntrantResponse, StringResponse, IntResponse, StringResponse, SeedResponse, IntResponse, StandingResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.SetSlotResponse
 
SetSortType - Enum in com.github.gpluscb.ggjava.entity.enums
Different sort type configurations used when displaying multiple sets
SetSortTypeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Different sort type configurations used when displaying multiple sets
SetSortTypeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.SetSortTypeResponse
 
SetSortTypeResponse(SetSortType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.SetSortTypeResponse
 
SHOP - com.github.gpluscb.ggjava.entity.EntityType
 
SHOP_LEVEL - com.github.gpluscb.ggjava.entity.EntityType
 
SHOP_LEVEL_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
SHOP_LEVELS_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
SHOP_ORDER_MESSAGE - com.github.gpluscb.ggjava.entity.EntityType
 
SHOP_ORDER_MESSAGE_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
SHOP_ORDER_MESSAGES_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
ShopLevelConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
ShopLevelConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelConnectionResponse
 
ShopLevelConnectionResponse(PageInfoResponse, ListResponse<ShopLevelResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelConnectionResponse
 
ShopLevelResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A shop level
ShopLevelResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelResponse
 
ShopLevelResponse(IDResponse, FloatResponse, StringResponse, FloatResponse, ListResponse<ImageResponse>, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopLevelResponse
 
ShopOrderMessageConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
ShopOrderMessageConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageConnectionResponse
 
ShopOrderMessageConnectionResponse(PageInfoResponse, ListResponse<ShopOrderMessageResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageConnectionResponse
 
ShopOrderMessageResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
The message and player info for a shop order
ShopOrderMessageResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageResponse
 
ShopOrderMessageResponse(IDResponse, StringResponse, StringResponse, StringResponse, PlayerResponse, FloatResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageResponse
 
ShopResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A shop
ShopResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopResponse
 
ShopResponse(IDResponse, ShopLevelConnectionResponse, ShopOrderMessageConnectionResponse, StringResponse, StringResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.ShopResponse
 
shutdown() - Method in interface com.github.gpluscb.ggjava.api.GGClient
Shuts down the client gracefully.
shutdown() - Method in interface com.github.gpluscb.ggjava.api.RateLimiter
Shuts down the instance gracefully.
simpleBuilder() - Static method in interface com.github.gpluscb.ggjava.api.RateLimiter
For creating instances of RateLimiter that will respect a simple system where tasks are spaced by a certain limit.
SINGLE_ELIMINATION - com.github.gpluscb.ggjava.entity.enums.BracketType
 
size() - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
SOCIAL_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
SocialConnectionType - Enum in com.github.gpluscb.ggjava.entity.enums
 
STAFF - com.github.gpluscb.ggjava.entity.enums.TeamMemberType
 
STAGE - com.github.gpluscb.ggjava.entity.EntityType
 
StageResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Video Stage
StageResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StageResponse
 
StageResponse(IDResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StageResponse
 
STANDARD - com.github.gpluscb.ggjava.entity.enums.SetSortType
Default sort
STANDING - com.github.gpluscb.ggjava.entity.EntityType
 
STANDING_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
STANDING_CONTAINER - com.github.gpluscb.ggjava.entity.EntityType
 
STANDING_GROUP_STANDING_PAGE_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
STANDING_PAGE_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
STANDING_PAGINATION_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
STANDING_STATS - com.github.gpluscb.ggjava.entity.EntityType
 
StandingConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
StandingConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StandingConnectionResponse
 
StandingConnectionResponse(PageInfoResponse, ListResponse<StandingResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StandingConnectionResponse
 
StandingContainerResponse - Class in com.github.gpluscb.ggjava.entity.object.response.unions
The containing entity that this standing is for
StandingContainerResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
 
StandingContainerResponse(EventResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
 
StandingContainerResponse(PhaseGroupResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
 
StandingContainerResponse(SetResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
 
StandingContainerResponse(TournamentResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
 
StandingResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A standing indicates the placement of something within a container.
StandingResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
 
StandingResponse(IDResponse, StandingContainerResponse, EntrantResponse, BooleanResponse, JSONResponse, IntResponse, PlayerResponse, IntResponse, StandingStatsResponse, FloatResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StandingResponse
 
StandingStatsResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Any stats related to this standing.
StandingStatsResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StandingStatsResponse
 
StandingStatsResponse(ScoreResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StandingStatsResponse
 
startAt - com.github.gpluscb.ggjava.entity.enums.TournamentPaginationSort
 
STATION_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
STATION_UPSERT_INPUT - com.github.gpluscb.ggjava.entity.EntityType
 
STATIONS - com.github.gpluscb.ggjava.entity.EntityType
 
STATIONS_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
StationsConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
StationsConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StationsConnectionResponse
 
StationsConnectionResponse(PageInfoResponse, ListResponse<StationsResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StationsConnectionResponse
 
StationsResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Stations, such as a stream setup, at an event
StationsResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
StationsResponse(IDResponse, BooleanResponse, StringResponse, IntResponse, BooleanResponse, IntResponse, IntResponse, IntResponse, StringResponse, JSONResponse, IntResponse, IntResponse, TimestampResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StationsResponse
 
STEAM - com.github.gpluscb.ggjava.entity.enums.AuthorizationType
 
STREAM - com.github.gpluscb.ggjava.entity.EntityType
 
STREAM_ME - com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod
 
STREAM_QUEUE - com.github.gpluscb.ggjava.entity.EntityType
 
STREAM_SOURCE - com.github.gpluscb.ggjava.entity.EntityType
 
STREAM_TYPE - com.github.gpluscb.ggjava.entity.EntityType
 
STREAMME - com.github.gpluscb.ggjava.entity.enums.StreamSource
Stream is on a stream.me channel
StreamQueueResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A Stream queue object
StreamQueueResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StreamQueueResponse
 
StreamQueueResponse(StringResponse, ListResponse<SetResponse>, StreamsResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StreamQueueResponse
 
StreamResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A Stream object
StreamResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StreamResponse
 
StreamResponse(IDResponse, BooleanResponse, StringResponse, StreamTypeResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StreamResponse
 
STREAMS - com.github.gpluscb.ggjava.entity.EntityType
 
StreamSource - Enum in com.github.gpluscb.ggjava.entity.enums
Represents the source of a stream
StreamSourceResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Represents the source of a stream
StreamSourceResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.StreamSourceResponse
 
StreamSourceResponse(StreamSource) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.StreamSourceResponse
 
StreamsResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Tournament Stream
StreamsResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
StreamsResponse(IDResponse, BooleanResponse, IntResponse, BooleanResponse, IntResponse, IntResponse, StringResponse, StringResponse, StringResponse, StringResponse, StreamSourceResponse, StringResponse, IntResponse, IntResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.StreamsResponse
 
StreamType - Enum in com.github.gpluscb.ggjava.entity.enums
Represents the type of stream service
StreamTypeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Represents the type of stream service
StreamTypeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.StreamTypeResponse
 
StreamTypeResponse(StreamType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.StreamTypeResponse
 
STRING - com.github.gpluscb.ggjava.entity.EntityType
 
StringResponse - Class in com.github.gpluscb.ggjava.entity.object.response.scalars
The String scalar type represents textual data, represented as UTF-8 character sequences.
StringResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.StringResponse
 
StringResponse(String) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.StringResponse
 
subList(int, int) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
SWISS - com.github.gpluscb.ggjava.entity.enums.BracketType
 

T

tasksPerPeriod(Integer) - Method in class com.github.gpluscb.ggjava.api.RateLimiter.BucketBuilder
Sets the maximum amount of tasks that will be executed in a given period.
TEAM - com.github.gpluscb.ggjava.entity.EntityType
 
TEAM_ACTION_SET - com.github.gpluscb.ggjava.entity.EntityType
 
TEAM_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
TEAM_MEMBER - com.github.gpluscb.ggjava.entity.EntityType
 
TEAM_MEMBER_STATUS - com.github.gpluscb.ggjava.entity.EntityType
 
TEAM_MEMBER_TYPE - com.github.gpluscb.ggjava.entity.EntityType
 
TEAM_ROSTER_SIZE - com.github.gpluscb.ggjava.entity.EntityType
 
TEAM_TYPE - com.github.gpluscb.ggjava.entity.EntityType
 
TeamActionSetResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A set of actions available for a team to take
TeamActionSetResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TeamActionSetResponse
 
TeamActionSetResponse(IDResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TeamActionSetResponse
 
TeamConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
TeamConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TeamConnectionResponse
 
TeamConnectionResponse(PageInfoResponse, ListResponse<TeamResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TeamConnectionResponse
 
TeamMemberResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A member of a team
TeamMemberResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TeamMemberResponse
 
TeamMemberResponse(IDResponse, BooleanResponse, BooleanResponse, TeamMemberTypeResponse, ParticipantResponse, PlayerResponse, TeamMemberStatusResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TeamMemberResponse
 
TeamMemberStatus - Enum in com.github.gpluscb.ggjava.entity.enums
Membership status of a team member
TeamMemberStatusResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Membership status of a team member
TeamMemberStatusResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.TeamMemberStatusResponse
 
TeamMemberStatusResponse(TeamMemberStatus) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.TeamMemberStatusResponse
 
TeamMemberType - Enum in com.github.gpluscb.ggjava.entity.enums
Membership type of a team member
TeamMemberTypeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
Membership type of a team member
TeamMemberTypeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.TeamMemberTypeResponse
 
TeamMemberTypeResponse(TeamMemberType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.TeamMemberTypeResponse
 
TeamResponse - Class in com.github.gpluscb.ggjava.entity.object.response.interfaces
A team, either at the global level or within the context of an event
TeamResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
 
TeamResponse(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
 
TeamResponse(EntityType, IDResponse, StringResponse, EntrantResponse, EventResponse, ListResponse<ImageResponse>, ListResponse<TeamMemberResponse>, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.interfaces.TeamResponse
 
TeamRosterSizeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
Team roster size requirements
TeamRosterSizeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TeamRosterSizeResponse
 
TeamRosterSizeResponse(IntResponse, IntResponse, IntResponse, IntResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TeamRosterSizeResponse
 
TEAMS_PAGE_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
TEAMS_PAGINATION_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
TeamType - Enum in com.github.gpluscb.ggjava.entity.enums
The type of the team (event or global)
TeamTypeResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
The type of the team (event or global)
TeamTypeResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.TeamTypeResponse
 
TeamTypeResponse(TeamType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.TeamTypeResponse
 
TIMED - com.github.gpluscb.ggjava.entity.enums.RaceType
 
TIMESTAMP - com.github.gpluscb.ggjava.entity.EntityType
 
TimestampResponse - Class in com.github.gpluscb.ggjava.entity.object.response.scalars
Represents a Unix Timestamp.
TimestampResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.TimestampResponse
 
TimestampResponse(long) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.scalars.TimestampResponse
 
toArray() - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
toArray(T[]) - Method in class com.github.gpluscb.ggjava.entity.object.response.ListResponse
 
TOP_GAME_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
TOURNAMENT - com.github.gpluscb.ggjava.entity.EntityType
 
TOURNAMENT_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
TOURNAMENT_LINKS - com.github.gpluscb.ggjava.entity.EntityType
 
TOURNAMENT_LOCATION_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
TOURNAMENT_PAGE_FILTER - com.github.gpluscb.ggjava.entity.EntityType
 
TOURNAMENT_PAGINATION_SORT - com.github.gpluscb.ggjava.entity.EntityType
 
TOURNAMENT_QUERY - com.github.gpluscb.ggjava.entity.EntityType
 
TournamentConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
TournamentConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentConnectionResponse
 
TournamentConnectionResponse(PageInfoResponse, ListResponse<TournamentResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentConnectionResponse
 
TournamentLinksResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
TournamentLinksResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentLinksResponse
 
TournamentLinksResponse(StringResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentLinksResponse
 
TournamentPaginationSort - Enum in com.github.gpluscb.ggjava.entity.enums
 
TournamentPaginationSortResponse - Class in com.github.gpluscb.ggjava.entity.object.response.enums
 
TournamentPaginationSortResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.TournamentPaginationSortResponse
 
TournamentPaginationSortResponse(TournamentPaginationSort) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.enums.TournamentPaginationSortResponse
 
TournamentResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A tournament
TournamentResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
TournamentResponse(IDResponse, StringResponse, ListResponse<UserResponse>, StringResponse, StringResponse, TimestampResponse, StringResponse, TimestampResponse, TimestampResponse, ListResponse<EventResponse>, BooleanResponse, BooleanResponse, StringResponse, ListResponse<ImageResponse>, BooleanResponse, BooleanResponse, FloatResponse, TournamentLinksResponse, FloatResponse, StringResponse, StringResponse, IntResponse, UserResponse, ParticipantConnectionResponse, StringResponse, StringResponse, StringResponse, JSONResponse, TimestampResponse, StringResponse, StringResponse, StringResponse, TimestampResponse, IntResponse, StationsConnectionResponse, ListResponse<StreamQueueResponse>, ListResponse<StreamsResponse>, TimestampResponse, TeamConnectionResponse, StringResponse, IntResponse, TimestampResponse, StringResponse, StringResponse, StringResponse, ListResponse<WaveResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.TournamentResponse
 
TWITCH - com.github.gpluscb.ggjava.entity.enums.AuthorizationType
 
TWITCH - com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod
 
TWITCH - com.github.gpluscb.ggjava.entity.enums.SocialConnectionType
 
TWITCH - com.github.gpluscb.ggjava.entity.enums.StreamSource
Stream is on twitch.tv channel
TWITCH - com.github.gpluscb.ggjava.entity.enums.StreamType
 
TWITTER - com.github.gpluscb.ggjava.entity.enums.AuthorizationType
 
TWITTER - com.github.gpluscb.ggjava.entity.enums.SocialConnectionType
 
typeForTypename(String) - Static method in class com.github.gpluscb.ggjava.entity.object.response.unions.StandingContainerResponse
 

U

UnauthorizedException - Exception in com.github.gpluscb.ggjava.api.exception
Represents a 401 - Unauthorized response
UnauthorizedException(JsonObject) - Constructor for exception com.github.gpluscb.ggjava.api.exception.UnauthorizedException
 
UnionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.unions
 
UnionResponse(EntityType) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.unions.UnionResponse
 
UnionResponse(EntityType, boolean) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.unions.UnionResponse
 
UNKNOWN - com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
 
UNKNOWN - com.github.gpluscb.ggjava.entity.enums.TeamType
 
UPDATE_PHASE_SEED_INFO - com.github.gpluscb.ggjava.entity.EntityType
 
UPDATE_PHASE_SEEDING_OPTIONS - com.github.gpluscb.ggjava.entity.EntityType
 
USER - com.github.gpluscb.ggjava.entity.EntityType
 
UserResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A user
UserResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
 
UserResponse(IDResponse, ListResponse<ProfileAuthorizationResponse>, StringResponse, StringResponse, StringResponse, EventConnectionResponse, StringResponse, ListResponse<ImageResponse>, LeagueConnectionResponse, AddressResponse, StringResponse, PlayerResponse, StringResponse, TournamentConnectionResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.UserResponse
 

V

valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.ActivityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.AuthorizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.BracketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.Comparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.GameSelectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.RaceLimitMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.RaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.SetSortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.SocialConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.StreamSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.StreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.TeamMemberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.TeamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gpluscb.ggjava.entity.enums.TournamentPaginationSort
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.gpluscb.ggjava.entity.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.ActivityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.AuthorizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.BracketType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.Comparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.GameSelectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.RaceLimitMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.RaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.SetSortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.SocialConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.StreamSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.StreamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.TeamMemberStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.TeamMemberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.TeamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gpluscb.ggjava.entity.enums.TournamentPaginationSort
Returns an array containing the constants of this enum type, in the order they are declared.
VIDEOGAME - com.github.gpluscb.ggjava.entity.EntityType
 
VIDEOGAME_CONNECTION - com.github.gpluscb.ggjava.entity.EntityType
 
VideogameConnectionResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
 
VideogameConnectionResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameConnectionResponse
 
VideogameConnectionResponse(PageInfoResponse, ListResponse<VideogameResponse>) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameConnectionResponse
 
VideogameResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A videogame
VideogameResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameResponse
 
VideogameResponse(IDResponse, StringResponse, ListResponse<ImageResponse>, StringResponse, StringResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.VideogameResponse
 

W

WAVE - com.github.gpluscb.ggjava.entity.EntityType
 
WAVE_UPSERT_INPUT - com.github.gpluscb.ggjava.entity.EntityType
 
WaveResponse - Class in com.github.gpluscb.ggjava.entity.object.response.objects
A wave in a tournament
WaveResponse() - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.WaveResponse
 
WaveResponse(IDResponse, StringResponse, TimestampResponse) - Constructor for class com.github.gpluscb.ggjava.entity.object.response.objects.WaveResponse
 

Y

YOUTUBE - com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod
 
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes All Packages