Class OperationsList


  • public final class OperationsList
    extends Object
    Lists the operations available in the SecurityInsights RP.
    • Constructor Detail

      • OperationsList

        public OperationsList()
    • Method Detail

      • nextLink

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

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

        public OperationsList withValue​(List<OperationInner> value)
        Set the value property: Array of operations.
        Parameters:
        value - the value value to set.
        Returns:
        the OperationsList object itself.
      • validate

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