Class DataFlowListResponse


  • public final class DataFlowListResponse
    extends Object
    A list of data flow resources.
    • Constructor Detail

      • DataFlowListResponse

        public DataFlowListResponse()
    • Method Detail

      • getValue

        public List<DataFlowResource> getValue()
        Get the value property: List of data flows.
        Returns:
        the value value.
      • setValue

        public DataFlowListResponse setValue​(List<DataFlowResource> value)
        Set the value property: List of data flows.
        Parameters:
        value - the value value to set.
        Returns:
        the DataFlowListResponse 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 DataFlowListResponse 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 DataFlowListResponse object itself.