| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
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.withFastFirstSignIn(Enablement fastFirstSignIn)
Returns an immutable copy of
this with just the fastFirstSignIn
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.withLocalStorage(Enablement localStorage)
Returns an immutable copy of
this with just the localStorage
field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withMaintenanceStartTime(LocalTime maintenanceStartTime)
Returns an immutable copy of
this with just the maintenanceStartTime field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withSetAccountManager(Enablement setAccountManager)
Returns an immutable copy of
this with just the setAccountManager
field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withSetEduPolicies(Enablement setEduPolicies)
Returns an immutable copy of
this with just the setEduPolicies
field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withSetPowerPolicies(Enablement setPowerPolicies)
Returns an immutable copy of
this with just the setPowerPolicies
field changed. |
SharedPCConfiguration |
SharedPCConfiguration.withSignInOnResume(Enablement signInOnResume)
Returns an immutable copy of
this with just the signInOnResume
field changed. |
Copyright © 2018–2020. All rights reserved.