| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AppVulnerabilityMobileApp |
AppVulnerabilityMobileApp.Builder.build() |
AppVulnerabilityMobileApp |
AppVulnerabilityMobileApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AppVulnerabilityMobileApp |
AppVulnerabilityMobileApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AppVulnerabilityMobileApp |
AppVulnerabilityMobileApp.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
AppVulnerabilityMobileApp |
AppVulnerabilityMobileApp.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
AppVulnerabilityMobileApp |
AppVulnerabilityMobileApp.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
AppVulnerabilityMobileApp |
AppVulnerabilityMobileApp.withMobileAppId(String mobileAppId)
Returns an immutable copy of
this with just the mobileAppId
field changed. |
AppVulnerabilityMobileApp |
AppVulnerabilityMobileApp.withMobileAppType(String mobileAppType)
Returns an immutable copy of
this with just the mobileAppType
field changed. |
AppVulnerabilityMobileApp |
AppVulnerabilityMobileApp.withVersion(String version)
Returns an immutable copy of
this with just the version field
changed. |
Copyright © 2018–2020. All rights reserved.