PrivateLinkResourcesListResultInner Class

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

public final class PrivateLinkResourcesListResultInner

Result of the List private link resources operation.

Constructor Summary

Constructor Description
PrivateLinkResourcesListResultInner()

Method Summary

Modifier and Type Method and Description
String nextLink()

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

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()

Method Details

nextLink

public String nextLink()

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

Returns:

the nextLink value.

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