Uses of Class
com.microsoft.graph.models.AuthenticationMethod
Packages that use AuthenticationMethod
-
Uses of AuthenticationMethod in com.microsoft.graph.models
Subclasses of AuthenticationMethod in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in com.microsoft.graph.models that return AuthenticationMethodModifier and TypeMethodDescriptionstatic AuthenticationMethodAuthenticationMethod.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 AuthenticationMethodModifier and TypeMethodDescriptionAuthentication.getMethods()Gets the methods property value.AuthenticationMethodCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthenticationMethodModifier and TypeMethodDescriptionvoidAuthentication.setMethods(List<AuthenticationMethod> value) Sets the methods property value.voidAuthenticationMethodCollectionResponse.setValue(List<AuthenticationMethod> value) Sets the value property value.