Class MatchConfigVerificationMethodResponse
- 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<MatchConfigVerificationMethod>
-
- com.github.gpluscb.ggjava.entity.object.response.enums.MatchConfigVerificationMethodResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class MatchConfigVerificationMethodResponse extends EnumResponse<MatchConfigVerificationMethod>
Different options available for verifying player-reported match results
-
-
Constructor Summary
Constructors Constructor Description MatchConfigVerificationMethodResponse()
MatchConfigVerificationMethodResponse(MatchConfigVerificationMethod value)
-
Method Summary
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.enums.EnumResponse
getValue
-
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
-
MatchConfigVerificationMethodResponse
public MatchConfigVerificationMethodResponse()
-
MatchConfigVerificationMethodResponse
public MatchConfigVerificationMethodResponse(@Nonnull MatchConfigVerificationMethod value)
-
-