public class ImportedWindowsAutopilotDeviceIdentityState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportedWindowsAutopilotDeviceIdentityState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
deviceErrorCode |
protected String |
deviceErrorName |
protected ImportedWindowsAutopilotDeviceIdentityImportStatus |
deviceImportStatus |
protected String |
deviceRegistrationId |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ImportedWindowsAutopilotDeviceIdentityState() |
| Modifier and Type | Method and Description |
|---|---|
static ImportedWindowsAutopilotDeviceIdentityState.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getDeviceErrorCode()
“Device error code reported by Device Directory Service(DDS).”
|
Optional<String> |
getDeviceErrorName()
“Device error name reported by Device Directory Service(DDS).”
|
Optional<ImportedWindowsAutopilotDeviceIdentityImportStatus> |
getDeviceImportStatus()
“Device status reported by Device Directory Service(DDS).”
|
Optional<String> |
getDeviceRegistrationId()
“Device Registration ID for successfully added device reported by Device
Directory Service(DDS).”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ImportedWindowsAutopilotDeviceIdentityState |
withDeviceErrorCode(Integer deviceErrorCode)
Returns an immutable copy of
this with just the deviceErrorCode
field changed. |
ImportedWindowsAutopilotDeviceIdentityState |
withDeviceErrorName(String deviceErrorName)
Returns an immutable copy of
this with just the deviceErrorName
field changed. |
ImportedWindowsAutopilotDeviceIdentityState |
withDeviceImportStatus(ImportedWindowsAutopilotDeviceIdentityImportStatus deviceImportStatus)
Returns an immutable copy of
this with just the deviceImportStatus field changed. |
ImportedWindowsAutopilotDeviceIdentityState |
withDeviceRegistrationId(String deviceRegistrationId)
Returns an immutable copy of
this with just the deviceRegistrationId field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected ImportedWindowsAutopilotDeviceIdentityImportStatus deviceImportStatus
protected String deviceRegistrationId
protected Integer deviceErrorCode
protected String deviceErrorName
protected ImportedWindowsAutopilotDeviceIdentityState()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<ImportedWindowsAutopilotDeviceIdentityImportStatus> getDeviceImportStatus()
public ImportedWindowsAutopilotDeviceIdentityState withDeviceImportStatus(ImportedWindowsAutopilotDeviceIdentityImportStatus deviceImportStatus)
this with just the deviceImportStatus 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.
“Device status reported by Device Directory Service(DDS).”
deviceImportStatus - new value of deviceImportStatus field (as defined in service metadata)this with just the deviceImportStatus field changedpublic Optional<String> getDeviceRegistrationId()
public ImportedWindowsAutopilotDeviceIdentityState withDeviceRegistrationId(String deviceRegistrationId)
this with just the deviceRegistrationId 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.
“Device Registration ID for successfully added device reported by Device Directory Service(DDS).”
deviceRegistrationId - new value of deviceRegistrationId field (as defined in service metadata)this with just the deviceRegistrationId field changedpublic Optional<Integer> getDeviceErrorCode()
public ImportedWindowsAutopilotDeviceIdentityState withDeviceErrorCode(Integer deviceErrorCode)
this with just the deviceErrorCode
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.
“Device error code reported by Device Directory Service(DDS).”
deviceErrorCode - new value of deviceErrorCode field (as defined in service metadata)this with just the deviceErrorCode field changedpublic Optional<String> getDeviceErrorName()
public ImportedWindowsAutopilotDeviceIdentityState withDeviceErrorName(String deviceErrorName)
this with just the deviceErrorName
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.
“Device error name reported by Device Directory Service(DDS).”
deviceErrorName - new value of deviceErrorName field (as defined in service metadata)this with just the deviceErrorName field changedpublic 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 ImportedWindowsAutopilotDeviceIdentityState.Builder builder()
Copyright © 2018–2020. All rights reserved.