Uses of Class
io.gs2.money.request.DescribeWalletsRequest
Packages that use DescribeWalletsRequest
-
Uses of DescribeWalletsRequest in io.gs2.money
Methods in io.gs2.money with parameters of type DescribeWalletsRequestModifier and TypeMethodDescriptionGs2MoneyRestClient.describeWallets(DescribeWalletsRequest request) voidGs2MoneyRestClient.describeWalletsAsync(DescribeWalletsRequest request, AsyncAction<AsyncResult<DescribeWalletsResult>> callback) -
Uses of DescribeWalletsRequest in io.gs2.money.request
Methods in io.gs2.money.request that return DescribeWalletsRequestModifier and TypeMethodDescriptionstatic DescribeWalletsRequestDescribeWalletsRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeWalletsRequest.withAccessToken(String accessToken) DescribeWalletsRequest.withNamespaceName(String namespaceName) DescribeWalletsRequest.withPageToken(String pageToken)