OfficeSuiteApp |
OfficeSuiteApp.Builder.build() |
|
OfficeSuiteApp |
OfficeSuiteApp.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
OfficeSuiteApp |
OfficeSuiteApp.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
OfficeSuiteApp |
OfficeSuiteApp.withAutoAcceptEula(Boolean autoAcceptEula) |
Returns an immutable copy of this with just the autoAcceptEula
field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withExcludedApps(ExcludedApps excludedApps) |
Returns an immutable copy of this with just the excludedApps
field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withInstallProgressDisplayLevel(OfficeSuiteInstallProgressDisplayLevel installProgressDisplayLevel) |
Returns an immutable copy of this with just the
installProgressDisplayLevel field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withLocalesToInstall(List<String> localesToInstall) |
Returns an immutable copy of this with just the localesToInstall
field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withOfficeConfigurationXml(byte[] officeConfigurationXml) |
Returns an immutable copy of this with just the
officeConfigurationXml field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withOfficePlatformArchitecture(WindowsArchitecture officePlatformArchitecture) |
Returns an immutable copy of this with just the
officePlatformArchitecture field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withProductIds(List<OfficeProductId> productIds) |
Returns an immutable copy of this with just the productIds field
changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withShouldUninstallOlderVersionsOfOffice(Boolean shouldUninstallOlderVersionsOfOffice) |
Returns an immutable copy of this with just the
shouldUninstallOlderVersionsOfOffice field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withTargetVersion(String targetVersion) |
Returns an immutable copy of this with just the targetVersion
field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withUnmappedField(String name,
String value) |
|
OfficeSuiteApp |
OfficeSuiteApp.withUpdateChannel(OfficeUpdateChannel updateChannel) |
Returns an immutable copy of this with just the updateChannel
field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withUpdateVersion(String updateVersion) |
Returns an immutable copy of this with just the updateVersion
field changed.
|
OfficeSuiteApp |
OfficeSuiteApp.withUseSharedComputerActivation(Boolean useSharedComputerActivation) |
Returns an immutable copy of this with just the
useSharedComputerActivation field changed.
|