Uses of Class
io.gs2.guild.model.GuildModel
Packages that use GuildModel
-
Uses of GuildModel in io.gs2.guild.model
Methods in io.gs2.guild.model that return GuildModelModifier and TypeMethodDescriptionstatic GuildModelGuildModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) GuildModel.withDefaultMaximumMemberCount(Integer defaultMaximumMemberCount) GuildModel.withGuildMasterRole(String guildMasterRole) GuildModel.withGuildMemberDefaultRole(String guildMemberDefaultRole) GuildModel.withGuildModelId(String guildModelId) GuildModel.withMaximumMemberCount(Integer maximumMemberCount) GuildModel.withMetadata(String metadata) GuildModel.withRejoinCoolTimeMinutes(Integer rejoinCoolTimeMinutes) Methods in io.gs2.guild.model with parameters of type GuildModel -
Uses of GuildModel in io.gs2.guild.result
Methods in io.gs2.guild.result that return GuildModelMethods in io.gs2.guild.result that return types with arguments of type GuildModelMethods in io.gs2.guild.result with parameters of type GuildModelModifier and TypeMethodDescriptionvoidGetGuildModelResult.setItem(GuildModel item) GetGuildModelResult.withItem(GuildModel item) Method parameters in io.gs2.guild.result with type arguments of type GuildModelModifier and TypeMethodDescriptionvoidDescribeGuildModelsResult.setItems(List<GuildModel> items) DescribeGuildModelsResult.withItems(List<GuildModel> items)