Uses of Enum
com.microsoft.graph.models.VerifiedIdProfileState
Packages that use VerifiedIdProfileState
-
Uses of VerifiedIdProfileState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return VerifiedIdProfileStateModifier and TypeMethodDescriptionstatic VerifiedIdProfileStateVerifiedIdProfile.getState()Gets the state property value.static VerifiedIdProfileStateReturns the enum constant of this type with the specified name.static VerifiedIdProfileState[]VerifiedIdProfileState.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 VerifiedIdProfileStateModifier and TypeMethodDescriptionvoidVerifiedIdProfile.setState(VerifiedIdProfileState value) Sets the state property value.