| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
DriveItem |
DriveItem.Builder.build() |
DriveItem |
DriveItem.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DriveItem |
DriveItem.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DriveItem |
DriveItem.withAudio(Audio audio) |
DriveItem |
DriveItem.withBundle(Bundle bundle) |
DriveItem |
DriveItem.withCTag(String cTag) |
DriveItem |
DriveItem.withDeleted(Deleted deleted) |
DriveItem |
DriveItem.withFile(File file) |
DriveItem |
DriveItem.withFileSystemInfo(FileSystemInfo fileSystemInfo) |
DriveItem |
DriveItem.withFolder(Folder folder) |
DriveItem |
DriveItem.withImage(Image image) |
DriveItem |
DriveItem.withLocation(GeoCoordinates location) |
DriveItem |
DriveItem.withPackage(Package package_) |
DriveItem |
DriveItem.withPendingOperations(PendingOperations pendingOperations) |
DriveItem |
DriveItem.withPhoto(Photo photo) |
DriveItem |
DriveItem.withPublication(PublicationFacet publication) |
DriveItem |
DriveItem.withRemoteItem(RemoteItem remoteItem) |
DriveItem |
DriveItem.withRoot(Root root) |
DriveItem |
DriveItem.withSearchResult(SearchResult searchResult) |
DriveItem |
DriveItem.withShared(Shared shared) |
DriveItem |
DriveItem.withSharepointIds(SharepointIds sharepointIds) |
DriveItem |
DriveItem.withSize(Long size) |
DriveItem |
DriveItem.withSpecialFolder(SpecialFolder specialFolder) |
DriveItem |
DriveItem.withVideo(Video video) |
DriveItem |
DriveItem.withWebDavUrl(String webDavUrl) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem> |
DriveItem.copy(String name,
ItemReference parentReference) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem> |
DriveItem.delta_Function() |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem> |
DriveItem.delta(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() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DriveItem> |
DriveItemRequest.copy(String name,
ItemReference parentReference) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem> |
DriveItemRequest.delta_Function() |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DriveItem> |
DriveItemRequest.delta(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() |
Copyright © 2018–2020. All rights reserved.