| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AppVulnerabilityTask |
AppVulnerabilityTask.Builder.build() |
AppVulnerabilityTask |
AppVulnerabilityTask.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AppVulnerabilityTask |
AppVulnerabilityTask.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AppVulnerabilityTask |
AppVulnerabilityTask.withAppName(String appName)
Returns an immutable copy of
this with just the appName field
changed. |
AppVulnerabilityTask |
AppVulnerabilityTask.withAppPublisher(String appPublisher)
Returns an immutable copy of
this with just the appPublisher
field changed. |
AppVulnerabilityTask |
AppVulnerabilityTask.withAppVersion(String appVersion)
Returns an immutable copy of
this with just the appVersion field
changed. |
AppVulnerabilityTask |
AppVulnerabilityTask.withInsights(String insights)
Returns an immutable copy of
this with just the insights field
changed. |
AppVulnerabilityTask |
AppVulnerabilityTask.withManagedDeviceCount(Integer managedDeviceCount)
Returns an immutable copy of
this with just the managedDeviceCount field changed. |
AppVulnerabilityTask |
AppVulnerabilityTask.withMitigationType(AppVulnerabilityTaskMitigationType mitigationType)
Returns an immutable copy of
this with just the mitigationType
field changed. |
AppVulnerabilityTask |
AppVulnerabilityTask.withMobileAppCount(Integer mobileAppCount)
Returns an immutable copy of
this with just the mobileAppCount
field changed. |
AppVulnerabilityTask |
AppVulnerabilityTask.withRemediation(String remediation)
Returns an immutable copy of
this with just the remediation
field changed. |
Copyright © 2018–2020. All rights reserved.