Class DatasetListResponse


  • public final class DatasetListResponse
    extends Object
    A list of dataset resources.
    • Constructor Detail

      • DatasetListResponse

        public DatasetListResponse()
    • Method Detail

      • getValue

        public List<DatasetResource> getValue()
        Get the value property: List of datasets.
        Returns:
        the value value.
      • setValue

        public DatasetListResponse setValue​(List<DatasetResource> value)
        Set the value property: List of datasets.
        Parameters:
        value - the value value to set.
        Returns:
        the DatasetListResponse object itself.
      • getNextLink

        public String getNextLink()
        Get the nextLink property: The link to the next page of results, if any remaining results exist.
        Returns:
        the nextLink value.
      • setNextLink

        public DatasetListResponse setNextLink​(String nextLink)
        Set the nextLink property: The link to the next page of results, if any remaining results exist.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the DatasetListResponse object itself.