CloudServicesNetworkList Class

  • java.lang.Object
    • com.azure.resourcemanager.networkcloud.models.CloudServicesNetworkList

Implements

public final class CloudServicesNetworkList
implements JsonSerializable<CloudServicesNetworkList>

CloudServicesNetworkList represents a list of cloud services networks.

Constructor Summary

Constructor Description
CloudServicesNetworkList()

Creates an instance of CloudServicesNetworkList class.

Method Summary

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

Reads an instance of CloudServicesNetworkList from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<CloudServicesNetworkInner> value()

Get the value property: The list of cloud services networks.

CloudServicesNetworkList withNextLink(String nextLink)

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

CloudServicesNetworkList withValue(List<CloudServicesNetworkInner> value)

Set the value property: The list of cloud services networks.

Methods inherited from java.lang.Object

Constructor Details

CloudServicesNetworkList

public CloudServicesNetworkList()

Creates an instance of CloudServicesNetworkList class.

Method Details

fromJson

public static CloudServicesNetworkList fromJson(JsonReader jsonReader)

Reads an instance of CloudServicesNetworkList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

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

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<CloudServicesNetworkInner> value()

Get the value property: The list of cloud services networks.

Returns:

the value value.

withNextLink

public CloudServicesNetworkList withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the CloudServicesNetworkList object itself.

withValue

public CloudServicesNetworkList withValue(List<CloudServicesNetworkInner> value)

Set the value property: The list of cloud services networks.

Parameters:

value - the value value to set.

Returns:

the CloudServicesNetworkList object itself.

Applies to