public class EducationSynchronizationCustomization extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationSynchronizationCustomization.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowDisplayNameUpdate |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
isSyncDeferred |
protected String |
odataType |
protected List<String> |
optionalPropertiesToSync |
protected String |
optionalPropertiesToSyncNextLink |
protected OffsetDateTime |
synchronizationStartDate |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EducationSynchronizationCustomization() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String optionalPropertiesToSyncNextLink
protected OffsetDateTime synchronizationStartDate
protected Boolean isSyncDeferred
protected Boolean allowDisplayNameUpdate
protected EducationSynchronizationCustomization()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.CollectionPage<String> getOptionalPropertiesToSync()
public com.github.davidmoten.odata.client.CollectionPage<String> getOptionalPropertiesToSync(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<OffsetDateTime> getSynchronizationStartDate()
public EducationSynchronizationCustomization withSynchronizationStartDate(OffsetDateTime synchronizationStartDate)
public EducationSynchronizationCustomization withIsSyncDeferred(Boolean isSyncDeferred)
public EducationSynchronizationCustomization withAllowDisplayNameUpdate(Boolean allowDisplayNameUpdate)
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 EducationSynchronizationCustomization.Builder builder()
Copyright © 2018–2020. All rights reserved.