Uses of Class
io.gs2.grade.request.ApplyRankCapByUserIdRequest
Packages that use ApplyRankCapByUserIdRequest
-
Uses of ApplyRankCapByUserIdRequest in io.gs2.grade
Methods in io.gs2.grade with parameters of type ApplyRankCapByUserIdRequestModifier and TypeMethodDescriptionGs2GradeRestClient.applyRankCapByUserId(ApplyRankCapByUserIdRequest request) voidGs2GradeRestClient.applyRankCapByUserIdAsync(ApplyRankCapByUserIdRequest request, AsyncAction<AsyncResult<ApplyRankCapByUserIdResult>> callback) -
Uses of ApplyRankCapByUserIdRequest in io.gs2.grade.request
Methods in io.gs2.grade.request that return ApplyRankCapByUserIdRequestModifier and TypeMethodDescriptionstatic ApplyRankCapByUserIdRequestApplyRankCapByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) ApplyRankCapByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) ApplyRankCapByUserIdRequest.withGradeName(String gradeName) ApplyRankCapByUserIdRequest.withNamespaceName(String namespaceName) ApplyRankCapByUserIdRequest.withPropertyId(String propertyId) ApplyRankCapByUserIdRequest.withUserId(String userId)