public class UserExperienceAnalyticsBaseline extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserExperienceAnalyticsBaseline.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdDateTime |
protected String |
displayName |
protected Boolean |
isBuiltIn |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UserExperienceAnalyticsBaseline() |
| Modifier and Type | Method and Description |
|---|---|
static UserExperienceAnalyticsBaseline.Builder |
builderUserExperienceAnalyticsBaseline()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
UserExperienceAnalyticsCategoryRequest |
getBestPracticesMetrics()
“The user experience analytics best practices metrics.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getCreatedDateTime()
“The date the custom baseline was created.”
|
UserExperienceAnalyticsCategoryRequest |
getDeviceBootPerformanceMetrics()
“The user experience analytics device boot performance metrics.”
|
Optional<String> |
getDisplayName()
“The name of the user experience analytics baseline.”
|
Optional<Boolean> |
getIsBuiltIn()
“Signifies if the current baseline is the commercial median baseline or a custom
baseline.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
UserExperienceAnalyticsBaseline |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
UserExperienceAnalyticsBaseline |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
UserExperienceAnalyticsBaseline |
withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
UserExperienceAnalyticsBaseline |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
UserExperienceAnalyticsBaseline |
withIsBuiltIn(Boolean isBuiltIn)
Returns an immutable copy of
this with just the isBuiltIn field
changed. |
protected String displayName
protected Boolean isBuiltIn
protected OffsetDateTime createdDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static UserExperienceAnalyticsBaseline.Builder builderUserExperienceAnalyticsBaseline()
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> getDisplayName()
public UserExperienceAnalyticsBaseline withDisplayName(String displayName)
this with just the displayName
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.
“The name of the user experience analytics baseline.”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<Boolean> getIsBuiltIn()
public UserExperienceAnalyticsBaseline withIsBuiltIn(Boolean isBuiltIn)
this with just the isBuiltIn 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.
“Signifies if the current baseline is the commercial median baseline or a custom baseline.”
isBuiltIn - new value of isBuiltIn field (as defined in service metadata)this with just the isBuiltIn field changedpublic Optional<OffsetDateTime> getCreatedDateTime()
public UserExperienceAnalyticsBaseline withCreatedDateTime(OffsetDateTime createdDateTime)
this with just the createdDateTime
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.
“The date the custom baseline was created.”
createdDateTime - new value of createdDateTime field (as defined in service metadata)this with just the createdDateTime field changedpublic UserExperienceAnalyticsCategoryRequest getDeviceBootPerformanceMetrics()
public UserExperienceAnalyticsCategoryRequest getBestPracticesMetrics()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic UserExperienceAnalyticsBaseline patch()
this with changed fields reset.public UserExperienceAnalyticsBaseline put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.