| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
Drive |
class |
DriveItem |
class |
List |
class |
ListItem |
class |
SharedDriveItem |
class |
Site |
class |
SitePage |
| Modifier and Type | Method and Description |
|---|---|
BaseItem |
BaseItem.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
BaseItem |
BaseItem.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
BaseItem |
BaseItem.withCreatedBy(IdentitySet createdBy) |
BaseItem |
BaseItem.withCreatedDateTime(OffsetDateTime createdDateTime) |
BaseItem |
BaseItem.withDescription(String description) |
BaseItem |
BaseItem.withETag(String eTag) |
BaseItem |
BaseItem.withLastModifiedBy(IdentitySet lastModifiedBy) |
BaseItem |
BaseItem.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
BaseItem |
BaseItem.withName(String name) |
BaseItem |
BaseItem.withParentReference(ItemReference parentReference) |
BaseItem |
BaseItem.withWebUrl(String webUrl) |
Copyright © 2018–2020. All rights reserved.