Uses of Enum
com.microsoft.graph.models.UserAccountSecurityType
Packages that use UserAccountSecurityType
-
Uses of UserAccountSecurityType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserAccountSecurityTypeModifier and TypeMethodDescriptionstatic UserAccountSecurityTypeUserSecurityState.getUserAccountType()Gets the userAccountType property value.static UserAccountSecurityTypeReturns the enum constant of this type with the specified name.static UserAccountSecurityType[]UserAccountSecurityType.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 UserAccountSecurityTypeModifier and TypeMethodDescriptionvoidUserSecurityState.setUserAccountType(UserAccountSecurityType value) Sets the userAccountType property value.