UpdateEvent<Guild,java.lang.String>public class GuildUpdateSplashEvent extends GenericGuildUpdateEvent<java.lang.String>
Guild changed.
Can be used to detect when a guild splash changes and retrieve the old one
Identifier: splash
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
IDENTIFIER |
| Constructor | Description |
|---|---|
GuildUpdateSplashEvent(JDA api,
long responseNumber,
Guild guild,
java.lang.String oldSplashId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getNewSplashId() |
The new splash id
|
java.lang.String |
getNewSplashUrl() |
The url of the new splash
|
java.lang.String |
getOldSplashId() |
The old splash id
|
java.lang.String |
getOldSplashUrl() |
The url of the old splash
|
getJDA, getResponseNumbergetGuildgetEntity, getNewValue, getOldValue, getPropertyIdentifier, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntityTypepublic static final java.lang.String IDENTIFIER
public java.lang.String getOldSplashId()
public java.lang.String getOldSplashUrl()
public java.lang.String getNewSplashId()
public java.lang.String getNewSplashUrl()