PrivateLinkResourcesListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.eventhubs.fluent.models.PrivateLinkResourcesListResultInner

Implements

public final class PrivateLinkResourcesListResultInner
implements JsonSerializable<PrivateLinkResourcesListResultInner>

Result of the List private link resources operation.

Constructor Summary

Constructor Description
PrivateLinkResourcesListResultInner()

Creates an instance of PrivateLinkResourcesListResultInner class.

Method Summary

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

Reads an instance of PrivateLinkResourcesListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: A link for the next page of private link resources.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<PrivateLinkResource> value()

Get the value property: A collection of private link resources.

PrivateLinkResourcesListResultInner withNextLink(String nextLink)

Set the nextLink property: A link for the next page of private link resources.

PrivateLinkResourcesListResultInner withValue(List<PrivateLinkResource> value)

Set the value property: A collection of private link resources.

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkResourcesListResultInner

public PrivateLinkResourcesListResultInner()

Creates an instance of PrivateLinkResourcesListResultInner class.

Method Details

fromJson

public static PrivateLinkResourcesListResultInner fromJson(JsonReader jsonReader)

Reads an instance of PrivateLinkResourcesListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: A link for the next page of private link resources.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A collection of private link resources.

Returns:

the value value.

withNextLink

public PrivateLinkResourcesListResultInner withNextLink(String nextLink)

Set the nextLink property: A link for the next page of private link resources.

Parameters:

nextLink - the nextLink value to set.

Returns:

the PrivateLinkResourcesListResultInner object itself.

withValue

public PrivateLinkResourcesListResultInner withValue(List value)

Set the value property: A collection of private link resources.

Parameters:

value - the value value to set.

Returns:

the PrivateLinkResourcesListResultInner object itself.

Applies to