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