Class DomainsListResult


  • public final class DomainsListResult
    extends Object
    Result of the List Domains operation.
    • Constructor Detail

      • DomainsListResult

        public DomainsListResult()
    • Method Detail

      • value

        public List<DomainInner> value()
        Get the value property: A collection of Domains.
        Returns:
        the value value.
      • withValue

        public DomainsListResult withValue​(List<DomainInner> value)
        Set the value property: A collection of Domains.
        Parameters:
        value - the value value to set.
        Returns:
        the DomainsListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: A link for the next page of domains.
        Returns:
        the nextLink value.
      • withNextLink

        public DomainsListResult withNextLink​(String nextLink)
        Set the nextLink property: A link for the next page of domains.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the DomainsListResult object itself.
      • validate

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