Class DeleteBuilder<T extends StructuredType<?>>

All Implemented Interfaces:
JSONizable, CqnDelete, CqnFilterableStatement, CqnStatement, Delete<T>, FilterableStatement<T,Delete<T>>, Statement<Delete<T>>

public class DeleteBuilder<T extends StructuredType<?>> extends FilterableStatementBuilder<T,Delete<T>> implements Delete<T>