WindowsMobileMSI |
WindowsMobileMSI.Builder.build() |
|
WindowsMobileMSI |
WindowsMobileMSI.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
WindowsMobileMSI |
WindowsMobileMSI.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
WindowsMobileMSI |
WindowsMobileMSI.withCommandLine(String commandLine) |
Returns an immutable copy of this with just the commandLine
field changed.
|
WindowsMobileMSI |
WindowsMobileMSI.withIdentityVersion(String identityVersion) |
Returns an immutable copy of this with just the identityVersion
field changed.
|
WindowsMobileMSI |
WindowsMobileMSI.withIgnoreVersionDetection(Boolean ignoreVersionDetection) |
Returns an immutable copy of this with just the
ignoreVersionDetection field changed.
|
WindowsMobileMSI |
WindowsMobileMSI.withProductCode(String productCode) |
Returns an immutable copy of this with just the productCode
field changed.
|
WindowsMobileMSI |
WindowsMobileMSI.withProductVersion(String productVersion) |
Returns an immutable copy of this with just the productVersion
field changed.
|
WindowsMobileMSI |
WindowsMobileMSI.withUnmappedField(String name,
String value) |
|
WindowsMobileMSI |
WindowsMobileMSI.withUseDeviceContext(Boolean useDeviceContext) |
Returns an immutable copy of this with just the useDeviceContext
field changed.
|