PrivateLinkHubInfoListResult Class

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

Implements

public final class PrivateLinkHubInfoListResult
implements JsonSerializable<PrivateLinkHubInfoListResult>

List of privateLinkHubs.

Constructor Summary

Constructor Description
PrivateLinkHubInfoListResult()

Creates an instance of PrivateLinkHubInfoListResult class.

Method Summary

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

Reads an instance of PrivateLinkHubInfoListResult from the JsonReader.

String nextLink()

Get the nextLink property: Link to the next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<PrivateLinkHubInner> value()

Get the value property: List of privateLinkHubs.

PrivateLinkHubInfoListResult withNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

PrivateLinkHubInfoListResult withValue(List<PrivateLinkHubInner> value)

Set the value property: List of privateLinkHubs.

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkHubInfoListResult

public PrivateLinkHubInfoListResult()

Creates an instance of PrivateLinkHubInfoListResult class.

Method Details

fromJson

public static PrivateLinkHubInfoListResult fromJson(JsonReader jsonReader)

Reads an instance of PrivateLinkHubInfoListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Link to the next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<PrivateLinkHubInner> value()

Get the value property: List of privateLinkHubs.

Returns:

the value value.

withNextLink

public PrivateLinkHubInfoListResult withNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the PrivateLinkHubInfoListResult object itself.

withValue

public PrivateLinkHubInfoListResult withValue(List<PrivateLinkHubInner> value)

Set the value property: List of privateLinkHubs.

Parameters:

value - the value value to set.

Returns:

the PrivateLinkHubInfoListResult object itself.

Applies to