Class ListDomainsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The ListDomains response includes the following elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A summary of domains.If there are more domains than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.int
hashCode()
void
setDomains
(Collection<DomainSummary> domains) A summary of domains.void
setNextPageMarker
(String nextPageMarker) If there are more domains than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in 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 forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in 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
,TransferLock
NOTE: 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
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Parameters:
nextPageMarker
- If there are more domains than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
-
getNextPageMarker
If there are more domains than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.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 ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
-
withNextPageMarker
If there are more domains than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Parameters:
nextPageMarker
- If there are more domains than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-