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