Uses of Class
org.javacord.api.AccountType
-
Packages that use AccountType Package Description org.javacord.api org.javacord.api.internal -
-
Uses of AccountType in org.javacord.api
Methods in org.javacord.api that return AccountType Modifier and Type Method Description AccountTypeDiscordApi. getAccountType()Gets the type of the current account.AccountTypeDiscordApiBuilder. getAccountType()Gets the account type.static AccountTypeAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountType[]AccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api with parameters of type AccountType Modifier and Type Method Description DiscordApiBuilderDiscordApiBuilder. setAccountType(AccountType type)Sets the account type. -
Uses of AccountType in org.javacord.api.internal
Methods in org.javacord.api.internal that return AccountType Modifier and Type Method Description AccountTypeDiscordApiBuilderDelegate. getAccountType()Gets the account type.Methods in org.javacord.api.internal with parameters of type AccountType Modifier and Type Method Description voidDiscordApiBuilderDelegate. setAccountType(AccountType accountType)Sets the account type.
-