public class ChannelModifyRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelModifyRequest.Builder |
| Constructor and Description |
|---|
ChannelModifyRequest(Possible<String> name,
Possible<Integer> position,
Possible<String> topic,
Possible<Boolean> nsfw,
Possible<Integer> bitrate,
Possible<Integer> userLimit,
Possible<Integer> rateLimitPerUser,
Possible<OverwriteEntity[]> permissionOverwrites,
PossibleLong parentId) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelModifyRequest.Builder |
builder() |
String |
toString() |
public ChannelModifyRequest(Possible<String> name, Possible<Integer> position, @Nullable Possible<String> topic, Possible<Boolean> nsfw, Possible<Integer> bitrate, Possible<Integer> userLimit, Possible<Integer> rateLimitPerUser, Possible<OverwriteEntity[]> permissionOverwrites, @Nullable PossibleLong parentId)
public static ChannelModifyRequest.Builder builder()