WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.Builder.build() |
|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withAppUserModelIds(List<String> appUserModelIds) |
Returns an immutable copy of this with just the appUserModelIds
field changed.
|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withDesktopAppPaths(List<String> desktopAppPaths) |
Returns an immutable copy of this with just the desktopAppPaths
field changed.
|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withProfileName(String profileName) |
Returns an immutable copy of this with just the profileName
field changed.
|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withShowTaskBar(Boolean showTaskBar) |
Returns an immutable copy of this with just the showTaskBar
field changed.
|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withStartMenuLayoutXml(byte[] startMenuLayoutXml) |
Returns an immutable copy of this with just the
startMenuLayoutXml field changed.
|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withUnmappedField(String name,
String value) |
|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withUserAccounts(List<String> userAccounts) |
Returns an immutable copy of this with just the userAccounts
field changed.
|