Class ListDomainsResult

    • Constructor Detail

      • ListDomainsResult

        public ListDomainsResult()
    • Method Detail

      • getDomains

        public List<DomainSummary> getDomains()

        A summary of domains.

        Type: Complex type containing a list of domain summaries.

        Children: AutoRenew, DomainName, Expiry, TransferLock

        Returns:
        A summary of domains.

        Type: Complex type containing a list of domain summaries.

        Children: AutoRenew, DomainName, Expiry, TransferLock

      • setDomains

        public void setDomains​(Collection<DomainSummary> domains)

        A summary of domains.

        Type: Complex type containing a list of domain summaries.

        Children: AutoRenew, DomainName, Expiry, TransferLock

        Parameters:
        domains - A summary of domains.

        Type: Complex type containing a list of domain summaries.

        Children: AutoRenew, DomainName, Expiry, TransferLock

      • withDomains

        public ListDomainsResult withDomains​(DomainSummary... domains)

        A summary of domains.

        Type: Complex type containing a list of domain summaries.

        Children: AutoRenew, DomainName, Expiry, TransferLock

        NOTE: This method appends the values to the existing list (if any). Use setDomains(java.util.Collection) or withDomains(java.util.Collection) if you want to override the existing values.

        Parameters:
        domains - A summary of domains.

        Type: Complex type containing a list of domain summaries.

        Children: AutoRenew, DomainName, Expiry, TransferLock

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withDomains

        public ListDomainsResult withDomains​(Collection<DomainSummary> domains)

        A summary of domains.

        Type: Complex type containing a list of domain summaries.

        Children: AutoRenew, DomainName, Expiry, TransferLock

        Parameters:
        domains - A summary of domains.

        Type: Complex type containing a list of domain summaries.

        Children: AutoRenew, DomainName, Expiry, TransferLock

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextPageMarker

        public void setNextPageMarker​(String nextPageMarker)

        If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

        Type: String

        Parent: Operations

        Parameters:
        nextPageMarker - If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

        Type: String

        Parent: Operations

      • getNextPageMarker

        public String getNextPageMarker()

        If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

        Type: String

        Parent: Operations

        Returns:
        If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

        Type: String

        Parent: Operations

      • withNextPageMarker

        public ListDomainsResult withNextPageMarker​(String nextPageMarker)

        If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

        Type: String

        Parent: Operations

        Parameters:
        nextPageMarker - If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

        Type: String

        Parent: Operations

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object