public class SharepointIds extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SharepointIds.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
listId |
protected String |
listItemId |
protected String |
listItemUniqueId |
protected String |
odataType |
protected String |
siteId |
protected String |
siteUrl |
protected String |
tenantId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
webId |
| Modifier | Constructor and Description |
|---|---|
protected |
SharepointIds() |
| Modifier and Type | Method and Description |
|---|---|
static SharepointIds.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getListId() |
Optional<String> |
getListItemId() |
Optional<String> |
getListItemUniqueId() |
Optional<String> |
getSiteId() |
Optional<String> |
getSiteUrl() |
Optional<String> |
getTenantId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getWebId() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
SharepointIds |
withListId(String listId) |
SharepointIds |
withListItemId(String listItemId) |
SharepointIds |
withListItemUniqueId(String listItemUniqueId) |
SharepointIds |
withSiteId(String siteId) |
SharepointIds |
withSiteUrl(String siteUrl) |
SharepointIds |
withTenantId(String tenantId) |
SharepointIds |
withWebId(String webId) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String listId
protected String listItemId
protected String listItemUniqueId
protected String siteId
protected String siteUrl
protected String tenantId
protected String webId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SharepointIds withListId(String listId)
public SharepointIds withListItemId(String listItemId)
public SharepointIds withListItemUniqueId(String listItemUniqueId)
public SharepointIds withSiteId(String siteId)
public SharepointIds withSiteUrl(String siteUrl)
public SharepointIds withTenantId(String tenantId)
public SharepointIds withWebId(String webId)
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 SharepointIds.Builder builder()
Copyright © 2018–2020. All rights reserved.