Class TournamentConnectionResponse
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
-
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
-
- com.github.gpluscb.ggjava.entity.object.response.objects.TournamentConnectionResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class TournamentConnectionResponse extends AbstractGGResponseObject
-
-
Constructor Summary
Constructors Constructor Description TournamentConnectionResponse()TournamentConnectionResponse(PageInfoResponse pageInfo, ListResponse<TournamentResponse> nodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListResponse<TournamentResponse>getNodes()PageInfoResponsegetPageInfo()-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, 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
-
TournamentConnectionResponse
public TournamentConnectionResponse()
-
TournamentConnectionResponse
public TournamentConnectionResponse(PageInfoResponse pageInfo, ListResponse<TournamentResponse> nodes)
-
-
Method Detail
-
getPageInfo
public PageInfoResponse getPageInfo()
-
getNodes
public ListResponse<TournamentResponse> getNodes()
-
-