public class UserExperienceAnalyticsInsight extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserExperienceAnalyticsInsight.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
insightId |
protected String |
odataType |
protected UserExperienceAnalyticsInsightSeverity |
severity |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
userExperienceAnalyticsMetricId |
protected List<UserExperienceAnalyticsInsightValue> |
values |
protected String |
valuesNextLink |
| Modifier | Constructor and Description |
|---|---|
protected |
UserExperienceAnalyticsInsight() |
| Modifier and Type | Method and Description |
|---|---|
static UserExperienceAnalyticsInsight.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getInsightId()
“The unique identifier of the user experience analytics insight.”
|
Optional<UserExperienceAnalyticsInsightSeverity> |
getSeverity()
“The value of the user experience analytics insight.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserExperienceAnalyticsMetricId()
“The unique identifier of the user experience analytics insight.”
|
com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsightValue> |
getValues()
“The value of the user experience analytics insight.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
UserExperienceAnalyticsInsight |
withInsightId(String insightId)
Returns an immutable copy of
this with just the insightId field
changed. |
UserExperienceAnalyticsInsight |
withSeverity(UserExperienceAnalyticsInsightSeverity severity)
Returns an immutable copy of
this with just the severity field
changed. |
UserExperienceAnalyticsInsight |
withUserExperienceAnalyticsMetricId(String userExperienceAnalyticsMetricId)
Returns an immutable copy of
this with just the userExperienceAnalyticsMetricId field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String userExperienceAnalyticsMetricId
protected String insightId
protected List<UserExperienceAnalyticsInsightValue> values
protected String valuesNextLink
protected UserExperienceAnalyticsInsightSeverity severity
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getUserExperienceAnalyticsMetricId()
public UserExperienceAnalyticsInsight withUserExperienceAnalyticsMetricId(String userExperienceAnalyticsMetricId)
this with just the userExperienceAnalyticsMetricId 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 unique identifier of the user experience analytics insight.”
userExperienceAnalyticsMetricId - new value of userExperienceAnalyticsMetricId field (as defined in service metadata)this with just the userExperienceAnalyticsMetricId field changedpublic Optional<String> getInsightId()
public UserExperienceAnalyticsInsight withInsightId(String insightId)
this with just the insightId 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 unique identifier of the user experience analytics insight.”
insightId - new value of insightId field (as defined in service metadata)this with just the insightId field changedpublic com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsightValue> getValues()
public Optional<UserExperienceAnalyticsInsightSeverity> getSeverity()
public UserExperienceAnalyticsInsight withSeverity(UserExperienceAnalyticsInsightSeverity severity)
this with just the severity 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 value of the user experience analytics insight.”
severity - new value of severity field (as defined in service metadata)this with just the severity field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static UserExperienceAnalyticsInsight.Builder builder()
Copyright © 2018–2020. All rights reserved.