Class MyWorkbooksListResult

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

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

    • MyWorkbooksListResult

      public MyWorkbooksListResult()
  • Method Details

    • value

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

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

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

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