Uses of Enum
com.microsoft.graph.models.B2bIdentityProvidersType
Packages that use B2bIdentityProvidersType
-
Uses of B2bIdentityProvidersType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return B2bIdentityProvidersTypeModifier and TypeMethodDescriptionstatic B2bIdentityProvidersTypeInvitationRedemptionIdentityProviderConfiguration.getFallbackIdentityProvider()Gets the fallbackIdentityProvider property value.static B2bIdentityProvidersTypeReturns the enum constant of this type with the specified name.static B2bIdentityProvidersType[]B2bIdentityProvidersType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type B2bIdentityProvidersTypeModifier and TypeMethodDescriptionInvitationRedemptionIdentityProviderConfiguration.getPrimaryIdentityProviderPrecedenceOrder()Gets the primaryIdentityProviderPrecedenceOrder property value.Methods in com.microsoft.graph.models with parameters of type B2bIdentityProvidersTypeModifier and TypeMethodDescriptionvoidInvitationRedemptionIdentityProviderConfiguration.setFallbackIdentityProvider(B2bIdentityProvidersType value) Sets the fallbackIdentityProvider property value.Method parameters in com.microsoft.graph.models with type arguments of type B2bIdentityProvidersTypeModifier and TypeMethodDescriptionvoidInvitationRedemptionIdentityProviderConfiguration.setPrimaryIdentityProviderPrecedenceOrder(List<B2bIdentityProvidersType> value) Sets the primaryIdentityProviderPrecedenceOrder property value.