public class List extends BaseItem implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
List.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected ListInfo |
list |
protected SharepointIds |
sharepointIds |
protected SystemFacet |
system |
createdBy, createdDateTime, description, eTag, lastModifiedBy, lastModifiedDateTime, name, parentReference, webUrlchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
List() |
| Modifier and Type | Method and Description |
|---|---|
static List.Builder |
builderList()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
ItemActivityOLDCollectionRequest |
getActivities() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
ColumnDefinitionCollectionRequest |
getColumns() |
ContentTypeCollectionRequest |
getContentTypes() |
Optional<String> |
getDisplayName() |
DriveRequest |
getDrive() |
ListItemCollectionRequest |
getItems() |
Optional<ListInfo> |
getList() |
Optional<SharepointIds> |
getSharepointIds() |
SubscriptionCollectionRequest |
getSubscriptions() |
Optional<SystemFacet> |
getSystem() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
List |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
List |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
List |
withDisplayName(String displayName) |
List |
withList(ListInfo list) |
List |
withSharepointIds(SharepointIds sharepointIds) |
List |
withSystem(SystemFacet system) |
getCreatedBy, getCreatedByUser, getCreatedDateTime, getDescription, getETag, getLastModifiedBy, getLastModifiedByUser, getLastModifiedDateTime, getName, getParentReference, getWebUrl, withCreatedBy, withCreatedDateTime, withDescription, withETag, withLastModifiedBy, withLastModifiedDateTime, withName, withParentReference, withWebUrlprotected String displayName
protected ListInfo list
protected SharepointIds sharepointIds
protected SystemFacet system
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class BaseItempublic static List.Builder builderList()
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<SharepointIds> getSharepointIds()
public List withSharepointIds(SharepointIds sharepointIds)
public Optional<SystemFacet> getSystem()
public List withSystem(SystemFacet system)
public ItemActivityOLDCollectionRequest getActivities()
public ColumnDefinitionCollectionRequest getColumns()
public ContentTypeCollectionRequest getContentTypes()
public DriveRequest getDrive()
public ListItemCollectionRequest getItems()
public SubscriptionCollectionRequest getSubscriptions()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class BaseItempublic List patch()
this with changed fields reset.public List put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.