Uses of Class
io.gs2.ranking.request.PutScoreRequest
Packages that use PutScoreRequest
-
Uses of PutScoreRequest in io.gs2.ranking
Methods in io.gs2.ranking with parameters of type PutScoreRequestModifier and TypeMethodDescriptionGs2RankingRestClient.putScore(PutScoreRequest request) voidGs2RankingRestClient.putScoreAsync(PutScoreRequest request, AsyncAction<AsyncResult<PutScoreResult>> callback) -
Uses of PutScoreRequest in io.gs2.ranking.request
Methods in io.gs2.ranking.request that return PutScoreRequestModifier and TypeMethodDescriptionstatic PutScoreRequestPutScoreRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) PutScoreRequest.withAccessToken(String accessToken) PutScoreRequest.withCategoryName(String categoryName) PutScoreRequest.withDuplicationAvoider(String duplicationAvoider) PutScoreRequest.withMetadata(String metadata) PutScoreRequest.withNamespaceName(String namespaceName)