Class TournamentPaginationSortResponse
- 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.enums.EnumResponse<TournamentPaginationSort>
- 
- com.github.gpluscb.ggjava.entity.object.response.enums.TournamentPaginationSortResponse
 
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class TournamentPaginationSortResponse extends EnumResponse<TournamentPaginationSort> 
- 
- 
Constructor SummaryConstructors Constructor Description TournamentPaginationSortResponse()TournamentPaginationSortResponse(TournamentPaginationSort value)
 - 
Method Summary- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.enums.EnumResponsegetValue
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObjectcheckProvided, isProvided
 - 
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- 
TournamentPaginationSortResponsepublic TournamentPaginationSortResponse() 
 - 
TournamentPaginationSortResponsepublic TournamentPaginationSortResponse(@Nonnull TournamentPaginationSort value)
 
- 
 
-