public class ConfigurationManagerActionResult extends DeviceActionResult implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationManagerActionResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationManagerActionDeliveryStatus |
actionDeliveryStatus |
protected Integer |
errorCode |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
actionName, actionState, contextPath, lastUpdatedDateTime, odataType, startDateTime| Modifier | Constructor and Description |
|---|---|
protected |
ConfigurationManagerActionResult() |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationManagerActionResult.Builder |
builderConfigurationManagerActionResult()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<ConfigurationManagerActionDeliveryStatus> |
getActionDeliveryStatus()
“State of the action being delivered to on-prem server”
|
Optional<Integer> |
getErrorCode()
“Error code of Configuration Manager action from client”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ConfigurationManagerActionResult |
withActionDeliveryStatus(ConfigurationManagerActionDeliveryStatus actionDeliveryStatus)
Returns an immutable copy of
this with just the actionDeliveryStatus field changed. |
ConfigurationManagerActionResult |
withErrorCode(Integer errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
builder, getActionName, getActionState, getLastUpdatedDateTime, getStartDateTime, withActionName, withActionState, withLastUpdatedDateTime, withStartDateTimeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected ConfigurationManagerActionDeliveryStatus actionDeliveryStatus
protected Integer errorCode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceActionResultpublic Optional<ConfigurationManagerActionDeliveryStatus> getActionDeliveryStatus()
public ConfigurationManagerActionResult withActionDeliveryStatus(ConfigurationManagerActionDeliveryStatus actionDeliveryStatus)
this with just the actionDeliveryStatus field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“State of the action being delivered to on-prem server”
actionDeliveryStatus - new value of actionDeliveryStatus field (as defined in service metadata)this with just the actionDeliveryStatus field changedpublic Optional<Integer> getErrorCode()
public ConfigurationManagerActionResult withErrorCode(Integer errorCode)
this with just the errorCode field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Error code of Configuration Manager action from client”
errorCode - new value of errorCode field (as defined in service metadata)this with just the errorCode field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceActionResultpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceActionResultpublic static ConfigurationManagerActionResult.Builder builderConfigurationManagerActionResult()
public String toString()
toString in class DeviceActionResultCopyright © 2018–2020. All rights reserved.