public class ManagedDeviceMobileAppConfigurationSettingState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedDeviceMobileAppConfigurationSettingState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
currentValue |
protected Long |
errorCode |
protected String |
errorDescription |
protected String |
instanceDisplayName |
protected String |
odataType |
protected String |
setting |
protected String |
settingInstanceId |
protected String |
settingName |
protected List<SettingSource> |
sources |
protected String |
sourcesNextLink |
protected ComplianceStatus |
state |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
userEmail |
protected String |
userId |
protected String |
userName |
protected String |
userPrincipalName |
| Modifier | Constructor and Description |
|---|---|
protected |
ManagedDeviceMobileAppConfigurationSettingState() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedDeviceMobileAppConfigurationSettingState.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCurrentValue()
“Current value of setting on device”
|
Optional<Long> |
getErrorCode()
“Error code for the setting”
|
Optional<String> |
getErrorDescription()
“Error description”
|
Optional<String> |
getInstanceDisplayName()
“Name of setting instance that is being reported.”
|
Optional<String> |
getSetting()
“The setting that is being reported”
|
Optional<String> |
getSettingInstanceId()
“SettingInstanceId”
|
Optional<String> |
getSettingName()
“Localized/user friendly setting name that is being reported”
|
com.github.davidmoten.odata.client.CollectionPage<SettingSource> |
getSources()
“Contributing policies”
|
Optional<ComplianceStatus> |
getState()
“The compliance state of the setting”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserEmail()
“UserEmail”
|
Optional<String> |
getUserId()
“UserId”
|
Optional<String> |
getUserName()
“UserName”
|
Optional<String> |
getUserPrincipalName()
“UserPrincipalName.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ManagedDeviceMobileAppConfigurationSettingState |
withCurrentValue(String currentValue)
Returns an immutable copy of
this with just the currentValue
field changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withErrorCode(Long errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withErrorDescription(String errorDescription)
Returns an immutable copy of
this with just the errorDescription
field changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withInstanceDisplayName(String instanceDisplayName)
Returns an immutable copy of
this with just the instanceDisplayName field changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withSetting(String setting)
Returns an immutable copy of
this with just the setting field
changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withSettingInstanceId(String settingInstanceId)
Returns an immutable copy of
this with just the settingInstanceId
field changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withSettingName(String settingName)
Returns an immutable copy of
this with just the settingName
field changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withState(ComplianceStatus state)
Returns an immutable copy of
this with just the state field
changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withUserEmail(String userEmail)
Returns an immutable copy of
this with just the userEmail field
changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
ManagedDeviceMobileAppConfigurationSettingState |
withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String setting
protected String settingName
protected String instanceDisplayName
protected ComplianceStatus state
protected Long errorCode
protected String errorDescription
protected String userId
protected String userName
protected String userEmail
protected String userPrincipalName
protected List<SettingSource> sources
protected String sourcesNextLink
protected String currentValue
protected String settingInstanceId
protected ManagedDeviceMobileAppConfigurationSettingState()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getSetting()
public ManagedDeviceMobileAppConfigurationSettingState withSetting(String setting)
this with just the setting 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 setting that is being reported”
setting - new value of setting field (as defined in service metadata)this with just the setting field changedpublic Optional<String> getSettingName()
public ManagedDeviceMobileAppConfigurationSettingState withSettingName(String settingName)
this with just the settingName
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.
“Localized/user friendly setting name that is being reported”
settingName - new value of settingName field (as defined in service metadata)this with just the settingName field changedpublic Optional<String> getInstanceDisplayName()
public ManagedDeviceMobileAppConfigurationSettingState withInstanceDisplayName(String instanceDisplayName)
this with just the instanceDisplayName 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.
“Name of setting instance that is being reported.”
instanceDisplayName - new value of instanceDisplayName field (as defined in service metadata)this with just the instanceDisplayName field changedpublic Optional<ComplianceStatus> getState()
public ManagedDeviceMobileAppConfigurationSettingState withState(ComplianceStatus state)
this with just the state 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 compliance state of the setting”
state - new value of state field (as defined in service metadata)this with just the state field changedpublic Optional<Long> getErrorCode()
public ManagedDeviceMobileAppConfigurationSettingState withErrorCode(Long errorCode)
this with just the errorCode 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.
“Error code for the setting”
errorCode - new value of errorCode field (as defined in service metadata)this with just the errorCode field changedpublic Optional<String> getErrorDescription()
public ManagedDeviceMobileAppConfigurationSettingState withErrorDescription(String errorDescription)
this with just the errorDescription
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.
“Error description”
errorDescription - new value of errorDescription field (as defined in service metadata)this with just the errorDescription field changedpublic ManagedDeviceMobileAppConfigurationSettingState withUserId(String userId)
this with just the userId 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.
“UserId”
userId - new value of userId field (as defined in service metadata)this with just the userId field changedpublic ManagedDeviceMobileAppConfigurationSettingState withUserName(String userName)
this with just the userName 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.
“UserName”
userName - new value of userName field (as defined in service metadata)this with just the userName field changedpublic ManagedDeviceMobileAppConfigurationSettingState withUserEmail(String userEmail)
this with just the userEmail 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.
“UserEmail”
userEmail - new value of userEmail field (as defined in service metadata)this with just the userEmail field changedpublic Optional<String> getUserPrincipalName()
public ManagedDeviceMobileAppConfigurationSettingState withUserPrincipalName(String userPrincipalName)
this with just the userPrincipalName
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.
“UserPrincipalName.”
userPrincipalName - new value of userPrincipalName field (as defined in service metadata)this with just the userPrincipalName field changedpublic com.github.davidmoten.odata.client.CollectionPage<SettingSource> getSources()
public Optional<String> getCurrentValue()
public ManagedDeviceMobileAppConfigurationSettingState withCurrentValue(String currentValue)
this with just the currentValue
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.
“Current value of setting on device”
currentValue - new value of currentValue field (as defined in service metadata)this with just the currentValue field changedpublic Optional<String> getSettingInstanceId()
public ManagedDeviceMobileAppConfigurationSettingState withSettingInstanceId(String settingInstanceId)
this with just the settingInstanceId
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.
“SettingInstanceId”
settingInstanceId - new value of settingInstanceId field (as defined in service metadata)this with just the settingInstanceId 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 ManagedDeviceMobileAppConfigurationSettingState.Builder builder()
Copyright © 2018–2020. All rights reserved.