public class StepPlayerCertificates extends AbstractStep<StepMCToken.MCToken,StepPlayerCertificates.PlayerCertificates>
| Modifier and Type | Class and Description |
|---|---|
static class |
StepPlayerCertificates.PlayerCertificates |
AbstractStep.ApplicationDetails, AbstractStep.FirstStepResult, AbstractStep.InitialInput, AbstractStep.StepResult<P extends AbstractStep.StepResult<?>>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLAYER_CERTIFICATES_URL |
applicationDetails, name, prevStep| Constructor and Description |
|---|
StepPlayerCertificates(AbstractStep<?,StepMCToken.MCToken> prevStep) |
| Modifier and Type | Method and Description |
|---|---|
protected StepPlayerCertificates.PlayerCertificates |
execute(ILogger logger,
net.lenni0451.commons.httpclient.HttpClient httpClient,
StepMCToken.MCToken mcToken) |
StepPlayerCertificates.PlayerCertificates |
fromJson(com.google.gson.JsonObject json) |
com.google.gson.JsonObject |
toJson(StepPlayerCertificates.PlayerCertificates playerCertificates) |
getFromInput, getFromInput, refresh, refreshpublic static final java.lang.String PLAYER_CERTIFICATES_URL
public StepPlayerCertificates(AbstractStep<?,StepMCToken.MCToken> prevStep)
protected StepPlayerCertificates.PlayerCertificates execute(ILogger logger, net.lenni0451.commons.httpclient.HttpClient httpClient, StepMCToken.MCToken mcToken) throws java.lang.Exception
execute in class AbstractStep<StepMCToken.MCToken,StepPlayerCertificates.PlayerCertificates>java.lang.Exceptionpublic StepPlayerCertificates.PlayerCertificates fromJson(com.google.gson.JsonObject json)
fromJson in class AbstractStep<StepMCToken.MCToken,StepPlayerCertificates.PlayerCertificates>public com.google.gson.JsonObject toJson(StepPlayerCertificates.PlayerCertificates playerCertificates)
toJson in class AbstractStep<StepMCToken.MCToken,StepPlayerCertificates.PlayerCertificates>