Uses of Class
com.microsoft.graph.models.AuthenticationMethodModeDetail
Packages that use AuthenticationMethodModeDetail
-
Uses of AuthenticationMethodModeDetail in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationMethodModeDetailModifier and TypeMethodDescriptionAuthenticationMethodModeDetail.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type AuthenticationMethodModeDetailModifier and TypeMethodDescriptionAuthenticationStrengthRoot.getAuthenticationMethodModes()Gets the authenticationMethodModes property value.AuthenticationMethodModeDetailCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthenticationMethodModeDetailModifier and TypeMethodDescriptionvoidAuthenticationStrengthRoot.setAuthenticationMethodModes(List<AuthenticationMethodModeDetail> value) Sets the authenticationMethodModes property value.voidAuthenticationMethodModeDetailCollectionResponse.setValue(List<AuthenticationMethodModeDetail> value) Sets the value property value.