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