public class DeviceManagementAutopilotEvent extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementAutopilotEvent.Builder |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DeviceManagementAutopilotEvent() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementAutopilotEvent.Builder |
builderDeviceManagementAutopilotEvent()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Duration> |
getAccountSetupDuration()
“Time spent in user ESP.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Duration> |
getDeploymentDuration()
“Autopilot deployment duration including enrollment.”
|
Optional<OffsetDateTime> |
getDeploymentEndDateTime()
“Deployment end time.”
|
Optional<OffsetDateTime> |
getDeploymentStartDateTime()
“Deployment start time.”
|
Optional<WindowsAutopilotDeploymentState> |
getDeploymentState()
“Deployment state like Success, Failure, InProgress, SuccessWithTimeout.”
|
Optional<Duration> |
getDeploymentTotalDuration()
“Total deployment duration from enrollment to Desktop screen.”
|
Optional<String> |
getDeviceId()
“Device id associated with the object”
|
Optional<Duration> |
getDevicePreparationDuration()
“Time spent in device enrollment.”
|
Optional<OffsetDateTime> |
getDeviceRegisteredDateTime()
“Device registration date.”
|
Optional<String> |
getDeviceSerialNumber()
“Device serial number.”
|
Optional<Duration> |
getDeviceSetupDuration()
“Time spent in device ESP.”
|
Optional<String> |
getEnrollmentFailureDetails()
“Enrollment failure details.”
|
Optional<OffsetDateTime> |
getEnrollmentStartDateTime()
“Device enrollment start date.”
|
Optional<EnrollmentState> |
getEnrollmentState()
“Enrollment state like Enrolled, Failed.”
|
Optional<WindowsAutopilotEnrollmentType> |
getEnrollmentType()
“Enrollment type.”
|
Optional<OffsetDateTime> |
getEventDateTime()
“Time when the event occurred .”
|
Optional<String> |
getManagedDeviceName()
“Managed device name.”
|
Optional<String> |
getOsVersion()
“Device operating system version.”
|
DeviceManagementAutopilotPolicyStatusDetailCollectionRequest |
getPolicyStatusDetails()
“Policy and application status details for this device.”
|
Optional<Integer> |
getTargetedAppCount()
“Count of applications targeted.”
|
Optional<Integer> |
getTargetedPolicyCount()
“Count of policies targeted.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserPrincipalName()
“User principal name used to enroll the device.”
|
Optional<String> |
getWindows10EnrollmentCompletionPageConfigurationDisplayName()
“Enrollment Status Page profile name”
|
Optional<String> |
getWindowsAutopilotDeploymentProfileDisplayName()
“Autopilot profile name.”
|
String |
odataTypeName() |
DeviceManagementAutopilotEvent |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DeviceManagementAutopilotEvent |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DeviceManagementAutopilotEvent |
withAccountSetupDuration(Duration accountSetupDuration)
Returns an immutable copy of
this with just the accountSetupDuration field changed. |
DeviceManagementAutopilotEvent |
withDeploymentDuration(Duration deploymentDuration)
Returns an immutable copy of
this with just the deploymentDuration field changed. |
DeviceManagementAutopilotEvent |
withDeploymentEndDateTime(OffsetDateTime deploymentEndDateTime)
Returns an immutable copy of
this with just the deploymentEndDateTime field changed. |
DeviceManagementAutopilotEvent |
withDeploymentStartDateTime(OffsetDateTime deploymentStartDateTime)
Returns an immutable copy of
this with just the deploymentStartDateTime field changed. |
DeviceManagementAutopilotEvent |
withDeploymentState(WindowsAutopilotDeploymentState deploymentState)
Returns an immutable copy of
this with just the deploymentState
field changed. |
DeviceManagementAutopilotEvent |
withDeploymentTotalDuration(Duration deploymentTotalDuration)
Returns an immutable copy of
this with just the deploymentTotalDuration field changed. |
DeviceManagementAutopilotEvent |
withDeviceId(String deviceId)
Returns an immutable copy of
this with just the deviceId field
changed. |
DeviceManagementAutopilotEvent |
withDevicePreparationDuration(Duration devicePreparationDuration)
Returns an immutable copy of
this with just the devicePreparationDuration field changed. |
DeviceManagementAutopilotEvent |
withDeviceRegisteredDateTime(OffsetDateTime deviceRegisteredDateTime)
Returns an immutable copy of
this with just the deviceRegisteredDateTime field changed. |
DeviceManagementAutopilotEvent |
withDeviceSerialNumber(String deviceSerialNumber)
Returns an immutable copy of
this with just the deviceSerialNumber field changed. |
DeviceManagementAutopilotEvent |
withDeviceSetupDuration(Duration deviceSetupDuration)
Returns an immutable copy of
this with just the deviceSetupDuration field changed. |
DeviceManagementAutopilotEvent |
withEnrollmentFailureDetails(String enrollmentFailureDetails)
Returns an immutable copy of
this with just the enrollmentFailureDetails field changed. |
DeviceManagementAutopilotEvent |
withEnrollmentStartDateTime(OffsetDateTime enrollmentStartDateTime)
Returns an immutable copy of
this with just the enrollmentStartDateTime field changed. |
DeviceManagementAutopilotEvent |
withEnrollmentState(EnrollmentState enrollmentState)
Returns an immutable copy of
this with just the enrollmentState
field changed. |
DeviceManagementAutopilotEvent |
withEnrollmentType(WindowsAutopilotEnrollmentType enrollmentType)
Returns an immutable copy of
this with just the enrollmentType
field changed. |
DeviceManagementAutopilotEvent |
withEventDateTime(OffsetDateTime eventDateTime)
Returns an immutable copy of
this with just the eventDateTime
field changed. |
DeviceManagementAutopilotEvent |
withManagedDeviceName(String managedDeviceName)
Returns an immutable copy of
this with just the managedDeviceName
field changed. |
DeviceManagementAutopilotEvent |
withOsVersion(String osVersion)
Returns an immutable copy of
this with just the osVersion field
changed. |
DeviceManagementAutopilotEvent |
withTargetedAppCount(Integer targetedAppCount)
Returns an immutable copy of
this with just the targetedAppCount
field changed. |
DeviceManagementAutopilotEvent |
withTargetedPolicyCount(Integer targetedPolicyCount)
Returns an immutable copy of
this with just the targetedPolicyCount field changed. |
DeviceManagementAutopilotEvent |
withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
DeviceManagementAutopilotEvent |
withWindows10EnrollmentCompletionPageConfigurationDisplayName(String windows10EnrollmentCompletionPageConfigurationDisplayName)
Returns an immutable copy of
this with just the windows10EnrollmentCompletionPageConfigurationDisplayName field changed. |
DeviceManagementAutopilotEvent |
withWindowsAutopilotDeploymentProfileDisplayName(String windowsAutopilotDeploymentProfileDisplayName)
Returns an immutable copy of
this with just the windowsAutopilotDeploymentProfileDisplayName field changed. |
protected String deviceId
protected OffsetDateTime eventDateTime
protected OffsetDateTime deviceRegisteredDateTime
protected OffsetDateTime enrollmentStartDateTime
protected WindowsAutopilotEnrollmentType enrollmentType
protected String deviceSerialNumber
protected String managedDeviceName
protected String userPrincipalName
protected String windowsAutopilotDeploymentProfileDisplayName
protected EnrollmentState enrollmentState
protected String windows10EnrollmentCompletionPageConfigurationDisplayName
protected WindowsAutopilotDeploymentState deploymentState
protected String osVersion
protected Duration deploymentDuration
protected Duration deploymentTotalDuration
protected Duration devicePreparationDuration
protected Duration deviceSetupDuration
protected Duration accountSetupDuration
protected OffsetDateTime deploymentStartDateTime
protected OffsetDateTime deploymentEndDateTime
protected Integer targetedAppCount
protected Integer targetedPolicyCount
protected String enrollmentFailureDetails
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DeviceManagementAutopilotEvent.Builder builderDeviceManagementAutopilotEvent()
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<String> getDeviceId()
public DeviceManagementAutopilotEvent withDeviceId(String deviceId)
this with just the deviceId 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 id associated with the object”
deviceId - new value of deviceId field (as defined in service metadata)this with just the deviceId field changedpublic Optional<OffsetDateTime> getEventDateTime()
public DeviceManagementAutopilotEvent withEventDateTime(OffsetDateTime eventDateTime)
this with just the eventDateTime
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.
“Time when the event occurred .”
eventDateTime - new value of eventDateTime field (as defined in service metadata)this with just the eventDateTime field changedpublic Optional<OffsetDateTime> getDeviceRegisteredDateTime()
public DeviceManagementAutopilotEvent withDeviceRegisteredDateTime(OffsetDateTime deviceRegisteredDateTime)
this with just the deviceRegisteredDateTime 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 date.”
deviceRegisteredDateTime - new value of deviceRegisteredDateTime field (as defined in service metadata)this with just the deviceRegisteredDateTime field changedpublic Optional<OffsetDateTime> getEnrollmentStartDateTime()
public DeviceManagementAutopilotEvent withEnrollmentStartDateTime(OffsetDateTime enrollmentStartDateTime)
this with just the enrollmentStartDateTime 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 enrollment start date.”
enrollmentStartDateTime - new value of enrollmentStartDateTime field (as defined in service metadata)this with just the enrollmentStartDateTime field changedpublic Optional<WindowsAutopilotEnrollmentType> getEnrollmentType()
public DeviceManagementAutopilotEvent withEnrollmentType(WindowsAutopilotEnrollmentType enrollmentType)
this with just the enrollmentType
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.
“Enrollment type.”
enrollmentType - new value of enrollmentType field (as defined in service metadata)this with just the enrollmentType field changedpublic Optional<String> getDeviceSerialNumber()
public DeviceManagementAutopilotEvent withDeviceSerialNumber(String deviceSerialNumber)
this with just the deviceSerialNumber 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 serial number.”
deviceSerialNumber - new value of deviceSerialNumber field (as defined in service metadata)this with just the deviceSerialNumber field changedpublic Optional<String> getManagedDeviceName()
public DeviceManagementAutopilotEvent withManagedDeviceName(String managedDeviceName)
this with just the managedDeviceName
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.
“Managed device name.”
managedDeviceName - new value of managedDeviceName field (as defined in service metadata)this with just the managedDeviceName field changedpublic Optional<String> getUserPrincipalName()
public DeviceManagementAutopilotEvent withUserPrincipalName(String userPrincipalName)
this with just the userPrincipalName
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.
“User principal name used to enroll the device.”
userPrincipalName - new value of userPrincipalName field (as defined in service metadata)this with just the userPrincipalName field changedpublic Optional<String> getWindowsAutopilotDeploymentProfileDisplayName()
public DeviceManagementAutopilotEvent withWindowsAutopilotDeploymentProfileDisplayName(String windowsAutopilotDeploymentProfileDisplayName)
this with just the windowsAutopilotDeploymentProfileDisplayName 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.
“Autopilot profile name.”
windowsAutopilotDeploymentProfileDisplayName - new value of windowsAutopilotDeploymentProfileDisplayName field (as defined in service metadata)this with just the windowsAutopilotDeploymentProfileDisplayName field changedpublic Optional<EnrollmentState> getEnrollmentState()
public DeviceManagementAutopilotEvent withEnrollmentState(EnrollmentState enrollmentState)
this with just the enrollmentState
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.
“Enrollment state like Enrolled, Failed.”
enrollmentState - new value of enrollmentState field (as defined in service metadata)this with just the enrollmentState field changedpublic Optional<String> getWindows10EnrollmentCompletionPageConfigurationDisplayName()
public DeviceManagementAutopilotEvent withWindows10EnrollmentCompletionPageConfigurationDisplayName(String windows10EnrollmentCompletionPageConfigurationDisplayName)
this with just the windows10EnrollmentCompletionPageConfigurationDisplayName 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.
“Enrollment Status Page profile name”
windows10EnrollmentCompletionPageConfigurationDisplayName - new value of windows10EnrollmentCompletionPageConfigurationDisplayName field (as defined in service metadata)this with just the windows10EnrollmentCompletionPageConfigurationDisplayName field changedpublic Optional<WindowsAutopilotDeploymentState> getDeploymentState()
public DeviceManagementAutopilotEvent withDeploymentState(WindowsAutopilotDeploymentState deploymentState)
this with just the deploymentState
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.
“Deployment state like Success, Failure, InProgress, SuccessWithTimeout.”
deploymentState - new value of deploymentState field (as defined in service metadata)this with just the deploymentState field changedpublic Optional<String> getOsVersion()
public DeviceManagementAutopilotEvent withOsVersion(String osVersion)
this with just the osVersion 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 operating system version.”
osVersion - new value of osVersion field (as defined in service metadata)this with just the osVersion field changedpublic Optional<Duration> getDeploymentDuration()
public DeviceManagementAutopilotEvent withDeploymentDuration(Duration deploymentDuration)
this with just the deploymentDuration 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.
“Autopilot deployment duration including enrollment.”
deploymentDuration - new value of deploymentDuration field (as defined in service metadata)this with just the deploymentDuration field changedpublic Optional<Duration> getDeploymentTotalDuration()
public DeviceManagementAutopilotEvent withDeploymentTotalDuration(Duration deploymentTotalDuration)
this with just the deploymentTotalDuration 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.
“Total deployment duration from enrollment to Desktop screen.”
deploymentTotalDuration - new value of deploymentTotalDuration field (as defined in service metadata)this with just the deploymentTotalDuration field changedpublic Optional<Duration> getDevicePreparationDuration()
public DeviceManagementAutopilotEvent withDevicePreparationDuration(Duration devicePreparationDuration)
this with just the devicePreparationDuration 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.
“Time spent in device enrollment.”
devicePreparationDuration - new value of devicePreparationDuration field (as defined in service metadata)this with just the devicePreparationDuration field changedpublic Optional<Duration> getDeviceSetupDuration()
public DeviceManagementAutopilotEvent withDeviceSetupDuration(Duration deviceSetupDuration)
this with just the deviceSetupDuration 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.
“Time spent in device ESP.”
deviceSetupDuration - new value of deviceSetupDuration field (as defined in service metadata)this with just the deviceSetupDuration field changedpublic Optional<Duration> getAccountSetupDuration()
public DeviceManagementAutopilotEvent withAccountSetupDuration(Duration accountSetupDuration)
this with just the accountSetupDuration 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.
“Time spent in user ESP.”
accountSetupDuration - new value of accountSetupDuration field (as defined in service metadata)this with just the accountSetupDuration field changedpublic Optional<OffsetDateTime> getDeploymentStartDateTime()
public DeviceManagementAutopilotEvent withDeploymentStartDateTime(OffsetDateTime deploymentStartDateTime)
this with just the deploymentStartDateTime 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.
“Deployment start time.”
deploymentStartDateTime - new value of deploymentStartDateTime field (as defined in service metadata)this with just the deploymentStartDateTime field changedpublic Optional<OffsetDateTime> getDeploymentEndDateTime()
public DeviceManagementAutopilotEvent withDeploymentEndDateTime(OffsetDateTime deploymentEndDateTime)
this with just the deploymentEndDateTime 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.
“Deployment end time.”
deploymentEndDateTime - new value of deploymentEndDateTime field (as defined in service metadata)this with just the deploymentEndDateTime field changedpublic Optional<Integer> getTargetedAppCount()
public DeviceManagementAutopilotEvent withTargetedAppCount(Integer targetedAppCount)
this with just the targetedAppCount
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.
“Count of applications targeted.”
targetedAppCount - new value of targetedAppCount field (as defined in service metadata)this with just the targetedAppCount field changedpublic Optional<Integer> getTargetedPolicyCount()
public DeviceManagementAutopilotEvent withTargetedPolicyCount(Integer targetedPolicyCount)
this with just the targetedPolicyCount 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.
“Count of policies targeted.”
targetedPolicyCount - new value of targetedPolicyCount field (as defined in service metadata)this with just the targetedPolicyCount field changedpublic Optional<String> getEnrollmentFailureDetails()
public DeviceManagementAutopilotEvent withEnrollmentFailureDetails(String enrollmentFailureDetails)
this with just the enrollmentFailureDetails 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.
“Enrollment failure details.”
enrollmentFailureDetails - new value of enrollmentFailureDetails field (as defined in service metadata)this with just the enrollmentFailureDetails field changedpublic DeviceManagementAutopilotPolicyStatusDetailCollectionRequest getPolicyStatusDetails()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DeviceManagementAutopilotEvent patch()
this with changed fields reset.public DeviceManagementAutopilotEvent put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.