Uses of Class
com.microsoft.graph.models.ItemReference
Packages that use ItemReference
-
Uses of ItemReference in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ItemReferenceModifier and TypeMethodDescriptionstatic ItemReferenceItemReference.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueContentType.getInheritedFrom()Gets the inheritedFrom property value.Permission.getInheritedFrom()Gets the inheritedFrom property value.BaseItem.getParentReference()Gets the parentReference property value.RemoteItem.getParentReference()Gets the parentReference property value.Methods in com.microsoft.graph.models with parameters of type ItemReferenceModifier and TypeMethodDescriptionvoidContentType.setInheritedFrom(ItemReference value) Sets the inheritedFrom property value.voidPermission.setInheritedFrom(ItemReference value) Sets the inheritedFrom property value.voidBaseItem.setParentReference(ItemReference value) Sets the parentReference property value.voidRemoteItem.setParentReference(ItemReference value) Sets the parentReference property value.