PrivateEndpointConnectionsResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionsResponseInner

Implements

public final class PrivateEndpointConnectionsResponseInner
implements JsonSerializable<PrivateEndpointConnectionsResponseInner>

The available private link connections for a Digital Twin.

Constructor Summary

Constructor Description
PrivateEndpointConnectionsResponseInner()

Creates an instance of PrivateEndpointConnectionsResponseInner class.

Method Summary

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

Reads an instance of PrivateEndpointConnectionsResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<PrivateEndpointConnectionInner> value()

Get the value property: The list of available private link connections for a Digital Twin.

PrivateEndpointConnectionsResponseInner withValue(List<PrivateEndpointConnectionInner> value)

Set the value property: The list of available private link connections for a Digital Twin.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionsResponseInner

public PrivateEndpointConnectionsResponseInner()

Creates an instance of PrivateEndpointConnectionsResponseInner class.

Method Details

fromJson

public static PrivateEndpointConnectionsResponseInner fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionsResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<PrivateEndpointConnectionInner> value()

Get the value property: The list of available private link connections for a Digital Twin.

Returns:

the value value.

withValue

public PrivateEndpointConnectionsResponseInner withValue(List<PrivateEndpointConnectionInner> value)

Set the value property: The list of available private link connections for a Digital Twin.

Parameters:

value - the value value to set.

Returns:

the PrivateEndpointConnectionsResponseInner object itself.

Applies to