PrivateEndpointConnectionListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.models.PrivateEndpointConnectionListResult

public final class PrivateEndpointConnectionListResult

Result of the list of all private endpoint connections operation.

Constructor Summary

Constructor Description
PrivateEndpointConnectionListResult()

Method Summary

Modifier and Type Method and Description
String nextLink()

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

void validate()

Validates the instance.

List<PrivateEndpointConnectionInner> value()

Get the value property: A collection of private endpoint connection resources.

PrivateEndpointConnectionListResult withNextLink(String nextLink)

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

PrivateEndpointConnectionListResult withValue(List<PrivateEndpointConnectionInner> value)

Set the value property: A collection of private endpoint connection resources.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionListResult

public PrivateEndpointConnectionListResult()

Method Details

nextLink

public String nextLink()

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

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A collection of private endpoint connection resources.

Returns:

the value value.

withNextLink

public PrivateEndpointConnectionListResult withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the PrivateEndpointConnectionListResult object itself.

withValue

public PrivateEndpointConnectionListResult withValue(List value)

Set the value property: A collection of private endpoint connection resources.

Parameters:

value - the value value to set.

Returns:

the PrivateEndpointConnectionListResult object itself.

Applies to

Azure SDK for Java

Latest