Class WebhooksUpdateImpl
java.lang.Object
com.mewna.catnip.entity.impl.channel.WebhooksUpdateImpl
- All Implemented Interfaces:
WebhooksUpdate,Entity,GuildEntity,HasChannel,HasGuild,RequiresCatnip
- Since:
- 11/10/18.
- Author:
- amy
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()catnip()Returns the catnip instance associated with this entity.voidlongchannelIdAsLong(long channelIdAsLong) longThe id of the guild this entity is from.guildIdAsLong(long guildIdAsLong) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mewna.catnip.entity.partials.GuildEntity
guildMethods inherited from interface com.mewna.catnip.entity.partials.HasChannel
channelId
-
Constructor Details
-
WebhooksUpdateImpl
public WebhooksUpdateImpl() -
WebhooksUpdateImpl
-
-
Method Details
-
catnip
- Specified by:
catnipin interfaceRequiresCatnip
-
builder
-
catnip
Description copied from interface:EntityReturns the catnip instance associated with this entity. -
channelIdAsLong
public long channelIdAsLong()- Specified by:
channelIdAsLongin interfaceHasChannel
-
guildIdAsLong
public long guildIdAsLong()Description copied from interface:HasGuildThe id of the guild this entity is from.- Specified by:
guildIdAsLongin interfaceHasGuild- Returns:
- Long representing the guild ID.
-
channelIdAsLong
- Returns:
this.
-
guildIdAsLong
- Returns:
this.
-