Class PrivateLinkResourcesListResult
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.models.PrivateLinkResourcesListResult
-
public final class PrivateLinkResourcesListResult extends Object
Result of the List private link resources operation.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkResourcesListResult()
-
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 link resources.voidvalidate()Validates the instance.List<PrivateLinkResourceInner>value()Get the value property: A collection of private link resources.PrivateLinkResourcesListResultwithNextLink(String nextLink)Set the nextLink property: A link for the next page of private link resources.PrivateLinkResourcesListResultwithValue(List<PrivateLinkResourceInner> value)Set the value property: A collection of private link resources.
-
-
-
Method Detail
-
value
public List<PrivateLinkResourceInner> value()
Get the value property: A collection of private link resources.- Returns:
- the value value.
-
withValue
public PrivateLinkResourcesListResult withValue(List<PrivateLinkResourceInner> value)
Set the value property: A collection of private link resources.- Parameters:
value- the value value to set.- Returns:
- the PrivateLinkResourcesListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of private link resources.- Returns:
- the nextLink value.
-
withNextLink
public PrivateLinkResourcesListResult 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 PrivateLinkResourcesListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-