Class ListDomainsResult
- All Implemented Interfaces:
Serializable, Cloneable
The ListDomains response includes the following elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA summary of domains.If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.inthashCode()voidsetDomains(Collection<DomainSummary> domains) A summary of domains.voidsetNextPageMarker(String nextPageMarker) If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.toString()Returns a string representation of this object; useful for testing and debugging.withDomains(DomainSummary... domains) A summary of domains.withDomains(Collection<DomainSummary> domains) A summary of domains.withNextPageMarker(String nextPageMarker) If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.
-
Constructor Details
-
ListDomainsResult
public ListDomainsResult()
-
-
Method Details
-
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
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
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children:
AutoRenew,DomainName,Expiry,TransferLockNOTE: This method appends the values to the existing list (if any). Use
setDomains(java.util.Collection)orwithDomains(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
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
If there are more domains than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Parameters:
nextPageMarker- If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations
-
getNextPageMarker
If there are more domains than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Returns:
- If there are more domains than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations
-
withNextPageMarker
If there are more domains than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Parameters:
nextPageMarker- If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-