public class BusinessEntityChanges extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessEntityChanges.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<IChangedItem> |
changes |
protected String |
changesNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
dataToken |
protected String |
globalMetadataVersion |
protected Boolean |
moreRecords |
protected String |
odataType |
protected String |
pagingCookie |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
BusinessEntityChanges() |
| Modifier and Type | Method and Description |
|---|---|
static BusinessEntityChanges.Builder |
builder()
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.CollectionPage<IChangedItem> |
getChanges() |
com.github.davidmoten.odata.client.CollectionPage<IChangedItem> |
getChanges(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getDataToken() |
Optional<String> |
getGlobalMetadataVersion() |
Optional<Boolean> |
getMoreRecords() |
Optional<String> |
getPagingCookie() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
BusinessEntityChanges |
withDataToken(String dataToken) |
BusinessEntityChanges |
withGlobalMetadataVersion(String globalMetadataVersion) |
BusinessEntityChanges |
withMoreRecords(Boolean moreRecords) |
BusinessEntityChanges |
withPagingCookie(String pagingCookie) |
BusinessEntityChanges |
withUnmappedField(String name,
String value) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected Boolean moreRecords
protected String pagingCookie
protected String dataToken
protected List<IChangedItem> changes
protected String changesNextLink
protected String globalMetadataVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic BusinessEntityChanges withMoreRecords(Boolean moreRecords)
public BusinessEntityChanges withPagingCookie(String pagingCookie)
public BusinessEntityChanges withDataToken(String dataToken)
public com.github.davidmoten.odata.client.CollectionPage<IChangedItem> getChanges()
public com.github.davidmoten.odata.client.CollectionPage<IChangedItem> getChanges(com.github.davidmoten.odata.client.HttpRequestOptions options)
public BusinessEntityChanges withGlobalMetadataVersion(String globalMetadataVersion)
public BusinessEntityChanges withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.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 BusinessEntityChanges.Builder builder()
Copyright © 2018–2020. All rights reserved.