Constructor and Description |
---|
SelfInfoImpl(java.lang.String id,
java.lang.String email,
JDAImpl api) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
Returns the email of the connected account.
|
java.util.List<TextChannel> |
getMutedChannels()
A List of
TextChannels that have been muted on this account. |
java.util.List<TextChannel> |
getMutedChannelsModifiable() |
boolean |
isVerified()
The status of this account's verification.
(Have you accepted the verification email) |
SelfInfoImpl |
setEmail(java.lang.String email) |
SelfInfoImpl |
setMutedChannels(java.util.List<TextChannel> mutedChannels) |
SelfInfoImpl |
setVerified(boolean verified) |
equals, getAvatarId, getAvatarUrl, getCurrentGame, getDiscriminator, getId, getJDA, getOnlineStatus, getPrivateChannel, getUsername, hashCode, hasPrivateChannel, setAvatarId, setCurrentGame, setDiscriminator, setOnlineStatus, setPrivateChannel, setUserName, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAvatarId, getAvatarUrl, getCurrentGame, getDiscriminator, getId, getJDA, getOnlineStatus, getPrivateChannel, getUsername
public SelfInfoImpl(java.lang.String id, java.lang.String email, JDAImpl api)
public java.lang.String getEmail()
SelfInfo
public java.util.List<TextChannel> getMutedChannels()
SelfInfo
TextChannels
that have been muted on this account.getMutedChannels
in interface SelfInfo
TextChannels
.public boolean isVerified()
SelfInfo
isVerified
in interface SelfInfo
public SelfInfoImpl setMutedChannels(java.util.List<TextChannel> mutedChannels)
public SelfInfoImpl setVerified(boolean verified)
public SelfInfoImpl setEmail(java.lang.String email)
public java.util.List<TextChannel> getMutedChannelsModifiable()