public class GuildMemberResponse extends Object
| Constructor and Description |
|---|
GuildMemberResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJoinedAt() |
String |
getNick() |
String |
getPremiumSince() |
long[] |
getRoles() |
UserResponse |
getUser() |
boolean |
isDeaf() |
boolean |
isMute() |
String |
toString() |
public UserResponse getUser()
public long[] getRoles()
public String getJoinedAt()
public boolean isDeaf()
public boolean isMute()