Class ActivityLogAlertActionList


  • public final class ActivityLogAlertActionList
    extends Object
    A list of activity log alert actions.
    • Constructor Detail

      • ActivityLogAlertActionList

        public ActivityLogAlertActionList()
    • Method Detail

      • actionGroups

        public List<ActivityLogAlertActionGroup> actionGroups()
        Get the actionGroups property: The list of activity log alerts.
        Returns:
        the actionGroups value.
      • withActionGroups

        public ActivityLogAlertActionList withActionGroups​(List<ActivityLogAlertActionGroup> actionGroups)
        Set the actionGroups property: The list of activity log alerts.
        Parameters:
        actionGroups - the actionGroups value to set.
        Returns:
        the ActivityLogAlertActionList object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.