Uses of Class
io.gs2.friend.result.UnfollowByUserIdResult
Packages that use UnfollowByUserIdResult
-
Uses of UnfollowByUserIdResult in io.gs2.friend
Methods in io.gs2.friend that return UnfollowByUserIdResultModifier and TypeMethodDescriptionGs2FriendRestClient.unfollowByUserId(UnfollowByUserIdRequest request) Method parameters in io.gs2.friend with type arguments of type UnfollowByUserIdResultModifier and TypeMethodDescriptionvoidGs2FriendRestClient.unfollowByUserIdAsync(UnfollowByUserIdRequest request, AsyncAction<AsyncResult<UnfollowByUserIdResult>> callback) -
Uses of UnfollowByUserIdResult in io.gs2.friend.result
Methods in io.gs2.friend.result that return UnfollowByUserIdResultModifier and TypeMethodDescriptionstatic UnfollowByUserIdResultUnfollowByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) UnfollowByUserIdResult.withItem(FollowUser item)