Class LinkedServiceListResponse


  • public final class LinkedServiceListResponse
    extends Object
    A list of linked service resources.
    • Constructor Detail

      • LinkedServiceListResponse

        public LinkedServiceListResponse()
    • Method Detail

      • getValue

        public List<LinkedServiceResource> getValue()
        Get the value property: List of linked services.
        Returns:
        the value value.
      • 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 LinkedServiceListResponse 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 LinkedServiceListResponse object itself.