Uses of Class
com.microsoft.graph.models.DirectoryDefinition
Packages that use DirectoryDefinition
-
Uses of DirectoryDefinition in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DirectoryDefinitionModifier and TypeMethodDescriptionstatic DirectoryDefinitionDirectoryDefinition.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 DirectoryDefinitionModifier and TypeMethodDescriptionSynchronizationSchema.getDirectories()Gets the directories property value.DirectoryDefinitionCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DirectoryDefinitionModifier and TypeMethodDescriptionvoidSynchronizationSchema.setDirectories(List<DirectoryDefinition> value) Sets the directories property value.voidDirectoryDefinitionCollectionResponse.setValue(List<DirectoryDefinition> value) Sets the value property value.