Uses of Enum
com.microsoft.graph.models.ActivityType
Packages that use ActivityType
-
Uses of ActivityType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ActivityTypeModifier and TypeMethodDescriptionstatic ActivityTypeRiskDetection.getActivity()Gets the activity property value.ServicePrincipalRiskDetection.getActivity()Gets the activity property value.static ActivityTypeReturns the enum constant of this type with the specified name.static ActivityType[]ActivityType.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 ActivityTypeModifier and TypeMethodDescriptionvoidRiskDetection.setActivity(ActivityType value) Sets the activity property value.voidServicePrincipalRiskDetection.setActivity(ActivityType value) Sets the activity property value.