PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse

Implements

public final class PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse
implements JsonSerializable<PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse>

The PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse model.

Constructor Summary

Constructor Description
PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse()

Creates an instance of PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse class.

Method Summary

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

Reads an instance of PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse from the JsonReader.

String nextLink()

Get the nextLink property: The nextLink property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<PrivateEndpointConnectionForPrivateLinkHubInner> value()

Get the value property: The value property.

PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse withNextLink(String nextLink)

Set the nextLink property: The nextLink property.

PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse withValue(List<PrivateEndpointConnectionForPrivateLinkHubInner> value)

Set the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse

public PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse()

Creates an instance of PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse class.

Method Details

fromJson

public static PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The nextLink property.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<PrivateEndpointConnectionForPrivateLinkHubInner> value()

Get the value property: The value property.

Returns:

the value value.

withNextLink

public PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse withNextLink(String nextLink)

Set the nextLink property: The nextLink property.

Parameters:

nextLink - the nextLink value to set.

Returns:

the PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse object itself.

withValue

public PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse withValue(List<PrivateEndpointConnectionForPrivateLinkHubInner> value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse object itself.

Applies to