public class UserExperienceAnalyticsDeviceStartupProcess extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserExperienceAnalyticsDeviceStartupProcess.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
managedDeviceId |
protected String |
processName |
protected String |
productName |
protected String |
publisher |
protected Integer |
startupImpactInMs |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UserExperienceAnalyticsDeviceStartupProcess() |
| Modifier and Type | Method and Description |
|---|---|
static UserExperienceAnalyticsDeviceStartupProcess.Builder |
builderUserExperienceAnalyticsDeviceStartupProcess()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getManagedDeviceId()
“The user experience analytics device id.”
|
Optional<String> |
getProcessName()
“User experience analytics device startup process name.”
|
Optional<String> |
getProductName()
“The user experience analytics device startup process product name.”
|
Optional<String> |
getPublisher()
“The User experience analytics device startup process publisher.”
|
Optional<Integer> |
getStartupImpactInMs()
“User experience analytics device startup process impact in milliseconds.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
UserExperienceAnalyticsDeviceStartupProcess |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
UserExperienceAnalyticsDeviceStartupProcess |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
UserExperienceAnalyticsDeviceStartupProcess |
withManagedDeviceId(String managedDeviceId)
Returns an immutable copy of
this with just the managedDeviceId
field changed. |
UserExperienceAnalyticsDeviceStartupProcess |
withProcessName(String processName)
Returns an immutable copy of
this with just the processName
field changed. |
UserExperienceAnalyticsDeviceStartupProcess |
withProductName(String productName)
Returns an immutable copy of
this with just the productName
field changed. |
UserExperienceAnalyticsDeviceStartupProcess |
withPublisher(String publisher)
Returns an immutable copy of
this with just the publisher field
changed. |
UserExperienceAnalyticsDeviceStartupProcess |
withStartupImpactInMs(Integer startupImpactInMs)
Returns an immutable copy of
this with just the startupImpactInMs
field changed. |
protected String managedDeviceId
protected String processName
protected String productName
protected String publisher
protected Integer startupImpactInMs
protected UserExperienceAnalyticsDeviceStartupProcess()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static UserExperienceAnalyticsDeviceStartupProcess.Builder builderUserExperienceAnalyticsDeviceStartupProcess()
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> getManagedDeviceId()
public UserExperienceAnalyticsDeviceStartupProcess withManagedDeviceId(String managedDeviceId)
this with just the managedDeviceId
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 user experience analytics device id.”
managedDeviceId - new value of managedDeviceId field (as defined in service metadata)this with just the managedDeviceId field changedpublic Optional<String> getProcessName()
public UserExperienceAnalyticsDeviceStartupProcess withProcessName(String processName)
this with just the processName
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.
“User experience analytics device startup process name.”
processName - new value of processName field (as defined in service metadata)this with just the processName field changedpublic Optional<String> getProductName()
public UserExperienceAnalyticsDeviceStartupProcess withProductName(String productName)
this with just the productName
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 user experience analytics device startup process product name.”
productName - new value of productName field (as defined in service metadata)this with just the productName field changedpublic Optional<String> getPublisher()
public UserExperienceAnalyticsDeviceStartupProcess withPublisher(String publisher)
this with just the publisher 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 User experience analytics device startup process publisher.”
publisher - new value of publisher field (as defined in service metadata)this with just the publisher field changedpublic Optional<Integer> getStartupImpactInMs()
public UserExperienceAnalyticsDeviceStartupProcess withStartupImpactInMs(Integer startupImpactInMs)
this with just the startupImpactInMs
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.
“User experience analytics device startup process impact in milliseconds.”
startupImpactInMs - new value of startupImpactInMs field (as defined in service metadata)this with just the startupImpactInMs field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic UserExperienceAnalyticsDeviceStartupProcess patch()
this with changed fields reset.public UserExperienceAnalyticsDeviceStartupProcess put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.