Class DeleteCommand
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Command
com.cloudimpl.outstack.runtime.domainspec.DeleteCommand
public class DeleteCommand extends Command
- Author:
- nuwan
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteCommand.Builder -
Constructor Summary
Constructors Constructor Description DeleteCommand(DeleteCommand.Builder builder) -
Method Summary
Modifier and Type Method Description static DeleteCommand.Builderbuilder()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Command
commandName, getContext, getFiles, getId, getMapAttr, getRootId, getTenantId, id, rootId, setContext, setFiles, setId, setMapAttr, setRootId, setTenantId, setVersion, tenantId, unwrap, versionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeleteCommand
-
-
Method Details
-
builder
-