Class PrivateLinkResourcesListResult


  • public final class PrivateLinkResourcesListResult
    extends Object
    Result of the List private link resources operation.
    • Constructor Detail

      • PrivateLinkResourcesListResult

        public PrivateLinkResourcesListResult()
    • Method Detail

      • value

        public List<PrivateLinkResourceInner> value()
        Get the value property: A collection of private link resources.
        Returns:
        the value value.
      • 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.