WindowsAppX |
WindowsAppX.Builder.build() |
|
WindowsAppX |
WindowsAppX.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
WindowsAppX |
WindowsAppX.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
WindowsAppX |
WindowsAppX.withApplicableArchitectures(WindowsArchitecture applicableArchitectures) |
Returns an immutable copy of this with just the
applicableArchitectures field changed.
|
WindowsAppX |
WindowsAppX.withIdentityName(String identityName) |
Returns an immutable copy of this with just the identityName
field changed.
|
WindowsAppX |
WindowsAppX.withIdentityPublisherHash(String identityPublisherHash) |
Returns an immutable copy of this with just the
identityPublisherHash field changed.
|
WindowsAppX |
WindowsAppX.withIdentityResourceIdentifier(String identityResourceIdentifier) |
Returns an immutable copy of this with just the
identityResourceIdentifier field changed.
|
WindowsAppX |
WindowsAppX.withIdentityVersion(String identityVersion) |
Returns an immutable copy of this with just the identityVersion
field changed.
|
WindowsAppX |
WindowsAppX.withIsBundle(Boolean isBundle) |
Returns an immutable copy of this with just the isBundle field
changed.
|
WindowsAppX |
WindowsAppX.withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem) |
Returns an immutable copy of this with just the
minimumSupportedOperatingSystem field changed.
|
WindowsAppX |
WindowsAppX.withUnmappedField(String name,
String value) |
|