Package discord4j.discordjson.json
Interface GuildWidgetData
-
@Immutable public interface GuildWidgetData
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static discord4j.discordjson.json.ImmutableGuildWidgetData.Builderbuilder()Optional<discord4j.discordjson.Id>channelId()booleanenabled()
-
-
-
Method Detail
-
builder
static discord4j.discordjson.json.ImmutableGuildWidgetData.Builder builder()
-
enabled
boolean enabled()
-
channelId
Optional<discord4j.discordjson.Id> channelId()
-
-