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