| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
SharedPCAccountManagerPolicy |
SharedPCAccountManagerPolicy.Builder.build() |
SharedPCAccountManagerPolicy |
SharedPCAccountManagerPolicy.withAccountDeletionPolicy(SharedPCAccountDeletionPolicyType accountDeletionPolicy)
Returns an immutable copy of
this with just the accountDeletionPolicy field changed. |
SharedPCAccountManagerPolicy |
SharedPCAccountManagerPolicy.withCacheAccountsAboveDiskFreePercentage(Integer cacheAccountsAboveDiskFreePercentage)
Returns an immutable copy of
this with just the cacheAccountsAboveDiskFreePercentage field changed. |
SharedPCAccountManagerPolicy |
SharedPCAccountManagerPolicy.withInactiveThresholdDays(Integer inactiveThresholdDays)
Returns an immutable copy of
this with just the inactiveThresholdDays field changed. |
SharedPCAccountManagerPolicy |
SharedPCAccountManagerPolicy.withRemoveAccountsBelowDiskFreePercentage(Integer removeAccountsBelowDiskFreePercentage)
Returns an immutable copy of
this with just the removeAccountsBelowDiskFreePercentage field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected SharedPCAccountManagerPolicy |
SharedPCConfiguration.accountManagerPolicy |
| Modifier and Type | Method and Description |
|---|---|
Optional<SharedPCAccountManagerPolicy> |
SharedPCConfiguration.getAccountManagerPolicy()
“Specifies how accounts are managed on a shared PC.
|
| Modifier and Type | Method and Description |
|---|---|
SharedPCConfiguration.Builder |
SharedPCConfiguration.Builder.accountManagerPolicy(SharedPCAccountManagerPolicy accountManagerPolicy)
“Specifies how accounts are managed on a shared PC.
|
SharedPCConfiguration |
SharedPCConfiguration.withAccountManagerPolicy(SharedPCAccountManagerPolicy accountManagerPolicy)
Returns an immutable copy of
this with just the accountManagerPolicy field changed. |
Copyright © 2018–2020. All rights reserved.