Uses of Enum
com.microsoft.graph.models.BaseAuthenticationMethod
Packages that use BaseAuthenticationMethod
-
Uses of BaseAuthenticationMethod in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BaseAuthenticationMethodModifier and TypeMethodDescriptionstatic BaseAuthenticationMethodAuthenticationMethodModeDetail.getAuthenticationMethod()Gets the authenticationMethod property value.static BaseAuthenticationMethodReturns the enum constant of this type with the specified name.static BaseAuthenticationMethod[]BaseAuthenticationMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type BaseAuthenticationMethodModifier and TypeMethodDescriptionvoidAuthenticationMethodModeDetail.setAuthenticationMethod(BaseAuthenticationMethod value) Sets the authenticationMethod property value.