public class IncompleteData extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IncompleteData.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
missingDataBeforeDateTime |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Boolean |
wasThrottled |
| Modifier | Constructor and Description |
|---|---|
protected |
IncompleteData() |
| Modifier and Type | Method and Description |
|---|---|
static IncompleteData.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OffsetDateTime> |
getMissingDataBeforeDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getWasThrottled() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IncompleteData |
withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime) |
IncompleteData |
withWasThrottled(Boolean wasThrottled) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected OffsetDateTime missingDataBeforeDateTime
protected Boolean wasThrottled
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getMissingDataBeforeDateTime()
public IncompleteData withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime)
public IncompleteData withWasThrottled(Boolean wasThrottled)
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 IncompleteData.Builder builder()
Copyright © 2018–2020. All rights reserved.