Package org.javacord.api.entity.activity
Interface ActivityAssets
-
public interface ActivityAssetsThis class represents a activity asset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Icon>getLargeImage()Gets the large image of the asset.Optional<String>getLargeText()Gets the large text of the asset.Optional<Icon>getSmallImage()Gets the small image of the asset.Optional<String>getSmallText()Gets the small text of the asset.
-
-
-
Method Detail
-
getLargeImage
Optional<Icon> getLargeImage()
Gets the large image of the asset.- Returns:
- The large image of the asset.
-
getLargeText
Optional<String> getLargeText()
Gets the large text of the asset.- Returns:
- The large text of the asset.
-
getSmallImage
Optional<Icon> getSmallImage()
Gets the small image of the asset.- Returns:
- The small image of the asset.
-
-