Aracılığıyla paylaş


TimeSeriesDatabaseConnectionListResult Class

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

Implements

public final class TimeSeriesDatabaseConnectionListResult
implements JsonSerializable<TimeSeriesDatabaseConnectionListResult>

A pageable list of time series database connection resources.

Constructor Summary

Constructor Description
TimeSeriesDatabaseConnectionListResult()

Creates an instance of TimeSeriesDatabaseConnectionListResult class.

Method Summary

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

Reads an instance of TimeSeriesDatabaseConnectionListResult from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<TimeSeriesDatabaseConnectionInner> value()

Get the value property: A list of time series database connection resources.

TimeSeriesDatabaseConnectionListResult withNextLink(String nextLink)

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

TimeSeriesDatabaseConnectionListResult withValue(List<TimeSeriesDatabaseConnectionInner> value)

Set the value property: A list of time series database connection resources.

Methods inherited from java.lang.Object

Constructor Details

TimeSeriesDatabaseConnectionListResult

public TimeSeriesDatabaseConnectionListResult()

Creates an instance of TimeSeriesDatabaseConnectionListResult class.

Method Details

fromJson

public static TimeSeriesDatabaseConnectionListResult fromJson(JsonReader jsonReader)

Reads an instance of TimeSeriesDatabaseConnectionListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TimeSeriesDatabaseConnectionListResult 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 TimeSeriesDatabaseConnectionListResult.

nextLink

public String nextLink()

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

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<TimeSeriesDatabaseConnectionInner> value()

Get the value property: A list of time series database connection resources.

Returns:

the value value.

withNextLink

public TimeSeriesDatabaseConnectionListResult withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the TimeSeriesDatabaseConnectionListResult object itself.

withValue

public TimeSeriesDatabaseConnectionListResult withValue(List<TimeSeriesDatabaseConnectionInner> value)

Set the value property: A list of time series database connection resources.

Parameters:

value - the value value to set.

Returns:

the TimeSeriesDatabaseConnectionListResult object itself.

Applies to