public class GuildCreate extends Object implements Dispatch
| Modifier and Type | Class and Description |
|---|---|
static class |
GuildCreate.Presence |
static class |
GuildCreate.VoiceState |
| Constructor and Description |
|---|
GuildCreate() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAfkChannelId() |
int |
getAfkTimeout() |
Long |
getApplicationId() |
String |
getBanner() |
GatewayChannelResponse[] |
getChannels() |
int |
getDefaultMessageNotifications() |
Long |
getEmbedChannelId() |
GuildEmojiResponse[] |
getEmojis() |
int |
getExplicitContentFilter() |
String[] |
getFeatures() |
String |
getIcon() |
long |
getId() |
String |
getJoinedAt() |
int |
getMemberCount() |
GuildMemberResponse[] |
getMembers() |
int |
getMfaLevel() |
String |
getName() |
long |
getOwnerId() |
int |
getPremiumSubcriptionsCount() |
int |
getPremiumTier() |
GuildCreate.Presence[] |
getPresences() |
String |
getRegion() |
RoleResponse[] |
getRoles() |
String |
getSplash() |
Long |
getSystemChannelId() |
int |
getVerificationLevel() |
GuildCreate.VoiceState[] |
getVoiceStates() |
Long |
getWidgetChannelId() |
boolean |
isLarge() |
boolean |
isLazy() |
boolean |
isUnavailable() |
String |
toString() |
public GuildCreate.VoiceState[] getVoiceStates()
public int getPremiumTier()
public int getPremiumSubcriptionsCount()
public int getVerificationLevel()
public boolean isUnavailable()
public String getSplash()
public String getBanner()
public RoleResponse[] getRoles()
public String getRegion()
public GuildCreate.Presence[] getPresences()
public long getOwnerId()
public String getName()
public int getMfaLevel()
public GuildMemberResponse[] getMembers()
public int getMemberCount()
public boolean isLazy()
public boolean isLarge()
public String getJoinedAt()
public long getId()
public String getIcon()
public String[] getFeatures()
public int getExplicitContentFilter()
public GuildEmojiResponse[] getEmojis()
public int getDefaultMessageNotifications()
public GatewayChannelResponse[] getChannels()
public int getAfkTimeout()