Uses of Class
io.gs2.money.request.GetWalletByUserIdRequest
Packages that use GetWalletByUserIdRequest
-
Uses of GetWalletByUserIdRequest in io.gs2.money
Methods in io.gs2.money with parameters of type GetWalletByUserIdRequestModifier and TypeMethodDescriptionGs2MoneyRestClient.getWalletByUserId(GetWalletByUserIdRequest request) voidGs2MoneyRestClient.getWalletByUserIdAsync(GetWalletByUserIdRequest request, AsyncAction<AsyncResult<GetWalletByUserIdResult>> callback) -
Uses of GetWalletByUserIdRequest in io.gs2.money.request
Methods in io.gs2.money.request that return GetWalletByUserIdRequestModifier and TypeMethodDescriptionstatic GetWalletByUserIdRequestGetWalletByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetWalletByUserIdRequest.withNamespaceName(String namespaceName) GetWalletByUserIdRequest.withUserId(String userId)