Uses of Class
io.gs2.friend.request.UpdateProfileByUserIdRequest
Packages that use UpdateProfileByUserIdRequest
-
Uses of UpdateProfileByUserIdRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type UpdateProfileByUserIdRequestModifier and TypeMethodDescriptionGs2FriendRestClient.updateProfileByUserId(UpdateProfileByUserIdRequest request) voidGs2FriendRestClient.updateProfileByUserIdAsync(UpdateProfileByUserIdRequest request, AsyncAction<AsyncResult<UpdateProfileByUserIdResult>> callback) -
Uses of UpdateProfileByUserIdRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return UpdateProfileByUserIdRequestModifier and TypeMethodDescriptionstatic UpdateProfileByUserIdRequestUpdateProfileByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateProfileByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) UpdateProfileByUserIdRequest.withFollowerProfile(String followerProfile) UpdateProfileByUserIdRequest.withFriendProfile(String friendProfile) UpdateProfileByUserIdRequest.withNamespaceName(String namespaceName) UpdateProfileByUserIdRequest.withPublicProfile(String publicProfile) UpdateProfileByUserIdRequest.withUserId(String userId)