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