Uses of Class
io.gs2.adReward.request.DeletePointByUserIdRequest
Packages that use DeletePointByUserIdRequest
-
Uses of DeletePointByUserIdRequest in io.gs2.adReward
Methods in io.gs2.adReward with parameters of type DeletePointByUserIdRequestModifier and TypeMethodDescriptionGs2AdRewardRestClient.deletePointByUserId(DeletePointByUserIdRequest request) voidGs2AdRewardRestClient.deletePointByUserIdAsync(DeletePointByUserIdRequest request, AsyncAction<AsyncResult<DeletePointByUserIdResult>> callback) -
Uses of DeletePointByUserIdRequest in io.gs2.adReward.request
Methods in io.gs2.adReward.request that return DeletePointByUserIdRequestModifier and TypeMethodDescriptionstatic DeletePointByUserIdRequestDeletePointByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeletePointByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) DeletePointByUserIdRequest.withNamespaceName(String namespaceName) DeletePointByUserIdRequest.withTimeOffsetToken(String timeOffsetToken) DeletePointByUserIdRequest.withUserId(String userId)