public class DeleteProgressRequest extends Gs2BasicRequest<DeleteProgressRequest>
| Constructor and Description |
|---|
DeleteProgressRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteProgressRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
String |
getNamespaceName() |
void |
setAccessToken(String accessToken) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DeleteProgressRequest |
withAccessToken(String accessToken) |
DeleteProgressRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public DeleteProgressRequest withNamespaceName(String namespaceName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public DeleteProgressRequest withAccessToken(String accessToken)
public static DeleteProgressRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.