| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.Builder.build() |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withCurrentValue(String currentValue)
Returns an immutable copy of
this with just the currentValue
field changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withErrorCode(Long errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withErrorDescription(String errorDescription)
Returns an immutable copy of
this with just the errorDescription
field changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withInstanceDisplayName(String instanceDisplayName)
Returns an immutable copy of
this with just the instanceDisplayName field changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withSetting(String setting)
Returns an immutable copy of
this with just the setting field
changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withSettingInstanceId(String settingInstanceId)
Returns an immutable copy of
this with just the settingInstanceId
field changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withSettingName(String settingName)
Returns an immutable copy of
this with just the settingName
field changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withState(ComplianceStatus state)
Returns an immutable copy of
this with just the state field
changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withUserEmail(String userEmail)
Returns an immutable copy of
this with just the userEmail field
changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
DeviceConfigurationSettingState |
DeviceConfigurationSettingState.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceConfigurationSettingState> |
DeviceConfigurationState.settingStates |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceConfigurationSettingState> |
DeviceConfigurationState.getSettingStates() |
com.github.davidmoten.odata.client.CollectionPage<DeviceConfigurationSettingState> |
DeviceConfigurationState.getSettingStates(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
DeviceConfigurationState.Builder |
DeviceConfigurationState.Builder.settingStates(DeviceConfigurationSettingState... settingStates) |
| Modifier and Type | Method and Description |
|---|---|
DeviceConfigurationState.Builder |
DeviceConfigurationState.Builder.settingStates(List<DeviceConfigurationSettingState> settingStates) |
Copyright © 2018–2020. All rights reserved.