| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
MacOSLobApp |
MacOSLobApp.Builder.build() |
MacOSLobApp |
MacOSLobApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MacOSLobApp |
MacOSLobApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
MacOSLobApp |
MacOSLobApp.withBuildNumber(String buildNumber)
Returns an immutable copy of
this with just the buildNumber
field changed. |
MacOSLobApp |
MacOSLobApp.withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
MacOSLobApp |
MacOSLobApp.withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
MacOSLobApp |
MacOSLobApp.withIgnoreVersionDetection(Boolean ignoreVersionDetection)
Returns an immutable copy of
this with just the ignoreVersionDetection field changed. |
MacOSLobApp |
MacOSLobApp.withMd5HashChunkSize(Integer md5HashChunkSize)
Returns an immutable copy of
this with just the md5HashChunkSize
field changed. |
MacOSLobApp |
MacOSLobApp.withMinimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
MacOSLobApp |
MacOSLobApp.withVersionNumber(String versionNumber)
Returns an immutable copy of
this with just the versionNumber
field changed. |
Copyright © 2018–2020. All rights reserved.