Uses of Class
org.javacord.api.entity.server.MultiFactorAuthenticationLevel
-
Packages that use MultiFactorAuthenticationLevel Package Description org.javacord.api.entity.server org.javacord.api.event.server -
-
Uses of MultiFactorAuthenticationLevel in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return MultiFactorAuthenticationLevel Modifier and Type Method Description static MultiFactorAuthenticationLevelMultiFactorAuthenticationLevel. fromId(int id)Gets the multi factor authentication level by its id.MultiFactorAuthenticationLevelServer. getMultiFactorAuthenticationLevel()Gets the multi factor authentication level of the server.static MultiFactorAuthenticationLevelMultiFactorAuthenticationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiFactorAuthenticationLevel[]MultiFactorAuthenticationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MultiFactorAuthenticationLevel in org.javacord.api.event.server
Methods in org.javacord.api.event.server that return MultiFactorAuthenticationLevel Modifier and Type Method Description MultiFactorAuthenticationLevelServerChangeMultiFactorAuthenticationLevelEvent. getNewMultiFactorAuthenticationLevel()Gets the new multi factor authentication level of the server.MultiFactorAuthenticationLevelServerChangeMultiFactorAuthenticationLevelEvent. getOldMultiFactorAuthenticationLevel()Gets the old multi factor authentication level of the server.
-