Uses of Class
org.javacord.api.entity.channel.AutoArchiveDuration
-
Packages that use AutoArchiveDuration Package Description org.javacord.api.entity.channel org.javacord.api.entity.channel.internal org.javacord.api.entity.message -
-
Uses of AutoArchiveDuration in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return AutoArchiveDuration Modifier and Type Method Description static AutoArchiveDurationAutoArchiveDuration. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AutoArchiveDuration[]AutoArchiveDuration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.channel with parameters of type AutoArchiveDuration Modifier and Type Method Description default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerTextChannel. createThread(ChannelType channelType, java.lang.String name, AutoArchiveDuration autoArchiveDuration)Creates a thread which is not related to a message.default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerTextChannel. createThread(ChannelType channelType, java.lang.String name, AutoArchiveDuration autoArchiveDuration, java.lang.Boolean inviteable)Creates a thread which is not related to a message.default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerTextChannel. createThreadForMessage(Message message, java.lang.String name, AutoArchiveDuration autoArchiveDuration)Creates a thread for a message in this ServerTextChannel.ServerThreadChannelBuilderServerThreadChannelBuilder. setAutoArchiveDuration(AutoArchiveDuration autoArchiveDuration)Sets the auto archive duration of the channel.ServerThreadChannelUpdaterServerThreadChannelUpdater. setAutoArchiveDuration(AutoArchiveDuration autoArchiveDuration)Queues the auto archive duration to be updated. -
Uses of AutoArchiveDuration in org.javacord.api.entity.channel.internal
Methods in org.javacord.api.entity.channel.internal with parameters of type AutoArchiveDuration Modifier and Type Method Description voidServerThreadChannelUpdaterDelegate. setAutoArchiveDuration(AutoArchiveDuration autoArchiveDuration)Queues the auto archive duration to be updated. -
Uses of AutoArchiveDuration in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message with parameters of type AutoArchiveDuration Modifier and Type Method Description default java.util.concurrent.CompletableFuture<ServerThreadChannel>Message. createThread(java.lang.String name, AutoArchiveDuration autoArchiveDuration)Creates a thread for this message.
-