public class DomainDeleteBlockCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain delete command, representing the Delete Block aspect of the Block extension.
Use this to mark the ID of a Block 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 |
---|
DomainDeleteBlockCommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setId(java.lang.String id) |
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setId(java.lang.String id)