Class DigitalTwinsEndpointResourceListResult

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

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

    • DigitalTwinsEndpointResourceListResult

      public DigitalTwinsEndpointResourceListResult()
  • Method Details

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

      Get the value property: A list of DigitalTwinsInstance Endpoints.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of DigitalTwinsInstance Endpoints.
      Parameters:
      value - the value value to set.
      Returns:
      the DigitalTwinsEndpointResourceListResult object itself.
    • validate

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