Class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“The user experience analytics application performance entity contains application performance by application version device id.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerappCrashCountprotected StringappDisplayNameprotected StringappNameprotected StringappPublisherprotected StringappVersionprotected StringdeviceDisplayNameprotected StringdeviceIdprotected OffsetDateTimeprocessedDateTime-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.BuilderbuilderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Integer>getAppCrashCount()“The number of crashes for the app.Optional<String>getAppDisplayName()“The friendly name of the application.”Optional<String>getAppName()“The name of the application.”Optional<String>getAppPublisher()“The publisher of the application.”Optional<String>getAppVersion()“The version of the application.”com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<String>getDeviceDisplayName()“The name of the device.Optional<String>getDeviceId()“The Intune device id of the device.Optional<OffsetDateTime>getProcessedDateTime()“The date and time when the statistics were last computed.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdwithAppCrashCount(Integer appCrashCount)Returns an immutable copy ofthiswith just theappCrashCountfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdwithAppDisplayName(String appDisplayName)Returns an immutable copy ofthiswith just theappDisplayNamefield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdwithAppName(String appName)Returns an immutable copy ofthiswith just theappNamefield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdwithAppPublisher(String appPublisher)Returns an immutable copy ofthiswith just theappPublisherfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdwithAppVersion(String appVersion)Returns an immutable copy ofthiswith just theappVersionfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdwithDeviceDisplayName(String deviceDisplayName)Returns an immutable copy ofthiswith just thedeviceDisplayNamefield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdwithDeviceId(String deviceId)Returns an immutable copy ofthiswith just thedeviceIdfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdwithProcessedDateTime(OffsetDateTime processedDateTime)Returns an immutable copy ofthiswith just theprocessedDateTimefield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdwithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
appCrashCount
protected Integer appCrashCount
-
appDisplayName
protected String appDisplayName
-
appName
protected String appName
-
appPublisher
protected String appPublisher
-
appVersion
protected String appVersion
-
deviceDisplayName
protected String deviceDisplayName
-
deviceId
protected String deviceId
-
processedDateTime
protected OffsetDateTime processedDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId
public static UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder builderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId()
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
-
getAppCrashCount
public Optional<Integer> getAppCrashCount()
“The number of crashes for the app. Valid values -2147483648 to 2147483647”- Returns:
- property appCrashCount
-
withAppCrashCount
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppCrashCount(Integer appCrashCount)
Returns an immutable copy ofthiswith just theappCrashCountfield 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 number of crashes for the app. Valid values -2147483648 to 2147483647”
- Parameters:
appCrashCount- new value ofappCrashCountfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theappCrashCountfield changed
-
getAppDisplayName
public Optional<String> getAppDisplayName()
“The friendly name of the application.”- Returns:
- property appDisplayName
-
withAppDisplayName
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppDisplayName(String appDisplayName)
Returns an immutable copy ofthiswith just theappDisplayNamefield 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 friendly name of the application.”
- Parameters:
appDisplayName- new value ofappDisplayNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theappDisplayNamefield changed
-
getAppName
public Optional<String> getAppName()
“The name of the application.”- Returns:
- property appName
-
withAppName
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppName(String appName)
Returns an immutable copy ofthiswith just theappNamefield 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 name of the application.”
- Parameters:
appName- new value ofappNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theappNamefield changed
-
getAppPublisher
public Optional<String> getAppPublisher()
“The publisher of the application.”- Returns:
- property appPublisher
-
withAppPublisher
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppPublisher(String appPublisher)
Returns an immutable copy ofthiswith just theappPublisherfield 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 publisher of the application.”
- Parameters:
appPublisher- new value ofappPublisherfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theappPublisherfield changed
-
getAppVersion
public Optional<String> getAppVersion()
“The version of the application.”- Returns:
- property appVersion
-
withAppVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppVersion(String appVersion)
Returns an immutable copy ofthiswith just theappVersionfield 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 version of the application.”
- Parameters:
appVersion- new value ofappVersionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theappVersionfield changed
-
getDeviceDisplayName
public Optional<String> getDeviceDisplayName()
“The name of the device. Supports: $select, $OrderBy. Read-only.”- Returns:
- property deviceDisplayName
-
withDeviceDisplayName
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withDeviceDisplayName(String deviceDisplayName)
Returns an immutable copy ofthiswith just thedeviceDisplayNamefield 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 name of the device. Supports: $select, $OrderBy. Read-only.”
- Parameters:
deviceDisplayName- new value ofdeviceDisplayNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedeviceDisplayNamefield changed
-
getDeviceId
public Optional<String> getDeviceId()
“The Intune device id of the device. Supports: $select, $OrderBy. Read-only.”- Returns:
- property deviceId
-
withDeviceId
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId 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
-
getProcessedDateTime
public Optional<OffsetDateTime> getProcessedDateTime()
“The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. 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 processedDateTime
-
withProcessedDateTime
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withProcessedDateTime(OffsetDateTime processedDateTime)
Returns an immutable copy ofthiswith just theprocessedDateTimefield 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 date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. 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:
processedDateTime- new value ofprocessedDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theprocessedDateTimefield changed
-
withUnmappedField
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-