Class WorkbooksListResult

java.lang.Object
com.azure.resourcemanager.applicationinsights.models.WorkbooksListResult

public final class WorkbooksListResult extends Object
Workbook list result.
  • Constructor Details

    • WorkbooksListResult

      public WorkbooksListResult()
  • Method Details

    • value

      public List<WorkbookInner> value()
      Get the value property: An array of workbooks.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: The nextLink property.
      Returns:
      the nextLink value.
    • withNextLink

      public WorkbooksListResult withNextLink(String nextLink)
      Set the nextLink property: The nextLink property.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the WorkbooksListResult object itself.
    • validate

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