Class DigitalTwinsDescriptionListResult
java.lang.Object
com.azure.resourcemanager.digitaltwins.models.DigitalTwinsDescriptionListResult
A list of DigitalTwins description objects with a next link.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: The link used to get the next page of DigitalTwins description objects.void
validate()
Validates the instance.value()
Get the value property: A list of DigitalTwins description objects.withNextLink
(String nextLink) Set the nextLink property: The link used to get the next page of DigitalTwins description objects.Set the value property: A list of DigitalTwins description objects.
-
Constructor Details
-
DigitalTwinsDescriptionListResult
public DigitalTwinsDescriptionListResult()
-
-
Method Details
-
nextLink
Get the nextLink property: The link used to get the next page of DigitalTwins description objects.- Returns:
- the nextLink value.
-
withNextLink
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.
-