Class SharedPrivateLinkResourceListResult
- java.lang.Object
-
- com.azure.resourcemanager.search.models.SharedPrivateLinkResourceListResult
-
public final class SharedPrivateLinkResourceListResult extends Object
Response containing a list of Shared Private Link Resources.
-
-
Constructor Summary
Constructors Constructor Description SharedPrivateLinkResourceListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of shared private link resources, if there are any.voidvalidate()Validates the instance.List<SharedPrivateLinkResourceInner>value()Get the value property: The list of Shared Private Link Resources.SharedPrivateLinkResourceListResultwithNextLink(String nextLink)Set the nextLink property: The URL to get the next set of shared private link resources, if there are any.
-
-
-
Method Detail
-
value
public List<SharedPrivateLinkResourceInner> value()
Get the value property: The list of Shared Private Link Resources.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of shared private link resources, if there are any.- Returns:
- the nextLink value.
-
withNextLink
public SharedPrivateLinkResourceListResult withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of shared private link resources, if there are any.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the SharedPrivateLinkResourceListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-