Uses of Interface
org.javacord.api.entity.team.Team
-
Packages that use Team Package Description org.javacord.api org.javacord.api.entity -
-
Uses of Team in org.javacord.api
Methods in org.javacord.api that return types with arguments of type Team Modifier and Type Method Description default java.util.Optional<Team>DiscordApi. getCachedTeam()Gets the team of the application.default java.util.concurrent.CompletableFuture<java.util.Optional<Team>>DiscordApi. requestTeam()Requests the team of the application. -
Uses of Team in org.javacord.api.entity
Methods in org.javacord.api.entity that return types with arguments of type Team Modifier and Type Method Description java.util.Optional<Team>ApplicationInfo. getTeam()Gets the team owning the application.
-