public class DomainDeleteApplicationCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Delete command, representing the Delete Application aspect of the Domain Name Application extension.
Use this to mark the ID of a domain name application to delete as part of an EPP Domain Delete command compliant with RFC5730 and RFC5731. The response expected from a server should be handled by a generic Response.
CREATE, RENEW, TRANSFER, UPDATE| Constructor and Description |
|---|
DomainDeleteApplicationCommandExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCommand(Command command) |
void |
setApplicationId(java.lang.String applicationId) |
public DomainDeleteApplicationCommandExtension()
public void addToCommand(Command command)
addToCommand in interface CommandExtensionpublic void setApplicationId(java.lang.String applicationId)