Uses of Class
io.gs2.friend.request.UpdateProfileRequest
Packages that use UpdateProfileRequest
-
Uses of UpdateProfileRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type UpdateProfileRequestModifier and TypeMethodDescriptionGs2FriendRestClient.updateProfile(UpdateProfileRequest request) voidGs2FriendRestClient.updateProfileAsync(UpdateProfileRequest request, AsyncAction<AsyncResult<UpdateProfileResult>> callback) -
Uses of UpdateProfileRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return UpdateProfileRequestModifier and TypeMethodDescriptionstatic UpdateProfileRequestUpdateProfileRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateProfileRequest.withAccessToken(String accessToken) UpdateProfileRequest.withDuplicationAvoider(String duplicationAvoider) UpdateProfileRequest.withFollowerProfile(String followerProfile) UpdateProfileRequest.withFriendProfile(String friendProfile) UpdateProfileRequest.withNamespaceName(String namespaceName) UpdateProfileRequest.withPublicProfile(String publicProfile)