Class LinkConnectionListResponse

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkConnectionListResponse

public final class LinkConnectionListResponse extends Object
The LinkConnectionListResponse model.
  • Constructor Details

    • LinkConnectionListResponse

      public LinkConnectionListResponse()
  • Method Details

    • getValue

      public List<LinkConnectionResource> getValue()
      Get the value property: List link connection value.
      Returns:
      the value value.
    • setValue

      Set the value property: List link connection value.
      Parameters:
      value - the value value to set.
      Returns:
      the LinkConnectionListResponse object itself.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: List link connections next link.
      Returns:
      the nextLink value.
    • setNextLink

      public LinkConnectionListResponse setNextLink(String nextLink)
      Set the nextLink property: List link connections next link.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the LinkConnectionListResponse object itself.