Uses of Class
com.microsoft.graph.models.ObjectDefinition
Packages that use ObjectDefinition
-
Uses of ObjectDefinition in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ObjectDefinitionModifier and TypeMethodDescriptionstatic ObjectDefinitionObjectDefinition.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueExpressionInputObject.getDefinition()Gets the definition property value.Methods in com.microsoft.graph.models that return types with arguments of type ObjectDefinitionModifier and TypeMethodDescriptionDirectoryDefinition.getObjects()Gets the objects property value.Methods in com.microsoft.graph.models with parameters of type ObjectDefinitionModifier and TypeMethodDescriptionvoidExpressionInputObject.setDefinition(ObjectDefinition value) Sets the definition property value.Method parameters in com.microsoft.graph.models with type arguments of type ObjectDefinitionModifier and TypeMethodDescriptionvoidDirectoryDefinition.setObjects(List<ObjectDefinition> value) Sets the objects property value.