Interface GuildScheduledEventCreate
-
- All Superinterfaces:
Dispatch,PayloadData
@Immutable public interface GuildScheduledEventCreate extends Dispatch
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static discord4j.discordjson.json.gateway.ImmutableGuildScheduledEventCreate.Builderbuilder()GuildScheduledEventDatascheduledEvent()
-
-
-
Method Detail
-
builder
static discord4j.discordjson.json.gateway.ImmutableGuildScheduledEventCreate.Builder builder()
-
scheduledEvent
GuildScheduledEventData scheduledEvent()
-
-