Uses of Enum
com.microsoft.graph.models.SharedPCAllowedAccountType
Packages that use SharedPCAllowedAccountType
-
Uses of SharedPCAllowedAccountType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SharedPCAllowedAccountTypeModifier and TypeMethodDescriptionstatic SharedPCAllowedAccountTypestatic SharedPCAllowedAccountTypeReturns 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.Methods in com.microsoft.graph.models that return types with arguments of type SharedPCAllowedAccountTypeModifier and TypeMethodDescriptionSharedPCConfiguration.getAllowedAccounts()Gets the allowedAccounts property value.Method parameters in com.microsoft.graph.models with type arguments of type SharedPCAllowedAccountTypeModifier and TypeMethodDescriptionvoidSharedPCConfiguration.setAllowedAccounts(EnumSet<SharedPCAllowedAccountType> value) Sets the allowedAccounts property value.