Uses of Class
odata.msgraph.client.beta.enums.SharedPCAccountDeletionPolicyType
-
Packages that use SharedPCAccountDeletionPolicyType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of SharedPCAccountDeletionPolicyType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SharedPCAccountDeletionPolicyType Modifier and Type Field Description protected SharedPCAccountDeletionPolicyTypeSharedPCAccountManagerPolicy. accountDeletionPolicyMethods in odata.msgraph.client.beta.complex that return types with arguments of type SharedPCAccountDeletionPolicyType Modifier and Type Method Description Optional<SharedPCAccountDeletionPolicyType>SharedPCAccountManagerPolicy. getAccountDeletionPolicy()“Configures when accounts are deleted.”Methods in odata.msgraph.client.beta.complex with parameters of type SharedPCAccountDeletionPolicyType Modifier and Type Method Description SharedPCAccountManagerPolicy.BuilderSharedPCAccountManagerPolicy.Builder. accountDeletionPolicy(SharedPCAccountDeletionPolicyType accountDeletionPolicy)“Configures when accounts are deleted.”SharedPCAccountManagerPolicySharedPCAccountManagerPolicy. withAccountDeletionPolicy(SharedPCAccountDeletionPolicyType accountDeletionPolicy)Returns an immutable copy ofthiswith just theaccountDeletionPolicyfield changed. -
Uses of SharedPCAccountDeletionPolicyType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SharedPCAccountDeletionPolicyType Modifier and Type Method Description static SharedPCAccountDeletionPolicyTypeSharedPCAccountDeletionPolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static SharedPCAccountDeletionPolicyType[]SharedPCAccountDeletionPolicyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-