MacOSDmgApp |
MacOSDmgApp.Builder.build() |
|
MacOSDmgApp |
MacOSDmgApp.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
MacOSDmgApp |
MacOSDmgApp.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
MacOSDmgApp |
MacOSDmgApp.withIgnoreVersionDetection(Boolean ignoreVersionDetection) |
Returns an immutable copy of this with just the
ignoreVersionDetection field changed.
|
MacOSDmgApp |
MacOSDmgApp.withIncludedApps(List<MacOSIncludedApp> includedApps) |
Returns an immutable copy of this with just the includedApps
field changed.
|
MacOSDmgApp |
MacOSDmgApp.withMinimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem) |
Returns an immutable copy of this with just the
minimumSupportedOperatingSystem field changed.
|
MacOSDmgApp |
MacOSDmgApp.withPrimaryBundleId(String primaryBundleId) |
Returns an immutable copy of this with just the primaryBundleId
field changed.
|
MacOSDmgApp |
MacOSDmgApp.withPrimaryBundleVersion(String primaryBundleVersion) |
Returns an immutable copy of this with just the
primaryBundleVersion field changed.
|
MacOSDmgApp |
MacOSDmgApp.withUnmappedField(String name,
String value) |
|