Class LinkConnectionListResponse


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

      • LinkConnectionListResponse

        public LinkConnectionListResponse()
    • Method Detail

      • getValue

        public List<LinkConnectionResource> getValue()
        Get the value property: List link connection value.
        Returns:
        the value value.
      • 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.