public class StepPlayerCertificates extends AbstractStep<StepMCToken.MCToken,StepPlayerCertificates.PlayerCertificates>
| Modifier and Type | Class and Description |
|---|---|
static class |
StepPlayerCertificates.PlayerCertificates |
AbstractStep.InitialInput, AbstractStep.StepResult<P extends AbstractStep.StepResult<?>>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLAYER_CERTIFICATES_URL |
prevStep| Constructor and Description |
|---|
StepPlayerCertificates(AbstractStep<?,StepMCToken.MCToken> prevStep) |
| Modifier and Type | Method and Description |
|---|---|
StepPlayerCertificates.PlayerCertificates |
applyStep(org.apache.http.client.HttpClient httpClient,
StepMCToken.MCToken prevResult) |
StepPlayerCertificates.PlayerCertificates |
fromJson(com.google.gson.JsonObject json) |
StepPlayerCertificates.PlayerCertificates |
refresh(org.apache.http.client.HttpClient httpClient,
StepPlayerCertificates.PlayerCertificates result) |
getFromInputpublic static final java.lang.String PLAYER_CERTIFICATES_URL
public StepPlayerCertificates(AbstractStep<?,StepMCToken.MCToken> prevStep)
public StepPlayerCertificates.PlayerCertificates applyStep(org.apache.http.client.HttpClient httpClient, StepMCToken.MCToken prevResult) throws java.lang.Exception
applyStep in class AbstractStep<StepMCToken.MCToken,StepPlayerCertificates.PlayerCertificates>java.lang.Exceptionpublic StepPlayerCertificates.PlayerCertificates refresh(org.apache.http.client.HttpClient httpClient, StepPlayerCertificates.PlayerCertificates result) throws java.lang.Exception
refresh in class AbstractStep<StepMCToken.MCToken,StepPlayerCertificates.PlayerCertificates>java.lang.Exceptionpublic StepPlayerCertificates.PlayerCertificates fromJson(com.google.gson.JsonObject json) throws java.lang.Exception
fromJson in class AbstractStep<StepMCToken.MCToken,StepPlayerCertificates.PlayerCertificates>java.lang.Exception