DigitalTwinsEndpointResourceListResult Class

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

Implements

public final class DigitalTwinsEndpointResourceListResult
implements JsonSerializable<DigitalTwinsEndpointResourceListResult>

A list of DigitalTwinsInstance Endpoints with a next link.

Constructor Summary

Constructor Description
DigitalTwinsEndpointResourceListResult()

Creates an instance of DigitalTwinsEndpointResourceListResult class.

Method Summary

Modifier and Type Method and Description
static DigitalTwinsEndpointResourceListResult fromJson(JsonReader jsonReader)

Reads an instance of DigitalTwinsEndpointResourceListResult from the JsonReader.

String nextLink()

Get the nextLink property: The link used to get the next page of DigitalTwinsInstance Endpoints.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<DigitalTwinsEndpointResourceInner> value()

Get the value property: A list of DigitalTwinsInstance Endpoints.

DigitalTwinsEndpointResourceListResult withNextLink(String nextLink)

Set the nextLink property: The link used to get the next page of DigitalTwinsInstance Endpoints.

DigitalTwinsEndpointResourceListResult withValue(List<DigitalTwinsEndpointResourceInner> value)

Set the value property: A list of DigitalTwinsInstance Endpoints.

Methods inherited from java.lang.Object

Constructor Details

DigitalTwinsEndpointResourceListResult

public DigitalTwinsEndpointResourceListResult()

Creates an instance of DigitalTwinsEndpointResourceListResult class.

Method Details

fromJson

public static DigitalTwinsEndpointResourceListResult fromJson(JsonReader jsonReader)

Reads an instance of DigitalTwinsEndpointResourceListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DigitalTwinsEndpointResourceListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DigitalTwinsEndpointResourceListResult.

nextLink

public String nextLink()

Get the nextLink property: The link used to get the next page of DigitalTwinsInstance Endpoints.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<DigitalTwinsEndpointResourceInner> value()

Get the value property: A list of DigitalTwinsInstance Endpoints.

Returns:

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

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.

Applies to