public static final class Win32LobApp.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
Win32LobApp.Builder |
applicableArchitectures(WindowsArchitecture applicableArchitectures)
“The Windows architecture(s) for which this app can run on.”
|
Win32LobApp |
build() |
Win32LobApp.Builder |
committedContentVersion(String committedContentVersion) |
Win32LobApp.Builder |
createdDateTime(OffsetDateTime createdDateTime) |
Win32LobApp.Builder |
dependentAppCount(Integer dependentAppCount) |
Win32LobApp.Builder |
description(String description) |
Win32LobApp.Builder |
detectionRules(List<Win32LobAppDetection> detectionRules)
“The detection rules to detect Win32 Line of Business (LoB) app.”
|
Win32LobApp.Builder |
detectionRules(Win32LobAppDetection... detectionRules)
“The detection rules to detect Win32 Line of Business (LoB) app.”
|
Win32LobApp.Builder |
detectionRulesNextLink(String detectionRulesNextLink)
“The detection rules to detect Win32 Line of Business (LoB) app.”
|
Win32LobApp.Builder |
developer(String developer) |
Win32LobApp.Builder |
displayName(String displayName) |
Win32LobApp.Builder |
fileName(String fileName) |
Win32LobApp.Builder |
id(String id) |
Win32LobApp.Builder |
informationUrl(String informationUrl) |
Win32LobApp.Builder |
installCommandLine(String installCommandLine)
“The command line to install this app”
|
Win32LobApp.Builder |
installExperience(Win32LobAppInstallExperience installExperience)
“The install experience for this app.”
|
Win32LobApp.Builder |
installLanguage(String installLanguage) |
Win32LobApp.Builder |
isAssigned(Boolean isAssigned) |
Win32LobApp.Builder |
isFeatured(Boolean isFeatured) |
Win32LobApp.Builder |
largeIcon(MimeContent largeIcon) |
Win32LobApp.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Win32LobApp.Builder |
minimumCpuSpeedInMHz(Integer minimumCpuSpeedInMHz)
“The value for the minimum CPU speed which is required to install this app.”
|
Win32LobApp.Builder |
minimumFreeDiskSpaceInMB(Integer minimumFreeDiskSpaceInMB)
“The value for the minimum free disk space which is required to install this app.”
|
Win32LobApp.Builder |
minimumMemoryInMB(Integer minimumMemoryInMB)
“The value for the minimum physical memory which is required to install this app.”
|
Win32LobApp.Builder |
minimumNumberOfProcessors(Integer minimumNumberOfProcessors)
“The value for the minimum number of processors which is required to install this
app.”
|
Win32LobApp.Builder |
minimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
“The value for the minimum applicable operating system.”
|
Win32LobApp.Builder |
minimumSupportedWindowsRelease(String minimumSupportedWindowsRelease)
“The value for the minimum supported windows release.”
|
Win32LobApp.Builder |
msiInformation(Win32LobAppMsiInformation msiInformation)
“The MSI details if this Win32 app is an MSI app.”
|
Win32LobApp.Builder |
notes(String notes) |
Win32LobApp.Builder |
owner(String owner) |
Win32LobApp.Builder |
privacyInformationUrl(String privacyInformationUrl) |
Win32LobApp.Builder |
publisher(String publisher) |
Win32LobApp.Builder |
publishingState(MobileAppPublishingState publishingState) |
Win32LobApp.Builder |
requirementRules(List<Win32LobAppRequirement> requirementRules)
“The requirement rules to detect Win32 Line of Business (LoB) app.”
|
Win32LobApp.Builder |
requirementRules(Win32LobAppRequirement... requirementRules)
“The requirement rules to detect Win32 Line of Business (LoB) app.”
|
Win32LobApp.Builder |
requirementRulesNextLink(String requirementRulesNextLink)
“The requirement rules to detect Win32 Line of Business (LoB) app.”
|
Win32LobApp.Builder |
returnCodes(List<Win32LobAppReturnCode> returnCodes)
“The return codes for post installation behavior.”
|
Win32LobApp.Builder |
returnCodes(Win32LobAppReturnCode... returnCodes)
“The return codes for post installation behavior.”
|
Win32LobApp.Builder |
returnCodesNextLink(String returnCodesNextLink)
“The return codes for post installation behavior.”
|
Win32LobApp.Builder |
roleScopeTagIds(List<String> roleScopeTagIds) |
Win32LobApp.Builder |
roleScopeTagIds(String... roleScopeTagIds) |
Win32LobApp.Builder |
roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink) |
Win32LobApp.Builder |
rules(List<Win32LobAppRule> rules)
“The detection and requirement rules for this app.”
|
Win32LobApp.Builder |
rules(Win32LobAppRule... rules)
“The detection and requirement rules for this app.”
|
Win32LobApp.Builder |
rulesNextLink(String rulesNextLink)
“The detection and requirement rules for this app.”
|
Win32LobApp.Builder |
setupFilePath(String setupFilePath)
“The relative path of the setup file in the encrypted Win32LobApp package.”
|
Win32LobApp.Builder |
size(Long size) |
Win32LobApp.Builder |
uninstallCommandLine(String uninstallCommandLine)
“The command line to uninstall this app”
|
Win32LobApp.Builder |
uploadState(Integer uploadState) |
public Win32LobApp.Builder id(String id)
public Win32LobApp.Builder displayName(String displayName)
public Win32LobApp.Builder description(String description)
public Win32LobApp.Builder publisher(String publisher)
public Win32LobApp.Builder largeIcon(MimeContent largeIcon)
public Win32LobApp.Builder createdDateTime(OffsetDateTime createdDateTime)
public Win32LobApp.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public Win32LobApp.Builder isFeatured(Boolean isFeatured)
public Win32LobApp.Builder privacyInformationUrl(String privacyInformationUrl)
public Win32LobApp.Builder informationUrl(String informationUrl)
public Win32LobApp.Builder owner(String owner)
public Win32LobApp.Builder developer(String developer)
public Win32LobApp.Builder notes(String notes)
public Win32LobApp.Builder uploadState(Integer uploadState)
public Win32LobApp.Builder publishingState(MobileAppPublishingState publishingState)
public Win32LobApp.Builder isAssigned(Boolean isAssigned)
public Win32LobApp.Builder roleScopeTagIds(List<String> roleScopeTagIds)
public Win32LobApp.Builder roleScopeTagIds(String... roleScopeTagIds)
public Win32LobApp.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
public Win32LobApp.Builder dependentAppCount(Integer dependentAppCount)
public Win32LobApp.Builder committedContentVersion(String committedContentVersion)
public Win32LobApp.Builder fileName(String fileName)
public Win32LobApp.Builder size(Long size)
public Win32LobApp.Builder installCommandLine(String installCommandLine)
installCommandLine - value of installCommandLine property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder uninstallCommandLine(String uninstallCommandLine)
uninstallCommandLine - value of uninstallCommandLine property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder applicableArchitectures(WindowsArchitecture applicableArchitectures)
applicableArchitectures - value of applicableArchitectures property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder minimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
minimumSupportedOperatingSystem - value of minimumSupportedOperatingSystem property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder minimumFreeDiskSpaceInMB(Integer minimumFreeDiskSpaceInMB)
minimumFreeDiskSpaceInMB - value of minimumFreeDiskSpaceInMB property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder minimumMemoryInMB(Integer minimumMemoryInMB)
minimumMemoryInMB - value of minimumMemoryInMB property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder minimumNumberOfProcessors(Integer minimumNumberOfProcessors)
minimumNumberOfProcessors - value of minimumNumberOfProcessors property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder minimumCpuSpeedInMHz(Integer minimumCpuSpeedInMHz)
minimumCpuSpeedInMHz - value of minimumCpuSpeedInMHz property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder detectionRules(List<Win32LobAppDetection> detectionRules)
detectionRules - value of detectionRules property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder detectionRules(Win32LobAppDetection... detectionRules)
detectionRules - value of detectionRules property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder detectionRulesNextLink(String detectionRulesNextLink)
detectionRulesNextLink - value of detectionRules@nextLink property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder requirementRules(List<Win32LobAppRequirement> requirementRules)
requirementRules - value of requirementRules property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder requirementRules(Win32LobAppRequirement... requirementRules)
requirementRules - value of requirementRules property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder requirementRulesNextLink(String requirementRulesNextLink)
requirementRulesNextLink - value of requirementRules@nextLink property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder rules(List<Win32LobAppRule> rules)
rules - value of rules property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder rules(Win32LobAppRule... rules)
rules - value of rules property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder rulesNextLink(String rulesNextLink)
rulesNextLink - value of rules@nextLink property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder installExperience(Win32LobAppInstallExperience installExperience)
installExperience - value of installExperience property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder returnCodes(List<Win32LobAppReturnCode> returnCodes)
returnCodes - value of returnCodes property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder returnCodes(Win32LobAppReturnCode... returnCodes)
returnCodes - value of returnCodes property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder returnCodesNextLink(String returnCodesNextLink)
returnCodesNextLink - value of returnCodes@nextLink property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder msiInformation(Win32LobAppMsiInformation msiInformation)
msiInformation - value of msiInformation property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder setupFilePath(String setupFilePath)
setupFilePath - value of setupFilePath property (as defined in service metadata)this (for method chaining)public Win32LobApp.Builder installLanguage(String installLanguage)
public Win32LobApp.Builder minimumSupportedWindowsRelease(String minimumSupportedWindowsRelease)
minimumSupportedWindowsRelease - value of minimumSupportedWindowsRelease property (as defined in service metadata)this (for method chaining)public Win32LobApp build()
Copyright © 2018–2020. All rights reserved.