java.lang.Object
com.azure.resourcemanager.securityinsights.models.ActionsList

public final class ActionsList extends Object
List all the actions.
  • Constructor Details

    • ActionsList

      public ActionsList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: URL to fetch the next set of actions.
      Returns:
      the nextLink value.
    • value

      public List<ActionResponseInner> value()
      Get the value property: Array of actions.
      Returns:
      the value value.
    • withValue

      public ActionsList withValue(List<ActionResponseInner> value)
      Set the value property: Array of actions.
      Parameters:
      value - the value value to set.
      Returns:
      the ActionsList object itself.
    • validate

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