Uses of Enum
com.microsoft.graph.models.DirectoryDefinitionDiscoverabilities
Packages that use DirectoryDefinitionDiscoverabilities
-
Uses of DirectoryDefinitionDiscoverabilities in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DirectoryDefinitionDiscoverabilitiesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DirectoryDefinitionDiscoverabilities[]DirectoryDefinitionDiscoverabilities.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 DirectoryDefinitionDiscoverabilitiesModifier and TypeMethodDescriptionDirectoryDefinition.getDiscoverabilities()Gets the discoverabilities property value.Method parameters in com.microsoft.graph.models with type arguments of type DirectoryDefinitionDiscoverabilitiesModifier and TypeMethodDescriptionvoidDirectoryDefinition.setDiscoverabilities(EnumSet<DirectoryDefinitionDiscoverabilities> value) Sets the discoverabilities property value.