Uses of Class
io.gs2.ranking.request.GetScoreRequest
Packages that use GetScoreRequest
-
Uses of GetScoreRequest in io.gs2.ranking
Methods in io.gs2.ranking with parameters of type GetScoreRequestModifier and TypeMethodDescriptionGs2RankingRestClient.getScore(GetScoreRequest request) voidGs2RankingRestClient.getScoreAsync(GetScoreRequest request, AsyncAction<AsyncResult<GetScoreResult>> callback) -
Uses of GetScoreRequest in io.gs2.ranking.request
Methods in io.gs2.ranking.request that return GetScoreRequestModifier and TypeMethodDescriptionstatic GetScoreRequestGetScoreRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetScoreRequest.withAccessToken(String accessToken) GetScoreRequest.withCategoryName(String categoryName) GetScoreRequest.withNamespaceName(String namespaceName) GetScoreRequest.withScorerUserId(String scorerUserId) GetScoreRequest.withUniqueId(String uniqueId)