com.github.gpluscb.ggjava.entity.object.response.enums.MatchConfigVerificationMethodResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gg-java Show documentation
Show all versions of gg-java Show documentation
Java wrapper for the smash.gg GraphQL API
The newest version!
package com.github.gpluscb.ggjava.entity.object.response.enums;
import com.github.gpluscb.ggjava.entity.EntityType;
import com.github.gpluscb.ggjava.entity.enums.MatchConfigVerificationMethod;
import javax.annotation.Nonnull;
/**
* Different options available for verifying player-reported match results
*/
public class MatchConfigVerificationMethodResponse extends EnumResponse {
public MatchConfigVerificationMethodResponse() {
super(EntityType.MATCH_CONFIG_VERIFICATION_METHOD);
}
public MatchConfigVerificationMethodResponse(@Nonnull MatchConfigVerificationMethod value) {
super(EntityType.MATCH_CONFIG_VERIFICATION_METHOD, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy