Uses of Interface
org.javacord.api.entity.server.invite.Invite
-
Packages that use Invite Package Description org.javacord.api org.javacord.api.entity.server.invite org.javacord.api.entity.server.invite.internal org.javacord.api.event.channel.server.invite -
-
Uses of Invite in org.javacord.api
Methods in org.javacord.api that return types with arguments of type Invite Modifier and Type Method Description java.util.concurrent.CompletableFuture<Invite>DiscordApi. getInviteByCode(java.lang.String code)Gets an invite by its code.java.util.concurrent.CompletableFuture<Invite>DiscordApi. getInviteWithMemberCountsByCode(java.lang.String code)Gets an invite by its code while requesting additional information. -
Uses of Invite in org.javacord.api.entity.server.invite
Subinterfaces of Invite in org.javacord.api.entity.server.invite Modifier and Type Interface Description interfaceRichInviteThis class represents an invite with additional information like expire date, creator, etc.Methods in org.javacord.api.entity.server.invite that return types with arguments of type Invite Modifier and Type Method Description java.util.concurrent.CompletableFuture<Invite>InviteBuilder. create()Creates the invite. -
Uses of Invite in org.javacord.api.entity.server.invite.internal
Methods in org.javacord.api.entity.server.invite.internal that return types with arguments of type Invite Modifier and Type Method Description java.util.concurrent.CompletableFuture<Invite>InviteBuilderDelegate. create()Creates the invite. -
Uses of Invite in org.javacord.api.event.channel.server.invite
Methods in org.javacord.api.event.channel.server.invite that return Invite Modifier and Type Method Description InviteServerChannelInviteCreateEvent. getInvite()Gets the invite of the event.
-