Package microsoft.dynamics.crm.complex
Class SyncSubscriptionMetadataResponse
- java.lang.Object
-
- microsoft.dynamics.crm.complex.SyncSubscriptionMetadataResponse
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SyncSubscriptionMetadataResponse extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSyncSubscriptionMetadataResponse.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanisFinalPageprotected List<SubscriptionEntityMetadata>metadataprotected StringmetadataNextLinkprotected StringmetadataVersionprotected StringodataTypeprotected StringprofileVersionprotected StringsyncTokenprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedSyncSubscriptionMetadataResponse()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
metadata
protected List<SubscriptionEntityMetadata> metadata
-
metadataNextLink
protected String metadataNextLink
-
syncToken
protected String syncToken
-
isFinalPage
protected Boolean isFinalPage
-
metadataVersion
protected String metadataVersion
-
profileVersion
protected String profileVersion
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getMetadata
public com.github.davidmoten.odata.client.CollectionPage<SubscriptionEntityMetadata> getMetadata()
-
getMetadata
public com.github.davidmoten.odata.client.CollectionPage<SubscriptionEntityMetadata> getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withSyncToken
public SyncSubscriptionMetadataResponse withSyncToken(String syncToken)
-
withIsFinalPage
public SyncSubscriptionMetadataResponse withIsFinalPage(Boolean isFinalPage)
-
withMetadataVersion
public SyncSubscriptionMetadataResponse withMetadataVersion(String metadataVersion)
-
withProfileVersion
public SyncSubscriptionMetadataResponse withProfileVersion(String profileVersion)
-
withUnmappedField
public SyncSubscriptionMetadataResponse withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static SyncSubscriptionMetadataResponse.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-