Uses of Class
io.gs2.guild.request.VerifyCurrentMaximumMemberCountByGuildNameRequest
Packages that use VerifyCurrentMaximumMemberCountByGuildNameRequest
-
Uses of VerifyCurrentMaximumMemberCountByGuildNameRequest in io.gs2.guild
Methods in io.gs2.guild with parameters of type VerifyCurrentMaximumMemberCountByGuildNameRequestModifier and TypeMethodDescriptionGs2GuildRestClient.verifyCurrentMaximumMemberCountByGuildName(VerifyCurrentMaximumMemberCountByGuildNameRequest request) voidGs2GuildRestClient.verifyCurrentMaximumMemberCountByGuildNameAsync(VerifyCurrentMaximumMemberCountByGuildNameRequest request, AsyncAction<AsyncResult<VerifyCurrentMaximumMemberCountByGuildNameResult>> callback) -
Uses of VerifyCurrentMaximumMemberCountByGuildNameRequest in io.gs2.guild.request
Methods in io.gs2.guild.request that return VerifyCurrentMaximumMemberCountByGuildNameRequestModifier and TypeMethodDescriptionVerifyCurrentMaximumMemberCountByGuildNameRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) VerifyCurrentMaximumMemberCountByGuildNameRequest.withDuplicationAvoider(String duplicationAvoider) VerifyCurrentMaximumMemberCountByGuildNameRequest.withGuildModelName(String guildModelName) VerifyCurrentMaximumMemberCountByGuildNameRequest.withGuildName(String guildName) VerifyCurrentMaximumMemberCountByGuildNameRequest.withMultiplyValueSpecifyingQuantity(Boolean multiplyValueSpecifyingQuantity) VerifyCurrentMaximumMemberCountByGuildNameRequest.withNamespaceName(String namespaceName) VerifyCurrentMaximumMemberCountByGuildNameRequest.withVerifyType(String verifyType)