| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityBaselineCategoryStateSummary
“The security baseline per category compliance state summary for the security
baseline of the account.”
|
| Modifier and Type | Method and Description |
|---|---|
SecurityBaselineStateSummary |
SecurityBaselineStateSummary.Builder.build() |
SecurityBaselineStateSummary |
SecurityBaselineStateSummary.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
SecurityBaselineStateSummary |
SecurityBaselineStateSummary.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
SecurityBaselineStateSummary |
SecurityBaselineStateSummary.withConflictCount(Integer conflictCount)
Returns an immutable copy of
this with just the conflictCount
field changed. |
SecurityBaselineStateSummary |
SecurityBaselineStateSummary.withErrorCount(Integer errorCount)
Returns an immutable copy of
this with just the errorCount field
changed. |
SecurityBaselineStateSummary |
SecurityBaselineStateSummary.withNotApplicableCount(Integer notApplicableCount)
Returns an immutable copy of
this with just the notApplicableCount field changed. |
SecurityBaselineStateSummary |
SecurityBaselineStateSummary.withNotSecureCount(Integer notSecureCount)
Returns an immutable copy of
this with just the notSecureCount
field changed. |
SecurityBaselineStateSummary |
SecurityBaselineStateSummary.withSecureCount(Integer secureCount)
Returns an immutable copy of
this with just the secureCount
field changed. |
SecurityBaselineStateSummary |
SecurityBaselineStateSummary.withUnknownCount(Integer unknownCount)
Returns an immutable copy of
this with just the unknownCount
field changed. |
Copyright © 2018–2020. All rights reserved.