Class ChangeContactCommand
- java.lang.Object
-
- io.apicurio.datamodels.cmd.AbstractCommand
-
- io.apicurio.datamodels.cmd.commands.ChangeContactCommand
-
- All Implemented Interfaces:
ICommand
public class ChangeContactCommand extends AbstractCommand
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description ChangeContactCommand()ChangeContactCommand(String name, String email, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Document document)Called to execute the command against the given document.voidundo(Document document)Called to undo the command (restore the document to a previous state).-
Methods inherited from class io.apicurio.datamodels.cmd.AbstractCommand
indexOf, isNullOrUndefined, type
-
-