Package odata.msgraph.client.complex
Class SynchronizationTaskExecution
- java.lang.Object
-
- odata.msgraph.client.complex.SynchronizationTaskExecution
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SynchronizationTaskExecution extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSynchronizationTaskExecution.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityIdentifierprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected LongcountEntitledprotected LongcountEntitledForProvisioningprotected LongcountEscrowedprotected LongcountEscrowedRawprotected LongcountExportedprotected LongcountExportsprotected LongcountImportedprotected LongcountImportedDeltasprotected LongcountImportedReferenceDeltasprotected SynchronizationErrorerrorprotected StringodataTypeprotected SynchronizationTaskExecutionResultstateprotected OffsetDateTimetimeBeganprotected OffsetDateTimetimeEndedprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedSynchronizationTaskExecution()
-
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
-
activityIdentifier
protected String activityIdentifier
-
countEntitled
protected Long countEntitled
-
countEntitledForProvisioning
protected Long countEntitledForProvisioning
-
countEscrowed
protected Long countEscrowed
-
countEscrowedRaw
protected Long countEscrowedRaw
-
countExported
protected Long countExported
-
countExports
protected Long countExports
-
countImported
protected Long countImported
-
countImportedDeltas
protected Long countImportedDeltas
-
countImportedReferenceDeltas
protected Long countImportedReferenceDeltas
-
error
protected SynchronizationError error
-
state
protected SynchronizationTaskExecutionResult state
-
timeBegan
protected OffsetDateTime timeBegan
-
timeEnded
protected OffsetDateTime timeEnded
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withActivityIdentifier
public SynchronizationTaskExecution withActivityIdentifier(String activityIdentifier)
-
withCountEntitled
public SynchronizationTaskExecution withCountEntitled(Long countEntitled)
-
withCountEntitledForProvisioning
public SynchronizationTaskExecution withCountEntitledForProvisioning(Long countEntitledForProvisioning)
-
withCountEscrowed
public SynchronizationTaskExecution withCountEscrowed(Long countEscrowed)
-
withCountEscrowedRaw
public SynchronizationTaskExecution withCountEscrowedRaw(Long countEscrowedRaw)
-
withCountExported
public SynchronizationTaskExecution withCountExported(Long countExported)
-
withCountExports
public SynchronizationTaskExecution withCountExports(Long countExports)
-
withCountImported
public SynchronizationTaskExecution withCountImported(Long countImported)
-
withCountImportedDeltas
public SynchronizationTaskExecution withCountImportedDeltas(Long countImportedDeltas)
-
withCountImportedReferenceDeltas
public SynchronizationTaskExecution withCountImportedReferenceDeltas(Long countImportedReferenceDeltas)
-
getError
public Optional<SynchronizationError> getError()
-
withError
public SynchronizationTaskExecution withError(SynchronizationError error)
-
getState
public Optional<SynchronizationTaskExecutionResult> getState()
-
withState
public SynchronizationTaskExecution withState(SynchronizationTaskExecutionResult state)
-
getTimeBegan
public Optional<OffsetDateTime> getTimeBegan()
-
withTimeBegan
public SynchronizationTaskExecution withTimeBegan(OffsetDateTime timeBegan)
-
getTimeEnded
public Optional<OffsetDateTime> getTimeEnded()
-
withTimeEnded
public SynchronizationTaskExecution withTimeEnded(OffsetDateTime timeEnded)
-
withUnmappedField
public SynchronizationTaskExecution 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 SynchronizationTaskExecution.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
-
-