Uses of Enum
com.microsoft.graph.models.ClaimBindingSource
Packages that use ClaimBindingSource
-
Uses of ClaimBindingSource in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ClaimBindingSourceModifier and TypeMethodDescriptionstatic ClaimBindingSourceVerifiedIdProfileConfiguration.getClaimBindingSource()Gets the claimBindingSource property value.static ClaimBindingSourceReturns the enum constant of this type with the specified name.static ClaimBindingSource[]ClaimBindingSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ClaimBindingSourceModifier and TypeMethodDescriptionvoidVerifiedIdProfileConfiguration.setClaimBindingSource(ClaimBindingSource value) Sets the claimBindingSource property value.