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