Uses of Class
com.amilesend.onedrive.resource.item.type.ItemReference
Packages that use ItemReference
Package
Description
-
Uses of ItemReference in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return ItemReferenceModifier and TypeMethodDescriptionDrive.getParentReference()Gets the parent reference of this drive.DriveItemType.getParentReference()Gets the parent reference of this drive item.Site.getParentReference()Gets the parent reference of this drive. -
Uses of ItemReference in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return ItemReferenceModifier and TypeMethodDescriptionBaseItem.getParentReference()Describes the parent information.Methods in com.amilesend.onedrive.resource.item with parameters of type ItemReferenceModifier and TypeMethodDescriptionBaseItem.BaseItemBuilder.parentReference(ItemReference parentReference) Describes the parent information.voidBaseItem.setParentReference(ItemReference parentReference) Sets the updated parentItemReferenceused for moving a file to another folder. -
Uses of ItemReference in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return ItemReferenceModifier and TypeMethodDescriptionItemReference.ItemReferenceBuilder.build()Permission.getInheritedFrom()Reference to the parent permission (if applicable).RemoteItem.getParentReference()Describes the parent information.Methods in com.amilesend.onedrive.resource.item.type with parameters of type ItemReferenceModifier and TypeMethodDescriptionPermission.PermissionBuilder.inheritedFrom(ItemReference inheritedFrom) Reference to the parent permission (if applicable).RemoteItem.RemoteItemBuilder.parentReference(ItemReference parentReference) Describes the parent information. -
Uses of ItemReference in com.amilesend.onedrive.resource.site.type
Methods in com.amilesend.onedrive.resource.site.type that return ItemReferenceModifier and TypeMethodDescriptionContentType.getInheritedFrom()Describes if this type is inherited from another type (like a site that contains the type).Methods in com.amilesend.onedrive.resource.site.type with parameters of type ItemReferenceModifier and TypeMethodDescriptionContentType.ContentTypeBuilder.inheritedFrom(ItemReference inheritedFrom) Describes if this type is inherited from another type (like a site that contains the type).