| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Field and Description |
|---|---|
protected ItemReference |
RemoteItem.parentReference |
| Modifier and Type | Method and Description |
|---|---|
ItemReference |
ItemReference.Builder.build() |
ItemReference |
ItemReference.withDriveId(String driveId) |
ItemReference |
ItemReference.withDriveType(String driveType) |
ItemReference |
ItemReference.withId(String id) |
ItemReference |
ItemReference.withName(String name) |
ItemReference |
ItemReference.withPath(String path) |
ItemReference |
ItemReference.withShareId(String shareId) |
ItemReference |
ItemReference.withSharepointIds(SharepointIds sharepointIds) |
ItemReference |
ItemReference.withSiteId(String siteId) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ItemReference> |
RemoteItem.getParentReference() |
| Modifier and Type | Method and Description |
|---|---|
RemoteItem.Builder |
RemoteItem.Builder.parentReference(ItemReference parentReference) |
RemoteItem |
RemoteItem.withParentReference(ItemReference parentReference) |
| Modifier and Type | Field and Description |
|---|---|
protected ItemReference |
ContentType.inheritedFrom |
protected ItemReference |
Permission.inheritedFrom |
protected ItemReference |
BaseItem.parentReference |
| Modifier and Type | Method and Description |
|---|---|
Optional<ItemReference> |
ContentType.getInheritedFrom() |
Optional<ItemReference> |
Permission.getInheritedFrom() |
Optional<ItemReference> |
BaseItem.getParentReference() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<DriveItem> |
DriveItem.copy(String name,
ItemReference parentReference) |
ContentType.Builder |
ContentType.Builder.inheritedFrom(ItemReference inheritedFrom) |
Permission.Builder |
Permission.Builder.inheritedFrom(ItemReference inheritedFrom) |
Drive.Builder |
Drive.Builder.parentReference(ItemReference parentReference) |
DriveItem.Builder |
DriveItem.Builder.parentReference(ItemReference parentReference) |
List.Builder |
List.Builder.parentReference(ItemReference parentReference) |
ListItem.Builder |
ListItem.Builder.parentReference(ItemReference parentReference) |
Site.Builder |
Site.Builder.parentReference(ItemReference parentReference) |
SharedDriveItem.Builder |
SharedDriveItem.Builder.parentReference(ItemReference parentReference) |
SitePage.Builder |
SitePage.Builder.parentReference(ItemReference parentReference) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<DriveItem> |
DriveItem.restore(ItemReference parentReference,
String name) |
ContentType |
ContentType.withInheritedFrom(ItemReference inheritedFrom) |
Permission |
Permission.withInheritedFrom(ItemReference inheritedFrom) |
BaseItem |
BaseItem.withParentReference(ItemReference parentReference) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<DriveItem> |
DriveItemRequest.copy(String name,
ItemReference parentReference) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<DriveItem> |
DriveItemRequest.restore(ItemReference parentReference,
String name) |
Copyright © 2018–2020. All rights reserved.