| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityBaselineComplianceState |
SecurityBaselineDeviceState.state |
protected SecurityBaselineComplianceState |
SecurityBaselineSettingState.state |
| Modifier and Type | Method and Description |
|---|---|
Optional<SecurityBaselineComplianceState> |
SecurityBaselineDeviceState.getState()
“Security baseline compliance state”
|
Optional<SecurityBaselineComplianceState> |
SecurityBaselineSettingState.getState()
“The compliance state of the security baseline setting”
|
| Modifier and Type | Method and Description |
|---|---|
SecurityBaselineDeviceState.Builder |
SecurityBaselineDeviceState.Builder.state(SecurityBaselineComplianceState state)
“Security baseline compliance state”
|
SecurityBaselineSettingState.Builder |
SecurityBaselineSettingState.Builder.state(SecurityBaselineComplianceState state)
“The compliance state of the security baseline setting”
|
SecurityBaselineDeviceState |
SecurityBaselineDeviceState.withState(SecurityBaselineComplianceState state)
Returns an immutable copy of
this with just the state field
changed. |
SecurityBaselineSettingState |
SecurityBaselineSettingState.withState(SecurityBaselineComplianceState state)
Returns an immutable copy of
this with just the state field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static SecurityBaselineComplianceState |
SecurityBaselineComplianceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityBaselineComplianceState[] |
SecurityBaselineComplianceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.