Class InputListResult


  • public final class InputListResult
    extends Object
    Object containing a list of inputs under a streaming job.
    • Constructor Detail

      • InputListResult

        public InputListResult()
    • Method Detail

      • value

        public List<InputInner> value()
        Get the value property: A list of inputs under a streaming job. Populated by a 'List' operation.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link (url) to the next page of results.
        Returns:
        the nextLink value.
      • validate

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