public class DomainAdd extends DomainAddRem
| Constructor and Description |
|---|
DomainAdd(Host[] nameservers,
java.lang.String[] techContacts,
java.lang.String[] adminContacts,
java.lang.String[] billingContacts,
Status[] statuses)
Add associations to a domain.
|
DomainAdd(java.lang.String[] nameservers,
java.lang.String[] techContacts,
java.lang.String[] adminContacts,
java.lang.String[] billingContacts,
Status[] statuses)
Add associations to a domain.
|
appendToElementpublic DomainAdd(java.lang.String[] nameservers,
java.lang.String[] techContacts,
java.lang.String[] adminContacts,
java.lang.String[] billingContacts,
Status[] statuses)
nameservers - A list of hostnames to delegate the associated domain
to. To not add any nameservers, this parameter must be null.techContacts - A list of technical contact identifiers to associate
with a domain. To not add any technical contacts, this parameter must
be null.adminContacts - A list of admin contact identifiers to associate
with a domain. To not add any admin contacts, this parameter must be
null.billingContacts - A list of billing contact identifiers to
associate with a domain. To not add any billing contacts, this
parameter must be null.statuses - A list of statuses to add to a domain. To not add any
statuses, this parameter must be null.public DomainAdd(Host[] nameservers, java.lang.String[] techContacts, java.lang.String[] adminContacts, java.lang.String[] billingContacts, Status[] statuses)
nameservers - A list of host as attribute with the associated domain
To not add any nameservers, this parameter must be null.techContacts - A list of technical contact identifiers to associate
with a domain. To not add any technical contacts, this parameter must
be null.adminContacts - A list of admin contact identifiers to associate
with a domain. To not add any admin contacts, this parameter must be
null.billingContacts - A list of billing contact identifiers to
associate with a domain. To not add any billing contacts, this
parameter must be null.statuses - A list of statuses to add to a domain. To not add any
statuses, this parameter must be null.