Class DigitalTwinsEndpointResourceListResult


  • public final class DigitalTwinsEndpointResourceListResult
    extends Object
    A list of DigitalTwinsInstance Endpoints with a next link.
    • Constructor Detail

      • DigitalTwinsEndpointResourceListResult

        public DigitalTwinsEndpointResourceListResult()
    • Method Detail

      • nextLink

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

        public DigitalTwinsEndpointResourceListResult withNextLink​(String nextLink)
        Set the nextLink property: The link used to get the next page of DigitalTwinsInstance Endpoints.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the DigitalTwinsEndpointResourceListResult object itself.
      • validate

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