Class DigitalTwinsDescriptionListResult


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

      • DigitalTwinsDescriptionListResult

        public DigitalTwinsDescriptionListResult()
    • Method Detail

      • 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.
      • validate

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