Package io.gs2.friend.request
Class UpdateProfileRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateProfileRequest>
io.gs2.friend.request.UpdateProfileRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateProfileRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetDuplicationAvoider(String duplicationAvoider) voidsetFollowerProfile(String followerProfile) voidsetFriendProfile(String friendProfile) voidsetNamespaceName(String namespaceName) voidsetPublicProfile(String publicProfile) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withDuplicationAvoider(String duplicationAvoider) withFollowerProfile(String followerProfile) withFriendProfile(String friendProfile) withNamespaceName(String namespaceName) withPublicProfile(String publicProfile) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateProfileRequest
public UpdateProfileRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getPublicProfile
-
setPublicProfile
-
withPublicProfile
-
getFollowerProfile
-
setFollowerProfile
-
withFollowerProfile
-
getFriendProfile
-
setFriendProfile
-
withFriendProfile
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-