public class SynchronizationTaskExecution extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SynchronizationTaskExecution.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityIdentifier |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Long |
countEntitled |
protected Long |
countEntitledForProvisioning |
protected Long |
countEscrowed |
protected Long |
countEscrowedRaw |
protected Long |
countExported |
protected Long |
countExports |
protected Long |
countImported |
protected Long |
countImportedDeltas |
protected Long |
countImportedReferenceDeltas |
protected SynchronizationError |
error |
protected String |
odataType |
protected SynchronizationTaskExecutionResult |
state |
protected OffsetDateTime |
timeBegan |
protected OffsetDateTime |
timeEnded |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
SynchronizationTaskExecution() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String activityIdentifier
protected Long countEntitled
protected Long countEntitledForProvisioning
protected Long countEscrowed
protected Long countEscrowedRaw
protected Long countExported
protected Long countExports
protected Long countImported
protected Long countImportedDeltas
protected Long countImportedReferenceDeltas
protected SynchronizationTaskExecutionResult state
protected SynchronizationError error
protected OffsetDateTime timeBegan
protected OffsetDateTime timeEnded
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SynchronizationTaskExecution withActivityIdentifier(String activityIdentifier)
public SynchronizationTaskExecution withCountEntitled(Long countEntitled)
public SynchronizationTaskExecution withCountEntitledForProvisioning(Long countEntitledForProvisioning)
public SynchronizationTaskExecution withCountEscrowed(Long countEscrowed)
public SynchronizationTaskExecution withCountEscrowedRaw(Long countEscrowedRaw)
public SynchronizationTaskExecution withCountExported(Long countExported)
public SynchronizationTaskExecution withCountExports(Long countExports)
public SynchronizationTaskExecution withCountImported(Long countImported)
public SynchronizationTaskExecution withCountImportedDeltas(Long countImportedDeltas)
public SynchronizationTaskExecution withCountImportedReferenceDeltas(Long countImportedReferenceDeltas)
public Optional<SynchronizationTaskExecutionResult> getState()
public SynchronizationTaskExecution withState(SynchronizationTaskExecutionResult state)
public Optional<SynchronizationError> getError()
public SynchronizationTaskExecution withError(SynchronizationError error)
public Optional<OffsetDateTime> getTimeBegan()
public SynchronizationTaskExecution withTimeBegan(OffsetDateTime timeBegan)
public Optional<OffsetDateTime> getTimeEnded()
public SynchronizationTaskExecution withTimeEnded(OffsetDateTime timeEnded)
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 SynchronizationTaskExecution.Builder builder()
Copyright © 2018–2020. All rights reserved.