Uses of Class
io.gs2.friend.request.UnfollowRequest
Packages that use UnfollowRequest
-
Uses of UnfollowRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type UnfollowRequestModifier and TypeMethodDescriptionGs2FriendRestClient.unfollow(UnfollowRequest request) voidGs2FriendRestClient.unfollowAsync(UnfollowRequest request, AsyncAction<AsyncResult<UnfollowResult>> callback) -
Uses of UnfollowRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return UnfollowRequestModifier and TypeMethodDescriptionstatic UnfollowRequestUnfollowRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UnfollowRequest.withAccessToken(String accessToken) UnfollowRequest.withDuplicationAvoider(String duplicationAvoider) UnfollowRequest.withNamespaceName(String namespaceName) UnfollowRequest.withTargetUserId(String targetUserId)