public class ItemActivityOLD extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemActivityOLD.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ItemActionSet |
action |
protected IdentitySet |
actor |
protected ItemActivityTimeSet |
times |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ItemActivityOLD() |
| Modifier and Type | Method and Description |
|---|---|
static ItemActivityOLD.Builder |
builderItemActivityOLD()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<ItemActionSet> |
getAction() |
Optional<IdentitySet> |
getActor() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
DriveItemRequest |
getDriveItem() |
ListItemRequest |
getListItem() |
Optional<ItemActivityTimeSet> |
getTimes() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ItemActivityOLD |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ItemActivityOLD |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ItemActivityOLD |
withAction(ItemActionSet action) |
ItemActivityOLD |
withActor(IdentitySet actor) |
ItemActivityOLD |
withTimes(ItemActivityTimeSet times) |
protected ItemActionSet action
protected IdentitySet actor
protected ItemActivityTimeSet times
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ItemActivityOLD.Builder builderItemActivityOLD()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<ItemActionSet> getAction()
public ItemActivityOLD withAction(ItemActionSet action)
public Optional<IdentitySet> getActor()
public ItemActivityOLD withActor(IdentitySet actor)
public Optional<ItemActivityTimeSet> getTimes()
public ItemActivityOLD withTimes(ItemActivityTimeSet times)
public DriveItemRequest getDriveItem()
public ListItemRequest getListItem()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ItemActivityOLD patch()
this with changed fields reset.public ItemActivityOLD put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.