Uses of Enum
com.microsoft.graph.models.AuthenticationMethodModes
Packages that use AuthenticationMethodModes
-
Uses of AuthenticationMethodModes in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationMethodModesModifier and TypeMethodDescriptionstatic AuthenticationMethodModesstatic AuthenticationMethodModesReturns the enum constant of this type with the specified name.static AuthenticationMethodModes[]AuthenticationMethodModes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type AuthenticationMethodModesModifier and TypeMethodDescriptionAuthenticationStrengthPolicy.getAllowedCombinations()Gets the allowedCombinations property value.AuthenticationCombinationConfiguration.getAppliesToCombinations()Gets the appliesToCombinations property value.AuthenticationStrengthRoot.getCombinations()Gets the combinations property value.UpdateAllowedCombinationsResult.getCurrentCombinations()Gets the currentCombinations property value.UpdateAllowedCombinationsResult.getPreviousCombinations()Gets the previousCombinations property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthenticationMethodModesModifier and TypeMethodDescriptionvoidAuthenticationStrengthPolicy.setAllowedCombinations(List<AuthenticationMethodModes> value) Sets the allowedCombinations property value.voidAuthenticationCombinationConfiguration.setAppliesToCombinations(List<AuthenticationMethodModes> value) Sets the appliesToCombinations property value.voidAuthenticationStrengthRoot.setCombinations(List<AuthenticationMethodModes> value) Sets the combinations property value.voidUpdateAllowedCombinationsResult.setCurrentCombinations(List<AuthenticationMethodModes> value) Sets the currentCombinations property value.voidUpdateAllowedCombinationsResult.setPreviousCombinations(List<AuthenticationMethodModes> value) Sets the previousCombinations property value.