Class CustomDomainResourceCollection


  • public final class CustomDomainResourceCollection
    extends Object
    Collection compose of a custom domain resources list and a possible link for next page.
    • Constructor Detail

      • CustomDomainResourceCollection

        public CustomDomainResourceCollection()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The link to next page of custom domain list.
        Returns:
        the nextLink value.
      • withNextLink

        public CustomDomainResourceCollection withNextLink​(String nextLink)
        Set the nextLink property: The link to next page of custom domain list.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the CustomDomainResourceCollection object itself.
      • validate

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