Class RaceMatchConfigResponse
- 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.interfaces.MatchConfigResponse
-
- com.github.gpluscb.ggjava.entity.object.response.objects.RaceMatchConfigResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class RaceMatchConfigResponse extends MatchConfigResponse
Race specific match configuration
-
-
Constructor Summary
Constructors Constructor Description RaceMatchConfigResponse()RaceMatchConfigResponse(IDResponse id, BracketTypeResponse bracketType, BooleanResponse playerReportingEnabled, BooleanResponse verificationRequired, ListResponse<MatchConfigVerificationMethodResponse> verificationMethods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanResponsegetPlayerReportingEnabled()Can players report results?ListResponse<MatchConfigVerificationMethodResponse>getVerificationMethods()Accepted methods of verification that players can useBooleanResponsegetVerificationRequired()Are players required to submit verification of their reported results?-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.interfaces.MatchConfigResponse
getBracketType, getBracketTypeResponse, getId
-
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
-
RaceMatchConfigResponse
public RaceMatchConfigResponse()
-
RaceMatchConfigResponse
public RaceMatchConfigResponse(IDResponse id, BracketTypeResponse bracketType, BooleanResponse playerReportingEnabled, BooleanResponse verificationRequired, ListResponse<MatchConfigVerificationMethodResponse> verificationMethods)
-
-
Method Detail
-
getPlayerReportingEnabled
public BooleanResponse getPlayerReportingEnabled()
Can players report results?
-
getVerificationRequired
public BooleanResponse getVerificationRequired()
Are players required to submit verification of their reported results?
-
getVerificationMethods
public ListResponse<MatchConfigVerificationMethodResponse> getVerificationMethods()
Accepted methods of verification that players can use
-
-