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