Uses of Class
io.gs2.guild.result.WithdrawalByUserIdResult
Packages that use WithdrawalByUserIdResult
-
Uses of WithdrawalByUserIdResult in io.gs2.guild
Methods in io.gs2.guild that return WithdrawalByUserIdResultModifier and TypeMethodDescriptionGs2GuildRestClient.withdrawalByUserId(WithdrawalByUserIdRequest request) Method parameters in io.gs2.guild with type arguments of type WithdrawalByUserIdResultModifier and TypeMethodDescriptionvoidGs2GuildRestClient.withdrawalByUserIdAsync(WithdrawalByUserIdRequest request, AsyncAction<AsyncResult<WithdrawalByUserIdResult>> callback) -
Uses of WithdrawalByUserIdResult in io.gs2.guild.result
Methods in io.gs2.guild.result that return WithdrawalByUserIdResultModifier and TypeMethodDescriptionstatic WithdrawalByUserIdResultWithdrawalByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) WithdrawalByUserIdResult.withItem(JoinedGuild item)