Package odata.msgraph.client.beta.entity
Class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“The user experience analytics application performance entity contains app performance details by app version.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerappCrashCountprotected StringappDisplayNameprotected StringappNameprotected StringappPublisherprotected IntegerappUsageDurationprotected StringappVersionprotected IntegermeanTimeToFailureInMinutes-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.BuilderbuilderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion()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<Integer>getAppUsageDuration()“The total usage time of the application in minutes.Optional<String>getAppVersion()“The version of the application.”com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<Integer>getMeanTimeToFailureInMinutes()“The mean time to failure for the app in minutes.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionwithAppCrashCount(Integer appCrashCount)Returns an immutable copy ofthiswith just theappCrashCountfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionwithAppDisplayName(String appDisplayName)Returns an immutable copy ofthiswith just theappDisplayNamefield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionwithAppName(String appName)Returns an immutable copy ofthiswith just theappNamefield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionwithAppPublisher(String appPublisher)Returns an immutable copy ofthiswith just theappPublisherfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionwithAppUsageDuration(Integer appUsageDuration)Returns an immutable copy ofthiswith just theappUsageDurationfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionwithAppVersion(String appVersion)Returns an immutable copy ofthiswith just theappVersionfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionwithMeanTimeToFailureInMinutes(Integer meanTimeToFailureInMinutes)Returns an immutable copy ofthiswith just themeanTimeToFailureInMinutesfield changed.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
appCrashCount
protected Integer appCrashCount
-
appDisplayName
protected String appDisplayName
-
appName
protected String appName
-
appPublisher
protected String appPublisher
-
appUsageDuration
protected Integer appUsageDuration
-
appVersion
protected String appVersion
-
meanTimeToFailureInMinutes
protected Integer meanTimeToFailureInMinutes
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion
public static UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.Builder builderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion()
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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion 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
-
getAppUsageDuration
public Optional<Integer> getAppUsageDuration()
“The total usage time of the application in minutes. Valid values -2147483648 to 2147483647”- Returns:
- property appUsageDuration
-
withAppUsageDuration
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion withAppUsageDuration(Integer appUsageDuration)
Returns an immutable copy ofthiswith just theappUsageDurationfield 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 usage time of the application in minutes. Valid values -2147483648 to 2147483647”
- Parameters:
appUsageDuration- new value ofappUsageDurationfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theappUsageDurationfield changed
-
getAppVersion
public Optional<String> getAppVersion()
“The version of the application.”- Returns:
- property appVersion
-
withAppVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion 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
-
getMeanTimeToFailureInMinutes
public Optional<Integer> getMeanTimeToFailureInMinutes()
“The mean time to failure for the app in minutes. Valid values -2147483648 to 2147483647”- Returns:
- property meanTimeToFailureInMinutes
-
withMeanTimeToFailureInMinutes
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion withMeanTimeToFailureInMinutes(Integer meanTimeToFailureInMinutes)
Returns an immutable copy ofthiswith just themeanTimeToFailureInMinutesfield 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 mean time to failure for the app in minutes. Valid values -2147483648 to 2147483647”
- Parameters:
meanTimeToFailureInMinutes- new value ofmeanTimeToFailureInMinutesfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themeanTimeToFailureInMinutesfield changed
-
withUnmappedField
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion 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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-