Uses of Class
io.gs2.guild.request.WithdrawalRequest
Packages that use WithdrawalRequest
-
Uses of WithdrawalRequest in io.gs2.guild
Methods in io.gs2.guild with parameters of type WithdrawalRequestModifier and TypeMethodDescriptionGs2GuildRestClient.withdrawal(WithdrawalRequest request) voidGs2GuildRestClient.withdrawalAsync(WithdrawalRequest request, AsyncAction<AsyncResult<WithdrawalResult>> callback) -
Uses of WithdrawalRequest in io.gs2.guild.request
Methods in io.gs2.guild.request that return WithdrawalRequestModifier and TypeMethodDescriptionstatic WithdrawalRequestWithdrawalRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) WithdrawalRequest.withAccessToken(String accessToken) WithdrawalRequest.withDuplicationAvoider(String duplicationAvoider) WithdrawalRequest.withGuildModelName(String guildModelName) WithdrawalRequest.withGuildName(String guildName) WithdrawalRequest.withNamespaceName(String namespaceName)