Interface ServerChannelBuilderDelegate
-
- All Known Subinterfaces:
ChannelCategoryBuilderDelegate,RegularServerChannelBuilderDelegate,ServerForumChannelBuilderDelegate,ServerTextChannelBuilderDelegate,ServerThreadChannelBuilderDelegate,ServerVoiceChannelBuilderDelegate
public interface ServerChannelBuilderDelegateThis class is internally used by theServerChannelBuilderto create server channels. You usually don't want to interact with this object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAuditLogReason(java.lang.String reason)Sets the reason for this creation.voidsetName(java.lang.String name)Sets the name of the channel.
-
-
-
Method Detail
-
setAuditLogReason
void setAuditLogReason(java.lang.String reason)
Sets the reason for this creation. This reason will be visible in the audit log entry(s).- Parameters:
reason- The reason for this update.
-
setName
void setName(java.lang.String name)
Sets the name of the channel.- Parameters:
name- The name of the channel.
-
-