Class EducationSynchronizationCustomization
- java.lang.Object
-
- odata.msgraph.client.beta.complex.EducationSynchronizationCustomization
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class EducationSynchronizationCustomization extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEducationSynchronizationCustomization.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowDisplayNameUpdateprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanisSyncDeferredprotected StringodataTypeprotected List<String>optionalPropertiesToSyncprotected StringoptionalPropertiesToSyncNextLinkprotected OffsetDateTimesynchronizationStartDateprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedEducationSynchronizationCustomization()
-
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
-
allowDisplayNameUpdate
protected Boolean allowDisplayNameUpdate
-
isSyncDeferred
protected Boolean isSyncDeferred
-
optionalPropertiesToSyncNextLink
protected String optionalPropertiesToSyncNextLink
-
synchronizationStartDate
protected OffsetDateTime synchronizationStartDate
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAllowDisplayNameUpdate
public EducationSynchronizationCustomization withAllowDisplayNameUpdate(Boolean allowDisplayNameUpdate)
-
withIsSyncDeferred
public EducationSynchronizationCustomization withIsSyncDeferred(Boolean isSyncDeferred)
-
getOptionalPropertiesToSync
public com.github.davidmoten.odata.client.CollectionPage<String> getOptionalPropertiesToSync()
-
getOptionalPropertiesToSync
public com.github.davidmoten.odata.client.CollectionPage<String> getOptionalPropertiesToSync(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getSynchronizationStartDate
public Optional<OffsetDateTime> getSynchronizationStartDate()
-
withSynchronizationStartDate
public EducationSynchronizationCustomization withSynchronizationStartDate(OffsetDateTime synchronizationStartDate)
-
withUnmappedField
public EducationSynchronizationCustomization withUnmappedField(String name, String 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 EducationSynchronizationCustomization.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
-
-