Uses of Enum
com.microsoft.graph.models.AndroidWorkProfileRequiredPasswordType
Packages that use AndroidWorkProfileRequiredPasswordType
-
Uses of AndroidWorkProfileRequiredPasswordType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AndroidWorkProfileRequiredPasswordTypeModifier and TypeMethodDescriptionAndroidWorkProfileGeneralDeviceConfiguration.getPasswordRequiredType()Gets the passwordRequiredType property value.AndroidWorkProfileGeneralDeviceConfiguration.getWorkProfilePasswordRequiredType()Gets the workProfilePasswordRequiredType property value.Returns the enum constant of this type with the specified name.AndroidWorkProfileRequiredPasswordType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AndroidWorkProfileRequiredPasswordTypeModifier and TypeMethodDescriptionvoidAndroidWorkProfileGeneralDeviceConfiguration.setPasswordRequiredType(AndroidWorkProfileRequiredPasswordType value) Sets the passwordRequiredType property value.voidAndroidWorkProfileGeneralDeviceConfiguration.setWorkProfilePasswordRequiredType(AndroidWorkProfileRequiredPasswordType value) Sets the workProfilePasswordRequiredType property value.