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 -
-
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 CompletableFuture<Invite>DiscordApi. getInviteByCode(String code)Gets an invite by its code.CompletableFuture<Invite>DiscordApi. getInviteWithMemberCountsByCode(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 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 CompletableFuture<Invite>InviteBuilderDelegate. create()Creates the invite.
-