Uses of Class
io.gs2.ranking.request.GetSubscribeRequest
Packages that use GetSubscribeRequest
-
Uses of GetSubscribeRequest in io.gs2.ranking
Methods in io.gs2.ranking with parameters of type GetSubscribeRequestModifier and TypeMethodDescriptionGs2RankingRestClient.getSubscribe(GetSubscribeRequest request) voidGs2RankingRestClient.getSubscribeAsync(GetSubscribeRequest request, AsyncAction<AsyncResult<GetSubscribeResult>> callback) -
Uses of GetSubscribeRequest in io.gs2.ranking.request
Methods in io.gs2.ranking.request that return GetSubscribeRequestModifier and TypeMethodDescriptionstatic GetSubscribeRequestGetSubscribeRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetSubscribeRequest.withAccessToken(String accessToken) GetSubscribeRequest.withCategoryName(String categoryName) GetSubscribeRequest.withNamespaceName(String namespaceName) GetSubscribeRequest.withTargetUserId(String targetUserId)