| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
SecurityBaselineSettingState |
SecurityBaselineSettingState.Builder.build() |
SecurityBaselineSettingState |
SecurityBaselineSettingState.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
SecurityBaselineSettingState |
SecurityBaselineSettingState.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
SecurityBaselineSettingState |
SecurityBaselineSettingState.withSettingCategoryId(String settingCategoryId)
Returns an immutable copy of
this with just the settingCategoryId
field changed. |
SecurityBaselineSettingState |
SecurityBaselineSettingState.withSettingName(String settingName)
Returns an immutable copy of
this with just the settingName
field changed. |
SecurityBaselineSettingState |
SecurityBaselineSettingState.withState(SecurityBaselineComplianceState state)
Returns an immutable copy of
this with just the state field
changed. |
Copyright © 2018–2020. All rights reserved.