| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Win32LobApp |
Win32LobApp.Builder.build() |
Win32LobApp |
Win32LobApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Win32LobApp |
Win32LobApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Win32LobApp |
Win32LobApp.withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
Returns an immutable copy of
this with just the applicableArchitectures field changed. |
Win32LobApp |
Win32LobApp.withInstallCommandLine(String installCommandLine)
Returns an immutable copy of
this with just the installCommandLine field changed. |
Win32LobApp |
Win32LobApp.withInstallExperience(Win32LobAppInstallExperience installExperience)
Returns an immutable copy of
this with just the installExperience
field changed. |
Win32LobApp |
Win32LobApp.withInstallLanguage(String installLanguage) |
Win32LobApp |
Win32LobApp.withMinimumCpuSpeedInMHz(Integer minimumCpuSpeedInMHz)
Returns an immutable copy of
this with just the minimumCpuSpeedInMHz field changed. |
Win32LobApp |
Win32LobApp.withMinimumFreeDiskSpaceInMB(Integer minimumFreeDiskSpaceInMB)
Returns an immutable copy of
this with just the minimumFreeDiskSpaceInMB field changed. |
Win32LobApp |
Win32LobApp.withMinimumMemoryInMB(Integer minimumMemoryInMB)
Returns an immutable copy of
this with just the minimumMemoryInMB
field changed. |
Win32LobApp |
Win32LobApp.withMinimumNumberOfProcessors(Integer minimumNumberOfProcessors)
Returns an immutable copy of
this with just the minimumNumberOfProcessors field changed. |
Win32LobApp |
Win32LobApp.withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
Win32LobApp |
Win32LobApp.withMinimumSupportedWindowsRelease(String minimumSupportedWindowsRelease)
Returns an immutable copy of
this with just the minimumSupportedWindowsRelease field changed. |
Win32LobApp |
Win32LobApp.withMsiInformation(Win32LobAppMsiInformation msiInformation)
Returns an immutable copy of
this with just the msiInformation
field changed. |
Win32LobApp |
Win32LobApp.withSetupFilePath(String setupFilePath)
Returns an immutable copy of
this with just the setupFilePath
field changed. |
Win32LobApp |
Win32LobApp.withUninstallCommandLine(String uninstallCommandLine)
Returns an immutable copy of
this with just the uninstallCommandLine field changed. |
Copyright © 2018–2020. All rights reserved.