Class RecordSetListResult


  • public final class RecordSetListResult
    extends Object
    The response to a record set list operation.
    • Constructor Detail

      • RecordSetListResult

        public RecordSetListResult()
    • Method Detail

      • value

        public List<RecordSetInner> value()
        Get the value property: Information about the record sets in the response.
        Returns:
        the value value.
      • withValue

        public RecordSetListResult withValue​(List<RecordSetInner> value)
        Set the value property: Information about the record sets in the response.
        Parameters:
        value - the value value to set.
        Returns:
        the RecordSetListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The continuation token for 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.