public class ImportedWindowsAutopilotDeviceIdentityUpload extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportedWindowsAutopilotDeviceIdentityUpload.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdDateTimeUtc |
protected ImportedWindowsAutopilotDeviceIdentityUploadStatus |
status |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ImportedWindowsAutopilotDeviceIdentityUpload() |
| Modifier and Type | Method and Description |
|---|---|
static ImportedWindowsAutopilotDeviceIdentityUpload.Builder |
builderImportedWindowsAutopilotDeviceIdentityUpload()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getCreatedDateTimeUtc()
“DateTime when the entity is created.”
|
ImportedWindowsAutopilotDeviceIdentityCollectionRequest |
getDeviceIdentities()
“Collection of all Autopilot devices as a part of this upload.”
|
Optional<ImportedWindowsAutopilotDeviceIdentityUploadStatus> |
getStatus()
“Upload status.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ImportedWindowsAutopilotDeviceIdentityUpload |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ImportedWindowsAutopilotDeviceIdentityUpload |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ImportedWindowsAutopilotDeviceIdentityUpload |
withCreatedDateTimeUtc(OffsetDateTime createdDateTimeUtc)
Returns an immutable copy of
this with just the createdDateTimeUtc field changed. |
ImportedWindowsAutopilotDeviceIdentityUpload |
withStatus(ImportedWindowsAutopilotDeviceIdentityUploadStatus status)
Returns an immutable copy of
this with just the status field
changed. |
protected OffsetDateTime createdDateTimeUtc
protected ImportedWindowsAutopilotDeviceIdentityUploadStatus status
protected ImportedWindowsAutopilotDeviceIdentityUpload()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ImportedWindowsAutopilotDeviceIdentityUpload.Builder builderImportedWindowsAutopilotDeviceIdentityUpload()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<OffsetDateTime> getCreatedDateTimeUtc()
public ImportedWindowsAutopilotDeviceIdentityUpload withCreatedDateTimeUtc(OffsetDateTime createdDateTimeUtc)
this with just the createdDateTimeUtc 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.
“DateTime when the entity is created.”
createdDateTimeUtc - new value of createdDateTimeUtc field (as defined in service metadata)this with just the createdDateTimeUtc field changedpublic Optional<ImportedWindowsAutopilotDeviceIdentityUploadStatus> getStatus()
public ImportedWindowsAutopilotDeviceIdentityUpload withStatus(ImportedWindowsAutopilotDeviceIdentityUploadStatus status)
this with just the status 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.
“Upload status.”
status - new value of status field (as defined in service metadata)this with just the status field changedpublic ImportedWindowsAutopilotDeviceIdentityCollectionRequest getDeviceIdentities()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ImportedWindowsAutopilotDeviceIdentityUpload patch()
this with changed fields reset.public ImportedWindowsAutopilotDeviceIdentityUpload put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.