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.withChildApps(List<MacOSLobChildApp> childApps) |
Returns an immutable copy of this with just the childApps 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.withInstallAsManaged(Boolean installAsManaged) |
Returns an immutable copy of this with just the installAsManaged
field changed.
|
MacOSLobApp |
MacOSLobApp.withMd5Hash(List<String> md5Hash) |
Returns an immutable copy of this with just the md5Hash 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.withUnmappedField(String name,
String value) |
|
MacOSLobApp |
MacOSLobApp.withVersionNumber(String versionNumber) |
Returns an immutable copy of this with just the versionNumber
field changed.
|