Class AbstractGGResponseObject
- java.lang.Object
- 
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
- 
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
- 
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 - Direct Known Subclasses:
- ActionSetResponse,- AddressResponse,- BracketConfigResponse,- ContactInfoResponse,- EntrantConnectionResponse,- EntrantResponse,- EnumResponse,- EventConnectionResponse,- EventOwnerConnectionResponse,- EventOwnerResponse,- EventResponse,- EventTeamConnectionResponse,- EventTierResponse,- GameResponse,- GameSelectionResponse,- ImageResponse,- LeagueConnectionResponse,- LeagueResponse,- ListResponse,- MatchConfigResponse,- MutationResponse,- PageInfoResponse,- ParticipantConnectionResponse,- ParticipantResponse,- PhaseGroupConnectionResponse,- PhaseGroupResponse,- PhaseResponse,- PlayerRankResponse,- PlayerResponse,- ProfileAuthorizationResponse,- ProgressionResponse,- QueryResponse,- RoundResponse,- ScalarResponse,- ScoreResponse,- SeedConnectionResponse,- SeedResponse,- SetConnectionResponse,- SetResponse,- SetSlotResponse,- ShopLevelConnectionResponse,- ShopLevelResponse,- ShopOrderMessageConnectionResponse,- ShopOrderMessageResponse,- ShopResponse,- StageResponse,- StandingConnectionResponse,- StandingResponse,- StandingStatsResponse,- StationsConnectionResponse,- StationsResponse,- StreamQueueResponse,- StreamResponse,- StreamsResponse,- TeamConnectionResponse,- TeamMemberResponse,- TeamResponse,- TeamRosterSizeResponse,- TournamentConnectionResponse,- TournamentLinksResponse,- TournamentResponse,- UnionResponse,- UserResponse,- VideogameConnectionResponse,- VideogameResponse,- WaveResponse
 
 public abstract class AbstractGGResponseObject extends AbstractGGObject implements GGResponseObject 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractGGResponseObject(EntityType type)Sets provided to falseAbstractGGResponseObject(EntityType type, boolean provided)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckProvided()booleanisProvided()- 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractGGResponseObjectpublic AbstractGGResponseObject(@Nonnull EntityType type)Sets provided to false
 - 
AbstractGGResponseObjectpublic AbstractGGResponseObject(@Nonnull EntityType type, boolean provided)
 
- 
 - 
Method Detail- 
isProvidedpublic boolean isProvided() 
 - 
checkProvidedpublic void checkProvided() throws java.lang.IllegalStateException- Specified by:
- checkProvidedin interface- GGResponseObject
- Throws:
- java.lang.IllegalStateException- if provided is false
 
 
- 
 
-