Uses of Class
com.microsoft.graph.models.IdentityApiConnector
Packages that use IdentityApiConnector
-
Uses of IdentityApiConnector in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return IdentityApiConnectorModifier and TypeMethodDescriptionstatic IdentityApiConnectorIdentityApiConnector.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueUserFlowApiConnectorConfiguration.getPostAttributeCollection()Gets the postAttributeCollection property value.UserFlowApiConnectorConfiguration.getPostFederationSignup()Gets the postFederationSignup property value.Methods in com.microsoft.graph.models that return types with arguments of type IdentityApiConnectorModifier and TypeMethodDescriptionIdentityContainer.getApiConnectors()Gets the apiConnectors property value.IdentityApiConnectorCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type IdentityApiConnectorModifier and TypeMethodDescriptionvoidUserFlowApiConnectorConfiguration.setPostAttributeCollection(IdentityApiConnector value) Sets the postAttributeCollection property value.voidUserFlowApiConnectorConfiguration.setPostFederationSignup(IdentityApiConnector value) Sets the postFederationSignup property value.Method parameters in com.microsoft.graph.models with type arguments of type IdentityApiConnectorModifier and TypeMethodDescriptionvoidIdentityContainer.setApiConnectors(List<IdentityApiConnector> value) Sets the apiConnectors property value.voidIdentityApiConnectorCollectionResponse.setValue(List<IdentityApiConnector> value) Sets the value property value.