Uses of Class
com.microsoft.graph.models.ExternalAuthenticationMethod
Packages that use ExternalAuthenticationMethod
-
Uses of ExternalAuthenticationMethod in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ExternalAuthenticationMethodModifier and TypeMethodDescriptionstatic ExternalAuthenticationMethodExternalAuthenticationMethod.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 ExternalAuthenticationMethodModifier and TypeMethodDescriptionAuthentication.getExternalAuthenticationMethods()Gets the externalAuthenticationMethods property value.ExternalAuthenticationMethodCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ExternalAuthenticationMethodModifier and TypeMethodDescriptionvoidAuthentication.setExternalAuthenticationMethods(List<ExternalAuthenticationMethod> value) Sets the externalAuthenticationMethods property value.voidExternalAuthenticationMethodCollectionResponse.setValue(List<ExternalAuthenticationMethod> value) Sets the value property value.