public class SharedDriveItem extends BaseItem implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SharedDriveItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected IdentitySet |
owner |
createdBy, createdDateTime, description, eTag, lastModifiedBy, lastModifiedDateTime, name, parentReference, webUrlchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SharedDriveItem() |
| Modifier and Type | Method and Description |
|---|---|
static SharedDriveItem.Builder |
builderSharedDriveItem()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
DriveItemRequest |
getDriveItem() |
DriveItemCollectionRequest |
getItems() |
ListRequest |
getList() |
ListItemRequest |
getListItem() |
Optional<IdentitySet> |
getOwner() |
PermissionRequest |
getPermission() |
DriveItemRequest |
getRoot() |
SiteRequest |
getSite() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
SharedDriveItem |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
SharedDriveItem |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
SharedDriveItem |
withOwner(IdentitySet owner) |
getCreatedBy, getCreatedByUser, getCreatedDateTime, getDescription, getETag, getLastModifiedBy, getLastModifiedByUser, getLastModifiedDateTime, getName, getParentReference, getWebUrl, withCreatedBy, withCreatedDateTime, withDescription, withETag, withLastModifiedBy, withLastModifiedDateTime, withName, withParentReference, withWebUrlprotected IdentitySet owner
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class BaseItempublic static SharedDriveItem.Builder builderSharedDriveItem()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class BaseItempublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class BaseItempublic Optional<IdentitySet> getOwner()
public SharedDriveItem withOwner(IdentitySet owner)
public DriveItemRequest getDriveItem()
public DriveItemCollectionRequest getItems()
public ListRequest getList()
public ListItemRequest getListItem()
public PermissionRequest getPermission()
public DriveItemRequest getRoot()
public SiteRequest getSite()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class BaseItempublic SharedDriveItem patch()
this with changed fields reset.public SharedDriveItem put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.