Uses of Class
odata.msgraph.client.beta.enums.SharedPCAllowedAccountType
-
Packages that use SharedPCAllowedAccountType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of SharedPCAllowedAccountType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SharedPCAllowedAccountType Modifier and Type Field Description protected SharedPCAllowedAccountTypeSharedPCConfiguration. allowedAccountsMethods in odata.msgraph.client.beta.entity that return types with arguments of type SharedPCAllowedAccountType Modifier and Type Method Description Optional<SharedPCAllowedAccountType>SharedPCConfiguration. getAllowedAccounts()“Indicates which type of accounts are allowed to use on a shared PC.”Methods in odata.msgraph.client.beta.entity with parameters of type SharedPCAllowedAccountType Modifier and Type Method Description SharedPCConfiguration.BuilderSharedPCConfiguration.Builder. allowedAccounts(SharedPCAllowedAccountType allowedAccounts)“Indicates which type of accounts are allowed to use on a shared PC.”SharedPCConfigurationSharedPCConfiguration. withAllowedAccounts(SharedPCAllowedAccountType allowedAccounts)Returns an immutable copy ofthiswith just theallowedAccountsfield changed. -
Uses of SharedPCAllowedAccountType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SharedPCAllowedAccountType Modifier and Type Method Description static SharedPCAllowedAccountTypeSharedPCAllowedAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static SharedPCAllowedAccountType[]SharedPCAllowedAccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-