Class ActionsList


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

      • ActionsList

        public ActionsList()
    • Method Detail

      • 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.