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