Uses of Class
org.javacord.api.entity.channel.ServerThreadChannelBuilder
-
Packages that use ServerThreadChannelBuilder Package Description org.javacord.api.entity.channel -
-
Uses of ServerThreadChannelBuilder in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return ServerThreadChannelBuilder Modifier and Type Method Description ServerThreadChannelBuilderServerThreadChannelBuilder. setAutoArchiveDuration(java.lang.Integer autoArchiveDuration)Sets the auto archive duration of the channel.ServerThreadChannelBuilderServerThreadChannelBuilder. setAutoArchiveDuration(AutoArchiveDuration autoArchiveDuration)Sets the auto archive duration of the channel.ServerThreadChannelBuilderServerThreadChannelBuilder. setInvitableFlag(java.lang.Boolean inviteable)Sets the invitable flag of the thread channel.ServerThreadChannelBuilderServerThreadChannelBuilder. setSlowmodeDelayInSeconds(int delay)Sets the slowmode of the channel.
-