Class UserExperienceAnalyticsDeviceStartupHistory
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.UserExperienceAnalyticsDeviceStartupHistory
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class UserExperienceAnalyticsDeviceStartupHistory extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“The user experience analytics device startup history entity contains device boot performance history details.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExperienceAnalyticsDeviceStartupHistory.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegercoreBootTimeInMsprotected IntegercoreLoginTimeInMsprotected StringdeviceIdprotected IntegerfeatureUpdateBootTimeInMsprotected IntegergroupPolicyBootTimeInMsprotected IntegergroupPolicyLoginTimeInMsprotected BooleanisFeatureUpdateprotected BooleanisFirstLoginprotected StringoperatingSystemVersionprotected IntegerresponsiveDesktopTimeInMsprotected UserExperienceAnalyticsOperatingSystemRestartCategoryrestartCategoryprotected StringrestartFaultBucketprotected StringrestartStopCodeprotected OffsetDateTimestartTimeprotected IntegertotalBootTimeInMsprotected IntegertotalLoginTimeInMs-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserExperienceAnalyticsDeviceStartupHistory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExperienceAnalyticsDeviceStartupHistory.BuilderbuilderUserExperienceAnalyticsDeviceStartupHistory()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.ChangedFieldsgetChangedFields()Optional<Integer>getCoreBootTimeInMs()“The device core boot time in milliseconds.Optional<Integer>getCoreLoginTimeInMs()“The device core login time in milliseconds.Optional<String>getDeviceId()“The Intune device id of the device.Optional<Integer>getFeatureUpdateBootTimeInMs()“The impact of device feature updates on boot time in milliseconds.Optional<Integer>getGroupPolicyBootTimeInMs()“The impact of device group policy client on boot time in milliseconds.Optional<Integer>getGroupPolicyLoginTimeInMs()“The impact of device group policy client on login time in milliseconds.Optional<Boolean>getIsFeatureUpdate()“When TRUE, indicates the device boot record is associated with feature updates.Optional<Boolean>getIsFirstLogin()“When TRUE, indicates the device login is the first login after a reboot.Optional<String>getOperatingSystemVersion()“The user experience analytics device boot record's operating system version.Optional<Integer>getResponsiveDesktopTimeInMs()“The time for desktop to become responsive during login process in milliseconds.Optional<UserExperienceAnalyticsOperatingSystemRestartCategory>getRestartCategory()“OS restart category.Optional<String>getRestartFaultBucket()“OS restart fault bucket.Optional<String>getRestartStopCode()“OS restart stop code.Optional<OffsetDateTime>getStartTime()“The device boot start time.Optional<Integer>getTotalBootTimeInMs()“The device total boot time in milliseconds.Optional<Integer>getTotalLoginTimeInMs()“The device total login time in milliseconds.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()UserExperienceAnalyticsDeviceStartupHistorypatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)UserExperienceAnalyticsDeviceStartupHistoryput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()UserExperienceAnalyticsDeviceStartupHistorywithCoreBootTimeInMs(Integer coreBootTimeInMs)Returns an immutable copy ofthiswith just thecoreBootTimeInMsfield changed.UserExperienceAnalyticsDeviceStartupHistorywithCoreLoginTimeInMs(Integer coreLoginTimeInMs)Returns an immutable copy ofthiswith just thecoreLoginTimeInMsfield changed.UserExperienceAnalyticsDeviceStartupHistorywithDeviceId(String deviceId)Returns an immutable copy ofthiswith just thedeviceIdfield changed.UserExperienceAnalyticsDeviceStartupHistorywithFeatureUpdateBootTimeInMs(Integer featureUpdateBootTimeInMs)Returns an immutable copy ofthiswith just thefeatureUpdateBootTimeInMsfield changed.UserExperienceAnalyticsDeviceStartupHistorywithGroupPolicyBootTimeInMs(Integer groupPolicyBootTimeInMs)Returns an immutable copy ofthiswith just thegroupPolicyBootTimeInMsfield changed.UserExperienceAnalyticsDeviceStartupHistorywithGroupPolicyLoginTimeInMs(Integer groupPolicyLoginTimeInMs)Returns an immutable copy ofthiswith just thegroupPolicyLoginTimeInMsfield changed.UserExperienceAnalyticsDeviceStartupHistorywithIsFeatureUpdate(Boolean isFeatureUpdate)Returns an immutable copy ofthiswith just theisFeatureUpdatefield changed.UserExperienceAnalyticsDeviceStartupHistorywithIsFirstLogin(Boolean isFirstLogin)Returns an immutable copy ofthiswith just theisFirstLoginfield changed.UserExperienceAnalyticsDeviceStartupHistorywithOperatingSystemVersion(String operatingSystemVersion)Returns an immutable copy ofthiswith just theoperatingSystemVersionfield changed.UserExperienceAnalyticsDeviceStartupHistorywithResponsiveDesktopTimeInMs(Integer responsiveDesktopTimeInMs)Returns an immutable copy ofthiswith just theresponsiveDesktopTimeInMsfield changed.UserExperienceAnalyticsDeviceStartupHistorywithRestartCategory(UserExperienceAnalyticsOperatingSystemRestartCategory restartCategory)Returns an immutable copy ofthiswith just therestartCategoryfield changed.UserExperienceAnalyticsDeviceStartupHistorywithRestartFaultBucket(String restartFaultBucket)Returns an immutable copy ofthiswith just therestartFaultBucketfield changed.UserExperienceAnalyticsDeviceStartupHistorywithRestartStopCode(String restartStopCode)Returns an immutable copy ofthiswith just therestartStopCodefield changed.UserExperienceAnalyticsDeviceStartupHistorywithStartTime(OffsetDateTime startTime)Returns an immutable copy ofthiswith just thestartTimefield changed.UserExperienceAnalyticsDeviceStartupHistorywithTotalBootTimeInMs(Integer totalBootTimeInMs)Returns an immutable copy ofthiswith just thetotalBootTimeInMsfield changed.UserExperienceAnalyticsDeviceStartupHistorywithTotalLoginTimeInMs(Integer totalLoginTimeInMs)Returns an immutable copy ofthiswith just thetotalLoginTimeInMsfield changed.UserExperienceAnalyticsDeviceStartupHistorywithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
coreBootTimeInMs
protected Integer coreBootTimeInMs
-
coreLoginTimeInMs
protected Integer coreLoginTimeInMs
-
deviceId
protected String deviceId
-
featureUpdateBootTimeInMs
protected Integer featureUpdateBootTimeInMs
-
groupPolicyBootTimeInMs
protected Integer groupPolicyBootTimeInMs
-
groupPolicyLoginTimeInMs
protected Integer groupPolicyLoginTimeInMs
-
isFeatureUpdate
protected Boolean isFeatureUpdate
-
isFirstLogin
protected Boolean isFirstLogin
-
operatingSystemVersion
protected String operatingSystemVersion
-
responsiveDesktopTimeInMs
protected Integer responsiveDesktopTimeInMs
-
restartCategory
protected UserExperienceAnalyticsOperatingSystemRestartCategory restartCategory
-
restartFaultBucket
protected String restartFaultBucket
-
restartStopCode
protected String restartStopCode
-
startTime
protected OffsetDateTime startTime
-
totalBootTimeInMs
protected Integer totalBootTimeInMs
-
totalLoginTimeInMs
protected Integer totalLoginTimeInMs
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderUserExperienceAnalyticsDeviceStartupHistory
public static UserExperienceAnalyticsDeviceStartupHistory.Builder builderUserExperienceAnalyticsDeviceStartupHistory()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getCoreBootTimeInMs
public Optional<Integer> getCoreBootTimeInMs()
“The device core boot time in milliseconds. Supports: $select, $OrderBy. Read- only.”- Returns:
- property coreBootTimeInMs
-
withCoreBootTimeInMs
public UserExperienceAnalyticsDeviceStartupHistory withCoreBootTimeInMs(Integer coreBootTimeInMs)
Returns an immutable copy ofthiswith just thecoreBootTimeInMsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The device core boot time in milliseconds. Supports: $select, $OrderBy. Read- only.”
- Parameters:
coreBootTimeInMs- new value ofcoreBootTimeInMsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thecoreBootTimeInMsfield changed
-
getCoreLoginTimeInMs
public Optional<Integer> getCoreLoginTimeInMs()
“The device core login time in milliseconds. Supports: $select, $OrderBy. Read- only.”- Returns:
- property coreLoginTimeInMs
-
withCoreLoginTimeInMs
public UserExperienceAnalyticsDeviceStartupHistory withCoreLoginTimeInMs(Integer coreLoginTimeInMs)
Returns an immutable copy ofthiswith just thecoreLoginTimeInMsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The device core login time in milliseconds. Supports: $select, $OrderBy. Read- only.”
- Parameters:
coreLoginTimeInMs- new value ofcoreLoginTimeInMsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thecoreLoginTimeInMsfield changed
-
getDeviceId
public Optional<String> getDeviceId()
“The Intune device id of the device. Supports: $select, $OrderBy. Read-only.”- Returns:
- property deviceId
-
withDeviceId
public UserExperienceAnalyticsDeviceStartupHistory withDeviceId(String deviceId)
Returns an immutable copy ofthiswith just thedeviceIdfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The Intune device id of the device. Supports: $select, $OrderBy. Read-only.”
- Parameters:
deviceId- new value ofdeviceIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedeviceIdfield changed
-
getFeatureUpdateBootTimeInMs
public Optional<Integer> getFeatureUpdateBootTimeInMs()
“The impact of device feature updates on boot time in milliseconds. Supports: $ select, $OrderBy. Read-only.”- Returns:
- property featureUpdateBootTimeInMs
-
withFeatureUpdateBootTimeInMs
public UserExperienceAnalyticsDeviceStartupHistory withFeatureUpdateBootTimeInMs(Integer featureUpdateBootTimeInMs)
Returns an immutable copy ofthiswith just thefeatureUpdateBootTimeInMsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The impact of device feature updates on boot time in milliseconds. Supports: $ select, $OrderBy. Read-only.”
- Parameters:
featureUpdateBootTimeInMs- new value offeatureUpdateBootTimeInMsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thefeatureUpdateBootTimeInMsfield changed
-
getGroupPolicyBootTimeInMs
public Optional<Integer> getGroupPolicyBootTimeInMs()
“The impact of device group policy client on boot time in milliseconds. Supports: $select, $OrderBy. Read-only.”- Returns:
- property groupPolicyBootTimeInMs
-
withGroupPolicyBootTimeInMs
public UserExperienceAnalyticsDeviceStartupHistory withGroupPolicyBootTimeInMs(Integer groupPolicyBootTimeInMs)
Returns an immutable copy ofthiswith just thegroupPolicyBootTimeInMsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The impact of device group policy client on boot time in milliseconds. Supports: $select, $OrderBy. Read-only.”
- Parameters:
groupPolicyBootTimeInMs- new value ofgroupPolicyBootTimeInMsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thegroupPolicyBootTimeInMsfield changed
-
getGroupPolicyLoginTimeInMs
public Optional<Integer> getGroupPolicyLoginTimeInMs()
“The impact of device group policy client on login time in milliseconds. Supports : $select, $OrderBy. Read-only.”- Returns:
- property groupPolicyLoginTimeInMs
-
withGroupPolicyLoginTimeInMs
public UserExperienceAnalyticsDeviceStartupHistory withGroupPolicyLoginTimeInMs(Integer groupPolicyLoginTimeInMs)
Returns an immutable copy ofthiswith just thegroupPolicyLoginTimeInMsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The impact of device group policy client on login time in milliseconds. Supports : $select, $OrderBy. Read-only.”
- Parameters:
groupPolicyLoginTimeInMs- new value ofgroupPolicyLoginTimeInMsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thegroupPolicyLoginTimeInMsfield changed
-
getIsFeatureUpdate
public Optional<Boolean> getIsFeatureUpdate()
“When TRUE, indicates the device boot record is associated with feature updates. When FALSE, indicates the device boot record is not associated with feature updates. Supports: $select, $OrderBy. Read-only.”- Returns:
- property isFeatureUpdate
-
withIsFeatureUpdate
public UserExperienceAnalyticsDeviceStartupHistory withIsFeatureUpdate(Boolean isFeatureUpdate)
Returns an immutable copy ofthiswith just theisFeatureUpdatefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, indicates the device boot record is associated with feature updates. When FALSE, indicates the device boot record is not associated with feature updates. Supports: $select, $OrderBy. Read-only.”
- Parameters:
isFeatureUpdate- new value ofisFeatureUpdatefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theisFeatureUpdatefield changed
-
getIsFirstLogin
public Optional<Boolean> getIsFirstLogin()
“When TRUE, indicates the device login is the first login after a reboot. When FALSE, indicates the device login is not the first login after a reboot. Supports: $select, $OrderBy. Read-only.”- Returns:
- property isFirstLogin
-
withIsFirstLogin
public UserExperienceAnalyticsDeviceStartupHistory withIsFirstLogin(Boolean isFirstLogin)
Returns an immutable copy ofthiswith just theisFirstLoginfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, indicates the device login is the first login after a reboot. When FALSE, indicates the device login is not the first login after a reboot. Supports: $select, $OrderBy. Read-only.”
- Parameters:
isFirstLogin- new value ofisFirstLoginfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theisFirstLoginfield changed
-
getOperatingSystemVersion
public Optional<String> getOperatingSystemVersion()
“The user experience analytics device boot record's operating system version. Supports: $select, $OrderBy. Read-only.”- Returns:
- property operatingSystemVersion
-
withOperatingSystemVersion
public UserExperienceAnalyticsDeviceStartupHistory withOperatingSystemVersion(String operatingSystemVersion)
Returns an immutable copy ofthiswith just theoperatingSystemVersionfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The user experience analytics device boot record's operating system version. Supports: $select, $OrderBy. Read-only.”
- Parameters:
operatingSystemVersion- new value ofoperatingSystemVersionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theoperatingSystemVersionfield changed
-
getResponsiveDesktopTimeInMs
public Optional<Integer> getResponsiveDesktopTimeInMs()
“The time for desktop to become responsive during login process in milliseconds. Supports: $select, $OrderBy. Read-only.”- Returns:
- property responsiveDesktopTimeInMs
-
withResponsiveDesktopTimeInMs
public UserExperienceAnalyticsDeviceStartupHistory withResponsiveDesktopTimeInMs(Integer responsiveDesktopTimeInMs)
Returns an immutable copy ofthiswith just theresponsiveDesktopTimeInMsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The time for desktop to become responsive during login process in milliseconds. Supports: $select, $OrderBy. Read-only.”
- Parameters:
responsiveDesktopTimeInMs- new value ofresponsiveDesktopTimeInMsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theresponsiveDesktopTimeInMsfield changed
-
getRestartCategory
public Optional<UserExperienceAnalyticsOperatingSystemRestartCategory> getRestartCategory()
“OS restart category. Possible values are: unknown, restartWithUpdate, restartWithoutUpdate, blueScreen, shutdownWithUpdate, shutdownWithoutUpdate, longPowerButtonPress, bootError, update. Unknown by default. Supports: $select, $OrderBy. Read-only.”- Returns:
- property restartCategory
-
withRestartCategory
public UserExperienceAnalyticsDeviceStartupHistory withRestartCategory(UserExperienceAnalyticsOperatingSystemRestartCategory restartCategory)
Returns an immutable copy ofthiswith just therestartCategoryfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“OS restart category. Possible values are: unknown, restartWithUpdate, restartWithoutUpdate, blueScreen, shutdownWithUpdate, shutdownWithoutUpdate, longPowerButtonPress, bootError, update. Unknown by default. Supports: $select, $OrderBy. Read-only.”
- Parameters:
restartCategory- new value ofrestartCategoryfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just therestartCategoryfield changed
-
getRestartFaultBucket
public Optional<String> getRestartFaultBucket()
“OS restart fault bucket. The fault bucket is used to find additional information about a system crash. Supports: $select, $OrderBy. Read-only.”- Returns:
- property restartFaultBucket
-
withRestartFaultBucket
public UserExperienceAnalyticsDeviceStartupHistory withRestartFaultBucket(String restartFaultBucket)
Returns an immutable copy ofthiswith just therestartFaultBucketfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“OS restart fault bucket. The fault bucket is used to find additional information about a system crash. Supports: $select, $OrderBy. Read-only.”
- Parameters:
restartFaultBucket- new value ofrestartFaultBucketfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just therestartFaultBucketfield changed
-
getRestartStopCode
public Optional<String> getRestartStopCode()
“OS restart stop code. This shows the bug check code which can be used to look up the blue screen reason. Supports: $select, $OrderBy. Read-only.”- Returns:
- property restartStopCode
-
withRestartStopCode
public UserExperienceAnalyticsDeviceStartupHistory withRestartStopCode(String restartStopCode)
Returns an immutable copy ofthiswith just therestartStopCodefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“OS restart stop code. This shows the bug check code which can be used to look up the blue screen reason. Supports: $select, $OrderBy. Read-only.”
- Parameters:
restartStopCode- new value ofrestartStopCodefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just therestartStopCodefield changed
-
getStartTime
public Optional<OffsetDateTime> getStartTime()
“The device boot start time. The value cannot be modified and is automatically populated when the device performs a reboot. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z '. Returned by default. Read-only.”- Returns:
- property startTime
-
withStartTime
public UserExperienceAnalyticsDeviceStartupHistory withStartTime(OffsetDateTime startTime)
Returns an immutable copy ofthiswith just thestartTimefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The device boot start time. The value cannot be modified and is automatically populated when the device performs a reboot. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z '. Returned by default. Read-only.”
- Parameters:
startTime- new value ofstartTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thestartTimefield changed
-
getTotalBootTimeInMs
public Optional<Integer> getTotalBootTimeInMs()
“The device total boot time in milliseconds. Supports: $select, $OrderBy. Read- only.”- Returns:
- property totalBootTimeInMs
-
withTotalBootTimeInMs
public UserExperienceAnalyticsDeviceStartupHistory withTotalBootTimeInMs(Integer totalBootTimeInMs)
Returns an immutable copy ofthiswith just thetotalBootTimeInMsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The device total boot time in milliseconds. Supports: $select, $OrderBy. Read- only.”
- Parameters:
totalBootTimeInMs- new value oftotalBootTimeInMsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thetotalBootTimeInMsfield changed
-
getTotalLoginTimeInMs
public Optional<Integer> getTotalLoginTimeInMs()
“The device total login time in milliseconds. Supports: $select, $OrderBy. Read- only.”- Returns:
- property totalLoginTimeInMs
-
withTotalLoginTimeInMs
public UserExperienceAnalyticsDeviceStartupHistory withTotalLoginTimeInMs(Integer totalLoginTimeInMs)
Returns an immutable copy ofthiswith just thetotalLoginTimeInMsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The device total login time in milliseconds. Supports: $select, $OrderBy. Read- only.”
- Parameters:
totalLoginTimeInMs- new value oftotalLoginTimeInMsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thetotalLoginTimeInMsfield changed
-
withUnmappedField
public UserExperienceAnalyticsDeviceStartupHistory withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public UserExperienceAnalyticsDeviceStartupHistory patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public UserExperienceAnalyticsDeviceStartupHistory put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-