public class UpdateProfileRequest extends Gs2BasicRequest<UpdateProfileRequest>
| Constructor and Description |
|---|
UpdateProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateProfileRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
String |
getFollowerProfile() |
String |
getFriendProfile() |
String |
getNamespaceName() |
String |
getPublicProfile() |
void |
setAccessToken(String accessToken) |
void |
setFollowerProfile(String followerProfile) |
void |
setFriendProfile(String friendProfile) |
void |
setNamespaceName(String namespaceName) |
void |
setPublicProfile(String publicProfile) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UpdateProfileRequest |
withAccessToken(String accessToken) |
UpdateProfileRequest |
withFollowerProfile(String followerProfile) |
UpdateProfileRequest |
withFriendProfile(String friendProfile) |
UpdateProfileRequest |
withNamespaceName(String namespaceName) |
UpdateProfileRequest |
withPublicProfile(String publicProfile) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateProfileRequest withNamespaceName(String namespaceName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public UpdateProfileRequest withAccessToken(String accessToken)
public String getPublicProfile()
public void setPublicProfile(String publicProfile)
public UpdateProfileRequest withPublicProfile(String publicProfile)
public String getFollowerProfile()
public void setFollowerProfile(String followerProfile)
public UpdateProfileRequest withFollowerProfile(String followerProfile)
public String getFriendProfile()
public void setFriendProfile(String friendProfile)
public UpdateProfileRequest withFriendProfile(String friendProfile)
public static UpdateProfileRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.