Class DigitalTwinsDescriptionListResult

java.lang.Object
com.azure.resourcemanager.digitaltwins.models.DigitalTwinsDescriptionListResult

public final class DigitalTwinsDescriptionListResult extends Object
A list of DigitalTwins description objects with a next link.
  • Constructor Details

    • DigitalTwinsDescriptionListResult

      public DigitalTwinsDescriptionListResult()
  • Method Details

    • nextLink

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

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

      Get the value property: A list of DigitalTwins description objects.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of DigitalTwins description objects.
      Parameters:
      value - the value value to set.
      Returns:
      the DigitalTwinsDescriptionListResult object itself.
    • validate

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