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