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

public final class ViewListResult extends Object
The response of list view operation.
  • Constructor Details

    • ViewListResult

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

    • value

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

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

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

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

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