Package odata.msgraph.client.beta.entity
Class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“The user experience analytics application performance entity contains app performance by app version details.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerappCrashCountprotected StringappDisplayNameprotected StringappNameprotected StringappPublisherprotected StringappVersionprotected IntegerdeviceCountWithCrashesprotected BooleanisLatestUsedVersionprotected BooleanisMostUsedVersion-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.BuilderbuilderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails()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<Integer>getDeviceCountWithCrashes()“The total number of devices that have reported one or more application crashes for this application and version.Optional<Boolean>getIsLatestUsedVersion()“Is the version of application the latest version for that app that is in use.”Optional<Boolean>getIsMostUsedVersion()“Is the version of application the most used version for that app.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailspatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailswithAppCrashCount(Integer appCrashCount)Returns an immutable copy ofthiswith just theappCrashCountfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailswithAppDisplayName(String appDisplayName)Returns an immutable copy ofthiswith just theappDisplayNamefield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailswithAppName(String appName)Returns an immutable copy ofthiswith just theappNamefield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailswithAppPublisher(String appPublisher)Returns an immutable copy ofthiswith just theappPublisherfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailswithAppVersion(String appVersion)Returns an immutable copy ofthiswith just theappVersionfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailswithDeviceCountWithCrashes(Integer deviceCountWithCrashes)Returns an immutable copy ofthiswith just thedeviceCountWithCrashesfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailswithIsLatestUsedVersion(Boolean isLatestUsedVersion)Returns an immutable copy ofthiswith just theisLatestUsedVersionfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailswithIsMostUsedVersion(Boolean isMostUsedVersion)Returns an immutable copy ofthiswith just theisMostUsedVersionfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailswithUnmappedField(String name, String value)
-
-
-
Field Detail
-
appCrashCount
protected Integer appCrashCount
-
appDisplayName
protected String appDisplayName
-
appName
protected String appName
-
appPublisher
protected String appPublisher
-
appVersion
protected String appVersion
-
deviceCountWithCrashes
protected Integer deviceCountWithCrashes
-
isLatestUsedVersion
protected Boolean isLatestUsedVersion
-
isMostUsedVersion
protected Boolean isMostUsedVersion
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails
public static UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder builderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails()
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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails 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
-
getDeviceCountWithCrashes
public Optional<Integer> getDeviceCountWithCrashes()
“The total number of devices that have reported one or more application crashes for this application and version. Valid values -2147483648 to 2147483647”- Returns:
- property deviceCountWithCrashes
-
withDeviceCountWithCrashes
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails withDeviceCountWithCrashes(Integer deviceCountWithCrashes)
Returns an immutable copy ofthiswith just thedeviceCountWithCrashesfield 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 total number of devices that have reported one or more application crashes for this application and version. Valid values -2147483648 to 2147483647”
- Parameters:
deviceCountWithCrashes- new value ofdeviceCountWithCrashesfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedeviceCountWithCrashesfield changed
-
getIsLatestUsedVersion
public Optional<Boolean> getIsLatestUsedVersion()
“Is the version of application the latest version for that app that is in use.”- Returns:
- property isLatestUsedVersion
-
withIsLatestUsedVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails withIsLatestUsedVersion(Boolean isLatestUsedVersion)
Returns an immutable copy ofthiswith just theisLatestUsedVersionfield 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.“Is the version of application the latest version for that app that is in use.”
- Parameters:
isLatestUsedVersion- new value ofisLatestUsedVersionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theisLatestUsedVersionfield changed
-
getIsMostUsedVersion
public Optional<Boolean> getIsMostUsedVersion()
“Is the version of application the most used version for that app.”- Returns:
- property isMostUsedVersion
-
withIsMostUsedVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails withIsMostUsedVersion(Boolean isMostUsedVersion)
Returns an immutable copy ofthiswith just theisMostUsedVersionfield 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.“Is the version of application the most used version for that app.”
- Parameters:
isMostUsedVersion- new value ofisMostUsedVersionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theisMostUsedVersionfield changed
-
withUnmappedField
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails withUnmappedField(String name, String 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-