Uses of Class
odata.msgraph.client.beta.enums.ActivityType
-
Packages that use ActivityType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ActivityType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ActivityType Modifier and Type Field Description protected ActivityTypeRiskDetection. activityprotected ActivityTypeServicePrincipalRiskDetection. activityMethods in odata.msgraph.client.beta.entity that return types with arguments of type ActivityType Modifier and Type Method Description Optional<ActivityType>RiskDetection. getActivity()Optional<ActivityType>ServicePrincipalRiskDetection. getActivity()Methods in odata.msgraph.client.beta.entity with parameters of type ActivityType Modifier and Type Method Description RiskDetection.BuilderRiskDetection.Builder. activity(ActivityType activity)ServicePrincipalRiskDetection.BuilderServicePrincipalRiskDetection.Builder. activity(ActivityType activity)RiskDetectionRiskDetection. withActivity(ActivityType activity)ServicePrincipalRiskDetectionServicePrincipalRiskDetection. withActivity(ActivityType activity) -
Uses of ActivityType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ActivityType Modifier and Type Method Description static ActivityTypeActivityType. valueOf(String name)Returns 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.
-