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 Summary
Constructors Constructor Description AbstractGGResponseObject(EntityType type)
Sets provided to falseAbstractGGResponseObject(EntityType type, boolean provided)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkProvided()
boolean
isProvided()
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
AbstractGGResponseObject
public AbstractGGResponseObject(@Nonnull EntityType type)
Sets provided to false
-
AbstractGGResponseObject
public AbstractGGResponseObject(@Nonnull EntityType type, boolean provided)
-
-
Method Detail
-
isProvided
public boolean isProvided()
-
checkProvided
public void checkProvided() throws java.lang.IllegalStateException
- Specified by:
checkProvided
in interfaceGGResponseObject
- Throws:
java.lang.IllegalStateException
- if provided is false
-
-