public class SyncSubscriptionMetadataResponse extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncSubscriptionMetadataResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
isFinalPage |
protected List<SubscriptionEntityMetadata> |
metadata |
protected String |
metadataNextLink |
protected String |
metadataVersion |
protected String |
odataType |
protected String |
profileVersion |
protected String |
syncToken |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
SyncSubscriptionMetadataResponse() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected List<SubscriptionEntityMetadata> metadata
protected String metadataNextLink
protected String syncToken
protected Boolean isFinalPage
protected String metadataVersion
protected String profileVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.CollectionPage<SubscriptionEntityMetadata> getMetadata()
public com.github.davidmoten.odata.client.CollectionPage<SubscriptionEntityMetadata> getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options)
public SyncSubscriptionMetadataResponse withSyncToken(String syncToken)
public SyncSubscriptionMetadataResponse withIsFinalPage(Boolean isFinalPage)
public SyncSubscriptionMetadataResponse withMetadataVersion(String metadataVersion)
public SyncSubscriptionMetadataResponse withProfileVersion(String profileVersion)
public SyncSubscriptionMetadataResponse 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 SyncSubscriptionMetadataResponse.Builder builder()
Copyright © 2018–2021. All rights reserved.