Package com.github.gpluscb.ggjava.entity
Interface GGEntity
- 
- All Known Subinterfaces:
- GGBoolean,- GGEnum,- GGFloat,- GGID,- GGInt,- GGJSON,- GGObject,- GGResponseObject,- GGString,- GGTimestamp,- Scalar<T>
 - All Known Implementing Classes:
- AbstractGGEntity,- AbstractGGObject,- AbstractGGResponseObject,- ActionSetResponse,- ActivityState,- ActivityStateResponse,- AddressResponse,- AuthorizationType,- AuthorizationTypeResponse,- BooleanResponse,- BracketConfigResponse,- BracketType,- BracketTypeResponse,- Comparator,- ComparatorResponse,- ContactInfoResponse,- EntrantConnectionResponse,- EntrantResponse,- EnumResponse,- EventConnectionResponse,- EventOwnerConnectionResponse,- EventOwnerResponse,- EventResponse,- EventTeamConnectionResponse,- EventTeamResponse,- EventTierResponse,- FloatResponse,- GameResponse,- GameSelectionResponse,- GameSelectionType,- GameSelectionTypeResponse,- GlobalTeamResponse,- IDResponse,- ImageResponse,- IntResponse,- JSONResponse,- LeagueConnectionResponse,- LeagueResponse,- ListResponse,- MatchConfigResponse,- MatchConfigVerificationMethod,- MatchConfigVerificationMethodResponse,- MutationResponse,- PageInfoResponse,- ParticipantConnectionResponse,- ParticipantResponse,- PhaseGroupConnectionResponse,- PhaseGroupResponse,- PhaseResponse,- PlayerRankResponse,- PlayerResponse,- ProfileAuthorizationResponse,- ProgressionResponse,- QueryResponse,- RaceBracketConfigResponse,- RaceLimitMode,- RaceLimitModeResponse,- RaceMatchConfigResponse,- RaceType,- RaceTypeResponse,- RoundResponse,- ScalarResponse,- ScoreResponse,- SeedConnectionResponse,- SeedResponse,- SetConnectionResponse,- SetResponse,- SetSlotResponse,- SetSortType,- SetSortTypeResponse,- ShopLevelConnectionResponse,- ShopLevelResponse,- ShopOrderMessageConnectionResponse,- ShopOrderMessageResponse,- ShopResponse,- SocialConnectionType,- StageResponse,- StandingConnectionResponse,- StandingContainerResponse,- StandingResponse,- StandingStatsResponse,- StationsConnectionResponse,- StationsResponse,- StreamQueueResponse,- StreamResponse,- StreamSource,- StreamSourceResponse,- StreamsResponse,- StreamType,- StreamTypeResponse,- StringResponse,- TeamActionSetResponse,- TeamConnectionResponse,- TeamMemberResponse,- TeamMemberStatus,- TeamMemberStatusResponse,- TeamMemberType,- TeamMemberTypeResponse,- TeamResponse,- TeamRosterSizeResponse,- TeamType,- TeamTypeResponse,- TimestampResponse,- TournamentConnectionResponse,- TournamentLinksResponse,- TournamentPaginationSort,- TournamentPaginationSortResponse,- TournamentResponse,- UnionResponse,- UserResponse,- VideogameConnectionResponse,- VideogameResponse,- WaveResponse
 
 public interface GGEntity
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityTypegetGGEntityType()
 
- 
- 
- 
Method Detail- 
getGGEntityType@Nonnull EntityType getGGEntityType() 
 
- 
 
-