Class TopLevelDomainInner


  • public final class TopLevelDomainInner
    extends ProxyOnlyResource
    A top level domain object.
    • Constructor Detail

      • TopLevelDomainInner

        public TopLevelDomainInner()
    • Method Detail

      • privacy

        public Boolean privacy()
        Get the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.
        Returns:
        the privacy value.
      • withPrivacy

        public TopLevelDomainInner withPrivacy​(Boolean privacy)
        Set the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.
        Parameters:
        privacy - the privacy value to set.
        Returns:
        the TopLevelDomainInner object itself.