Package net.dv8tion.jda.api.entities
Interface Invite.EmbeddedApplication
- All Superinterfaces:
ISnowflake
- Enclosing interface:
- Invite
POJO for the target application information provided by an invite.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe description of this application.default ImageProxy
getIcon()
Returns anImageProxy
for this application invite's icon.The icon id of this application ornull
if the application has no icon.The icon url of this application ornull
if the application has no icon.int
The max participant count of this application or-1
if no max participant count is setgetName()
The name of this application.The summary of this application ornull
if this application has no summary.Methods inherited from interface net.dv8tion.jda.api.entities.ISnowflake
getId, getIdLong, getTimeCreated
-
Method Details
-
getName
The name of this application.- Returns:
- The name of this application.
-
getDescription
The description of this application.- Returns:
- The description of this application.
-
getSummary
The summary of this application ornull
if this application has no summary.- Returns:
- The summary of this application.
-
getIconId
The icon id of this application ornull
if the application has no icon.- Returns:
- The application's icon id
- See Also:
-
getIconUrl
The icon url of this application ornull
if the application has no icon.- Returns:
- The application's icon url
- See Also:
-
getIcon
Returns anImageProxy
for this application invite's icon.- Returns:
- Possibly-null
ImageProxy
of this application invite's icon - See Also:
-
getMaxParticipants
int getMaxParticipants()The max participant count of this application or-1
if no max participant count is set- Returns:
-1
if this application does not have a max participant count
-