Application
, Application.Bot
, ApplicationInfo
, AudioChannel
, AuthorizedApplication
, Call
, CallableChannel
, Category
, Channel
, Emote
, Group
, Guild
, Invite.Channel
, Invite.Group
, Invite.Guild
, ListedEmote
, Message
, MessageChannel
, PrivateChannel
, Role
, SelfUser
, TextChannel
, User
, VoiceChannel
, Webhook
AuditLogEntry
, Message.Attachment
, MessageReaction.ReactionEmote
, WidgetUtil.Widget
, WidgetUtil.Widget.Member
, WidgetUtil.Widget.VoiceChannel
public interface ISnowflake
Modifier and Type | Method | Description |
---|---|---|
default java.time.OffsetDateTime |
getCreationTime() |
The time this entity was created.
|
default java.lang.String |
getId() |
The Snowflake id of this entity.
|
long |
getIdLong() |
The Snowflake id of this entity.
|
default java.lang.String getId()
long getIdLong()
default java.time.OffsetDateTime getCreationTime()
getIdLong()
.MiscUtil.getCreationTime(long)