public class ItemReference extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemReference.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
driveId |
protected String |
driveType |
protected String |
id |
protected String |
name |
protected String |
odataType |
protected String |
path |
protected String |
shareId |
protected SharepointIds |
sharepointIds |
protected String |
siteId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ItemReference() |
| Modifier and Type | Method and Description |
|---|---|
static ItemReference.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDriveId() |
Optional<String> |
getDriveType() |
Optional<String> |
getId() |
Optional<String> |
getName() |
Optional<String> |
getPath() |
Optional<String> |
getShareId() |
Optional<SharepointIds> |
getSharepointIds() |
Optional<String> |
getSiteId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ItemReference |
withDriveId(String driveId) |
ItemReference |
withDriveType(String driveType) |
ItemReference |
withId(String id) |
ItemReference |
withName(String name) |
ItemReference |
withPath(String path) |
ItemReference |
withShareId(String shareId) |
ItemReference |
withSharepointIds(SharepointIds sharepointIds) |
ItemReference |
withSiteId(String siteId) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String driveId
protected String driveType
protected String id
protected String name
protected String path
protected String shareId
protected SharepointIds sharepointIds
protected String siteId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ItemReference withDriveId(String driveId)
public ItemReference withDriveType(String driveType)
public ItemReference withId(String id)
public ItemReference withName(String name)
public ItemReference withPath(String path)
public ItemReference withShareId(String shareId)
public Optional<SharepointIds> getSharepointIds()
public ItemReference withSharepointIds(SharepointIds sharepointIds)
public ItemReference withSiteId(String siteId)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ItemReference.Builder builder()
Copyright © 2018–2020. All rights reserved.