Class CommitmentPlanListResult

java.lang.Object
com.azure.resourcemanager.cognitiveservices.models.CommitmentPlanListResult

public final class CommitmentPlanListResult extends Object
The list of cognitive services accounts operation response.
  • Constructor Details

    • CommitmentPlanListResult

      public CommitmentPlanListResult()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of CommitmentPlan.
      Returns:
      the nextLink value.
    • withNextLink

      public CommitmentPlanListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of CommitmentPlan.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the CommitmentPlanListResult object itself.
    • value

      public List<CommitmentPlanInner> value()
      Get the value property: Gets the list of Cognitive Services accounts CommitmentPlan and their properties.
      Returns:
      the value value.
    • validate

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