Uses of Class
odata.msgraph.client.beta.entity.DriveItem
-
Packages that use DriveItem Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DriveItem in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DriveItem Modifier and Type Method Description DriveItemDriveItem.Builder. build()DriveItemDriveItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DriveItemDriveItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DriveItemDriveItem. withAudio(Audio audio)DriveItemDriveItem. withBundle(Bundle bundle)DriveItemDriveItem. withCTag(String cTag)DriveItemDriveItem. withDeleted(Deleted deleted)DriveItemDriveItem. withFile(File file)DriveItemDriveItem. withFileSystemInfo(FileSystemInfo fileSystemInfo)DriveItemDriveItem. withFolder(Folder folder)DriveItemDriveItem. withImage(Image image)DriveItemDriveItem. withLocation(GeoCoordinates location)DriveItemDriveItem. withMalware(Malware malware)DriveItemDriveItem. withMedia(Media media)DriveItemDriveItem. withPackage(Package package_)DriveItemDriveItem. withPendingOperations(PendingOperations pendingOperations)DriveItemDriveItem. withPhoto(Photo photo)DriveItemDriveItem. withPublication(PublicationFacet publication)DriveItemDriveItem. withRemoteItem(RemoteItem remoteItem)DriveItemDriveItem. withRoot(Root root)DriveItemDriveItem. withSearchResult(SearchResult searchResult)DriveItemDriveItem. withShared(Shared shared)DriveItemDriveItem. withSharepointIds(SharepointIds sharepointIds)DriveItemDriveItem. withSize(Long size)DriveItemDriveItem. withSource(DriveItemSource source)DriveItemDriveItem. withSpecialFolder(SpecialFolder specialFolder)DriveItemDriveItem. withUnmappedField(String name, String value)DriveItemDriveItem. withVideo(Video video)DriveItemDriveItem. withWebDavUrl(String webDavUrl)Methods in odata.msgraph.client.beta.entity that return types with arguments of type DriveItem Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItem. copy(String name, ItemReference parentReference)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>DriveItem. delta()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>DriveItem. delta_Function(String token)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItem. follow()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>Drive. recent()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItem. restore(ItemReference parentReference, String name)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>Drive. search(String q)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>DriveItem. search(String q)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>Drive. sharedWithMe() -
Uses of DriveItem in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type DriveItem Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItemRequest. copy(String name, ItemReference parentReference)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>DriveItemRequest. delta()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>DriveItemRequest. delta_Function(String token)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItemRequest. follow()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>DriveRequest. recent()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem>DriveItemRequest. restore(ItemReference parentReference, String name)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>DriveItemRequest. search(String q)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>DriveRequest. search(String q)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem>DriveRequest. sharedWithMe()
-