Class PrivateLinkResourceList

java.lang.Object
com.azure.resourcemanager.webpubsub.models.PrivateLinkResourceList

public final class PrivateLinkResourceList extends Object
Contains a list of PrivateLinkResource and a possible link to query more results.
  • Constructor Details

    • PrivateLinkResourceList

      public PrivateLinkResourceList()
      Creates an instance of PrivateLinkResourceList class.
  • Method Details

    • value

      public List<PrivateLinkResourceInner> value()
      Get the value property: List of PrivateLinkResource.
      Returns:
      the value value.
    • withValue

      Set the value property: List of PrivateLinkResource.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateLinkResourceList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Returns:
      the nextLink value.
    • withNextLink

      public PrivateLinkResourceList withNextLink(String nextLink)
      Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the PrivateLinkResourceList object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.