Uses of Class
com.microsoft.graph.models.IdentityProvider
Packages that use IdentityProvider
-
Uses of IdentityProvider in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return IdentityProviderModifier and TypeMethodDescriptionstatic IdentityProviderIdentityProvider.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 IdentityProviderModifier and TypeMethodDescriptionB2xIdentityUserFlow.getIdentityProviders()Gets the identityProviders property value.IdentityProviderCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type IdentityProviderModifier and TypeMethodDescriptionvoidB2xIdentityUserFlow.setIdentityProviders(List<IdentityProvider> value) Sets the identityProviders property value.voidIdentityProviderCollectionResponse.setValue(List<IdentityProvider> value) Sets the value property value.