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