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