public class SynchronizationProgress extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SynchronizationProgress.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
completedUnits |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected OffsetDateTime |
progressObservationDateTime |
protected Long |
totalUnits |
protected String |
units |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
SynchronizationProgress() |
| Modifier and Type | Method and Description |
|---|---|
static SynchronizationProgress.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Long> |
getCompletedUnits() |
Optional<OffsetDateTime> |
getProgressObservationDateTime() |
Optional<Long> |
getTotalUnits() |
Optional<String> |
getUnits() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
SynchronizationProgress |
withCompletedUnits(Long completedUnits) |
SynchronizationProgress |
withProgressObservationDateTime(OffsetDateTime progressObservationDateTime) |
SynchronizationProgress |
withTotalUnits(Long totalUnits) |
SynchronizationProgress |
withUnits(String units) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Long completedUnits
protected OffsetDateTime progressObservationDateTime
protected Long totalUnits
protected String units
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SynchronizationProgress withCompletedUnits(Long completedUnits)
public Optional<OffsetDateTime> getProgressObservationDateTime()
public SynchronizationProgress withProgressObservationDateTime(OffsetDateTime progressObservationDateTime)
public SynchronizationProgress withTotalUnits(Long totalUnits)
public SynchronizationProgress withUnits(String units)
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 SynchronizationProgress.Builder builder()
Copyright © 2018–2020. All rights reserved.