Uses of Class
io.gs2.adReward.request.ConsumePointByUserIdRequest
Packages that use ConsumePointByUserIdRequest
-
Uses of ConsumePointByUserIdRequest in io.gs2.adReward
Methods in io.gs2.adReward with parameters of type ConsumePointByUserIdRequestModifier and TypeMethodDescriptionGs2AdRewardRestClient.consumePointByUserId(ConsumePointByUserIdRequest request) voidGs2AdRewardRestClient.consumePointByUserIdAsync(ConsumePointByUserIdRequest request, AsyncAction<AsyncResult<ConsumePointByUserIdResult>> callback) -
Uses of ConsumePointByUserIdRequest in io.gs2.adReward.request
Methods in io.gs2.adReward.request that return ConsumePointByUserIdRequestModifier and TypeMethodDescriptionstatic ConsumePointByUserIdRequestConsumePointByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) ConsumePointByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) ConsumePointByUserIdRequest.withNamespaceName(String namespaceName) ConsumePointByUserIdRequest.withUserId(String userId)