Lezen in het Engels

Delen via


RestorePointCollectionListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.RestorePointCollectionListResult

Implements

public final class RestorePointCollectionListResult
implements JsonSerializable<RestorePointCollectionListResult>

The List restore point collection operation response.

Constructor Summary

Constructor Description
RestorePointCollectionListResult()

Creates an instance of RestorePointCollectionListResult class.

Method Summary

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

Reads an instance of RestorePointCollectionListResult from the JsonReader.

String nextLink()

Get the nextLink property: The uri to fetch the next page of RestorePointCollections.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<RestorePointCollectionInner> value()

Get the value property: Gets the list of restore point collections.

RestorePointCollectionListResult withNextLink(String nextLink)

Set the nextLink property: The uri to fetch the next page of RestorePointCollections.

RestorePointCollectionListResult withValue(List<RestorePointCollectionInner> value)

Set the value property: Gets the list of restore point collections.

Methods inherited from java.lang.Object

Constructor Details

RestorePointCollectionListResult

public RestorePointCollectionListResult()

Creates an instance of RestorePointCollectionListResult class.

Method Details

fromJson

public static RestorePointCollectionListResult fromJson(JsonReader jsonReader)

Reads an instance of RestorePointCollectionListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Gets the list of restore point collections.

Returns:

the value value.

withNextLink

public RestorePointCollectionListResult withNextLink(String nextLink)

Set the nextLink property: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections.

Parameters:

nextLink - the nextLink value to set.

Returns:

the RestorePointCollectionListResult object itself.

withValue

public RestorePointCollectionListResult withValue(List value)

Set the value property: Gets the list of restore point collections.

Parameters:

value - the value value to set.

Returns:

the RestorePointCollectionListResult object itself.

Applies to

Azure SDK for Java

Latest