java.lang.Object
com.azure.resourcemanager.customerinsights.models.LinkListResult

public final class LinkListResult extends Object
The response of list link operation.
  • Constructor Details

    • LinkListResult

      public LinkListResult()
      Creates an instance of LinkListResult class.
  • Method Details

    • value

      public List<LinkResourceFormatInner> value()
      Get the value property: Results of the list operation.
      Returns:
      the value value.
    • withValue

      public LinkListResult withValue(List<LinkResourceFormatInner> value)
      Set the value property: Results of the list operation.
      Parameters:
      value - the value value to set.
      Returns:
      the LinkListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public LinkListResult withNextLink(String nextLink)
      Set the nextLink property: Link to the next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the LinkListResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.