Uses of Enum
com.microsoft.graph.models.TargettedUserType
Packages that use TargettedUserType
-
Uses of TargettedUserType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TargettedUserTypeModifier and TypeMethodDescriptionstatic TargettedUserTypeSimulationNotification.getTargettedUserType()Gets the targettedUserType property value.static TargettedUserTypeReturns the enum constant of this type with the specified name.static TargettedUserType[]TargettedUserType.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 TargettedUserTypeModifier and TypeMethodDescriptionvoidSimulationNotification.setTargettedUserType(TargettedUserType value) Sets the targettedUserType property value.