Uses of Class
odata.msgraph.client.complex.SharedPCAccountManagerPolicy
-
Packages that use SharedPCAccountManagerPolicy Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SharedPCAccountManagerPolicy in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SharedPCAccountManagerPolicy Modifier and Type Method Description SharedPCAccountManagerPolicySharedPCAccountManagerPolicy.Builder. build()SharedPCAccountManagerPolicySharedPCAccountManagerPolicy. withAccountDeletionPolicy(SharedPCAccountDeletionPolicyType accountDeletionPolicy)Returns an immutable copy ofthiswith just theaccountDeletionPolicyfield changed.SharedPCAccountManagerPolicySharedPCAccountManagerPolicy. withCacheAccountsAboveDiskFreePercentage(Integer cacheAccountsAboveDiskFreePercentage)Returns an immutable copy ofthiswith just thecacheAccountsAboveDiskFreePercentagefield changed.SharedPCAccountManagerPolicySharedPCAccountManagerPolicy. withInactiveThresholdDays(Integer inactiveThresholdDays)Returns an immutable copy ofthiswith just theinactiveThresholdDaysfield changed.SharedPCAccountManagerPolicySharedPCAccountManagerPolicy. withRemoveAccountsBelowDiskFreePercentage(Integer removeAccountsBelowDiskFreePercentage)Returns an immutable copy ofthiswith just theremoveAccountsBelowDiskFreePercentagefield changed.SharedPCAccountManagerPolicySharedPCAccountManagerPolicy. withUnmappedField(String name, Object value) -
Uses of SharedPCAccountManagerPolicy in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SharedPCAccountManagerPolicy Modifier and Type Field Description protected SharedPCAccountManagerPolicySharedPCConfiguration. accountManagerPolicyMethods in odata.msgraph.client.entity that return types with arguments of type SharedPCAccountManagerPolicy Modifier and Type Method Description Optional<SharedPCAccountManagerPolicy>SharedPCConfiguration. getAccountManagerPolicy()“Specifies how accounts are managed on a shared PC.Methods in odata.msgraph.client.entity with parameters of type SharedPCAccountManagerPolicy Modifier and Type Method Description SharedPCConfiguration.BuilderSharedPCConfiguration.Builder. accountManagerPolicy(SharedPCAccountManagerPolicy accountManagerPolicy)“Specifies how accounts are managed on a shared PC.SharedPCConfigurationSharedPCConfiguration. withAccountManagerPolicy(SharedPCAccountManagerPolicy accountManagerPolicy)Returns an immutable copy ofthiswith just theaccountManagerPolicyfield changed.
-