SharedPCConfiguration |
SharedPCConfiguration.Builder.build() |
|
SharedPCConfiguration |
SharedPCConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
SharedPCConfiguration |
SharedPCConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
SharedPCConfiguration |
SharedPCConfiguration.withAccountManagerPolicy(SharedPCAccountManagerPolicy accountManagerPolicy) |
Returns an immutable copy of this with just the
accountManagerPolicy field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withAllowedAccounts(SharedPCAllowedAccountType allowedAccounts) |
Returns an immutable copy of this with just the allowedAccounts
field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withAllowLocalStorage(Boolean allowLocalStorage) |
Returns an immutable copy of this with just the allowLocalStorage
field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withDisableAccountManager(Boolean disableAccountManager) |
Returns an immutable copy of this with just the
disableAccountManager field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withDisableEduPolicies(Boolean disableEduPolicies) |
Returns an immutable copy of this with just the
disableEduPolicies field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withDisablePowerPolicies(Boolean disablePowerPolicies) |
Returns an immutable copy of this with just the
disablePowerPolicies field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withDisableSignInOnResume(Boolean disableSignInOnResume) |
Returns an immutable copy of this with just the
disableSignInOnResume field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withEnabled(Boolean enabled) |
Returns an immutable copy of this with just the enabled field
changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withIdleTimeBeforeSleepInSeconds(Integer idleTimeBeforeSleepInSeconds) |
Returns an immutable copy of this with just the
idleTimeBeforeSleepInSeconds field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withKioskAppDisplayName(String kioskAppDisplayName) |
Returns an immutable copy of this with just the
kioskAppDisplayName field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withKioskAppUserModelId(String kioskAppUserModelId) |
Returns an immutable copy of this with just the
kioskAppUserModelId field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withMaintenanceStartTime(LocalTime maintenanceStartTime) |
Returns an immutable copy of this with just the
maintenanceStartTime field changed.
|
SharedPCConfiguration |
SharedPCConfiguration.withUnmappedField(String name,
Object value) |
|