public static final class OfficeSuiteApp.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
OfficeSuiteApp.Builder |
autoAcceptEula(Boolean autoAcceptEula)
“The value to accept the EULA automatically on the enduser's device.”
|
OfficeSuiteApp |
build() |
OfficeSuiteApp.Builder |
createdDateTime(OffsetDateTime createdDateTime) |
OfficeSuiteApp.Builder |
dependentAppCount(Integer dependentAppCount) |
OfficeSuiteApp.Builder |
description(String description) |
OfficeSuiteApp.Builder |
developer(String developer) |
OfficeSuiteApp.Builder |
displayName(String displayName) |
OfficeSuiteApp.Builder |
excludedApps(ExcludedApps excludedApps)
“The property to represent the apps which are excluded from the selected
Office365 Product Id.”
|
OfficeSuiteApp.Builder |
id(String id) |
OfficeSuiteApp.Builder |
informationUrl(String informationUrl) |
OfficeSuiteApp.Builder |
installProgressDisplayLevel(OfficeSuiteInstallProgressDisplayLevel installProgressDisplayLevel)
“To specify the level of display for the Installation Progress Setup UI on the
Device.”
|
OfficeSuiteApp.Builder |
isAssigned(Boolean isAssigned) |
OfficeSuiteApp.Builder |
isFeatured(Boolean isFeatured) |
OfficeSuiteApp.Builder |
largeIcon(MimeContent largeIcon) |
OfficeSuiteApp.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
OfficeSuiteApp.Builder |
localesToInstall(List<String> localesToInstall)
“The property to represent the locales which are installed when the apps from
Office365 is installed.
|
OfficeSuiteApp.Builder |
localesToInstall(String... localesToInstall)
“The property to represent the locales which are installed when the apps from
Office365 is installed.
|
OfficeSuiteApp.Builder |
localesToInstallNextLink(String localesToInstallNextLink)
“The property to represent the locales which are installed when the apps from
Office365 is installed.
|
OfficeSuiteApp.Builder |
notes(String notes) |
OfficeSuiteApp.Builder |
officeConfigurationXml(byte[] officeConfigurationXml)
“The property to represent the XML configuration file that can be specified for
Office ProPlus Apps.
|
OfficeSuiteApp.Builder |
officePlatformArchitecture(WindowsArchitecture officePlatformArchitecture)
“The property to represent the Office365 app suite version.”
|
OfficeSuiteApp.Builder |
owner(String owner) |
OfficeSuiteApp.Builder |
privacyInformationUrl(String privacyInformationUrl) |
OfficeSuiteApp.Builder |
productIds(List<OfficeProductId> productIds)
“The Product Ids that represent the Office365 Suite SKU.”
|
OfficeSuiteApp.Builder |
productIds(OfficeProductId... productIds)
“The Product Ids that represent the Office365 Suite SKU.”
|
OfficeSuiteApp.Builder |
productIdsNextLink(String productIdsNextLink)
“The Product Ids that represent the Office365 Suite SKU.”
|
OfficeSuiteApp.Builder |
publisher(String publisher) |
OfficeSuiteApp.Builder |
publishingState(MobileAppPublishingState publishingState) |
OfficeSuiteApp.Builder |
roleScopeTagIds(List<String> roleScopeTagIds) |
OfficeSuiteApp.Builder |
roleScopeTagIds(String... roleScopeTagIds) |
OfficeSuiteApp.Builder |
roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink) |
OfficeSuiteApp.Builder |
shouldUninstallOlderVersionsOfOffice(Boolean shouldUninstallOlderVersionsOfOffice)
“The property to determine whether to uninstall existing Office MSI if an
Office365 app suite is deployed to the device or not.”
|
OfficeSuiteApp.Builder |
targetVersion(String targetVersion)
“The property to represent the specific target version for the Office365 app
suite that should be remained deployed on the devices.”
|
OfficeSuiteApp.Builder |
updateChannel(OfficeUpdateChannel updateChannel)
“The property to represent the Office365 Update Channel.”
|
OfficeSuiteApp.Builder |
updateVersion(String updateVersion)
“The property to represent the update version in which the specific target
version is available for the Office365 app suite.”
|
OfficeSuiteApp.Builder |
uploadState(Integer uploadState) |
OfficeSuiteApp.Builder |
useSharedComputerActivation(Boolean useSharedComputerActivation)
“The property to represent that whether the shared computer activation is used
not for Office365 app suite.”
|
public OfficeSuiteApp.Builder id(String id)
public OfficeSuiteApp.Builder displayName(String displayName)
public OfficeSuiteApp.Builder description(String description)
public OfficeSuiteApp.Builder publisher(String publisher)
public OfficeSuiteApp.Builder largeIcon(MimeContent largeIcon)
public OfficeSuiteApp.Builder createdDateTime(OffsetDateTime createdDateTime)
public OfficeSuiteApp.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public OfficeSuiteApp.Builder isFeatured(Boolean isFeatured)
public OfficeSuiteApp.Builder privacyInformationUrl(String privacyInformationUrl)
public OfficeSuiteApp.Builder informationUrl(String informationUrl)
public OfficeSuiteApp.Builder owner(String owner)
public OfficeSuiteApp.Builder developer(String developer)
public OfficeSuiteApp.Builder notes(String notes)
public OfficeSuiteApp.Builder uploadState(Integer uploadState)
public OfficeSuiteApp.Builder publishingState(MobileAppPublishingState publishingState)
public OfficeSuiteApp.Builder isAssigned(Boolean isAssigned)
public OfficeSuiteApp.Builder roleScopeTagIds(List<String> roleScopeTagIds)
public OfficeSuiteApp.Builder roleScopeTagIds(String... roleScopeTagIds)
public OfficeSuiteApp.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
public OfficeSuiteApp.Builder dependentAppCount(Integer dependentAppCount)
public OfficeSuiteApp.Builder autoAcceptEula(Boolean autoAcceptEula)
autoAcceptEula - value of autoAcceptEula property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder productIds(List<OfficeProductId> productIds)
productIds - value of productIds property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder productIds(OfficeProductId... productIds)
productIds - value of productIds property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder productIdsNextLink(String productIdsNextLink)
productIdsNextLink - value of productIds@nextLink property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder excludedApps(ExcludedApps excludedApps)
excludedApps - value of excludedApps property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder useSharedComputerActivation(Boolean useSharedComputerActivation)
useSharedComputerActivation - value of useSharedComputerActivation property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder updateChannel(OfficeUpdateChannel updateChannel)
updateChannel - value of updateChannel property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder officePlatformArchitecture(WindowsArchitecture officePlatformArchitecture)
officePlatformArchitecture - value of officePlatformArchitecture property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder localesToInstall(List<String> localesToInstall)
localesToInstall - value of localesToInstall property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder localesToInstall(String... localesToInstall)
localesToInstall - value of localesToInstall property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder localesToInstallNextLink(String localesToInstallNextLink)
localesToInstallNextLink - value of localesToInstall@nextLink property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder installProgressDisplayLevel(OfficeSuiteInstallProgressDisplayLevel installProgressDisplayLevel)
installProgressDisplayLevel - value of installProgressDisplayLevel property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder shouldUninstallOlderVersionsOfOffice(Boolean shouldUninstallOlderVersionsOfOffice)
shouldUninstallOlderVersionsOfOffice - value of shouldUninstallOlderVersionsOfOffice property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder targetVersion(String targetVersion)
targetVersion - value of targetVersion property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder updateVersion(String updateVersion)
updateVersion - value of updateVersion property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp.Builder officeConfigurationXml(byte[] officeConfigurationXml)
officeConfigurationXml - value of officeConfigurationXml property (as defined in service metadata)this (for method chaining)public OfficeSuiteApp build()
Copyright © 2018–2020. All rights reserved.