Uses of Class
io.gs2.money.request.WithdrawByStampTaskRequest
Packages that use WithdrawByStampTaskRequest
-
Uses of WithdrawByStampTaskRequest in io.gs2.money
Methods in io.gs2.money with parameters of type WithdrawByStampTaskRequestModifier and TypeMethodDescriptionGs2MoneyRestClient.withdrawByStampTask(WithdrawByStampTaskRequest request) voidGs2MoneyRestClient.withdrawByStampTaskAsync(WithdrawByStampTaskRequest request, AsyncAction<AsyncResult<WithdrawByStampTaskResult>> callback) -
Uses of WithdrawByStampTaskRequest in io.gs2.money.request
Methods in io.gs2.money.request that return WithdrawByStampTaskRequestModifier and TypeMethodDescriptionstatic WithdrawByStampTaskRequestWithdrawByStampTaskRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) WithdrawByStampTaskRequest.withStampTask(String stampTask)