Class PrivateEndpointConnectionListResult
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.models.PrivateEndpointConnectionListResult
-
public final class PrivateEndpointConnectionListResult extends Object
Result of the list of all private endpoint connections operation.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpointConnectionListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: A link for the next page of private endpoint connection resources.voidvalidate()Validates the instance.List<PrivateEndpointConnectionInner>value()Get the value property: A collection of private endpoint connection resources.PrivateEndpointConnectionListResultwithNextLink(String nextLink)Set the nextLink property: A link for the next page of private endpoint connection resources.PrivateEndpointConnectionListResultwithValue(List<PrivateEndpointConnectionInner> value)Set the value property: A collection of private endpoint connection resources.
-
-
-
Method Detail
-
value
public List<PrivateEndpointConnectionInner> value()
Get the value property: A collection of private endpoint connection resources.- Returns:
- the value value.
-
withValue
public PrivateEndpointConnectionListResult withValue(List<PrivateEndpointConnectionInner> value)
Set the value property: A collection of private endpoint connection resources.- Parameters:
value- the value value to set.- Returns:
- the PrivateEndpointConnectionListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of private endpoint connection resources.- Returns:
- the nextLink 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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-