Package discord4j.core.spec
Interface GuildCreateFields.PartialChannel
-
- All Superinterfaces:
Spec<discord4j.discordjson.json.PartialChannelCreateRequest>
- Enclosing class:
- GuildCreateFields
@Immutable public static interface GuildCreateFields.PartialChannel extends Spec<discord4j.discordjson.json.PartialChannelCreateRequest>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default discord4j.discordjson.json.PartialChannelCreateRequestasRequest()Stringname()static GuildCreateFields.PartialChannelof(String name, Channel.Type type)Channel.Typetype()
-
-
-
Method Detail
-
of
static GuildCreateFields.PartialChannel of(String name, Channel.Type type)
-
name
String name()
-
type
Channel.Type type()
-
-