ServerCommunicationLinkListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.ServerCommunicationLinkListResult

Implements

public final class ServerCommunicationLinkListResult
implements JsonSerializable<ServerCommunicationLinkListResult>

A list of server communication links.

Constructor Summary

Constructor Description
ServerCommunicationLinkListResult()

Creates an instance of ServerCommunicationLinkListResult class.

Method Summary

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

Reads an instance of ServerCommunicationLinkListResult from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ServerCommunicationLinkInner> value()

Get the value property: The list of server communication links.

ServerCommunicationLinkListResult withValue(List<ServerCommunicationLinkInner> value)

Set the value property: The list of server communication links.

Methods inherited from java.lang.Object

Constructor Details

ServerCommunicationLinkListResult

public ServerCommunicationLinkListResult()

Creates an instance of ServerCommunicationLinkListResult class.

Method Details

fromJson

public static ServerCommunicationLinkListResult fromJson(JsonReader jsonReader)

Reads an instance of ServerCommunicationLinkListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ServerCommunicationLinkInner> value()

Get the value property: The list of server communication links.

Returns:

the value value.

withValue

public ServerCommunicationLinkListResult withValue(List<ServerCommunicationLinkInner> value)

Set the value property: The list of server communication links.

Parameters:

value - the value value to set.

Returns:

the ServerCommunicationLinkListResult object itself.

Applies to