Interface DomainCommand.CreateOrUpdate<T extends DomainCommand.CreateOrUpdate<T>>

Type Parameters:
T - the actual type (either DomainCommand.Create or DomainCommand.Update)
All Superinterfaces:
ResourceCommand, ResourceCommand.SingleResourceCommand
All Known Implementing Classes:
DomainCommand.Create, DomainCommand.Update
Enclosing class:
DomainCommand

public static interface DomainCommand.CreateOrUpdate<T extends DomainCommand.CreateOrUpdate<T>> extends ResourceCommand.SingleResourceCommand
A common interface for DomainCommand.Create and DomainCommand.Update to support linking resources.