Class DeleteSemanticAnnotationsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.delete.DeleteObjectsOperation<ISemanticAnnotationId,SemanticAnnotationDeletionOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.semanticannotation.delete.DeleteSemanticAnnotationsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.semanticannotation.delete.DeleteSemanticAnnotationsOperation")
public class DeleteSemanticAnnotationsOperation
extends DeleteObjectsOperation<ISemanticAnnotationId,SemanticAnnotationDeletionOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteSemanticAnnotationsOperation(List<? extends ISemanticAnnotationId> objectIds, SemanticAnnotationDeletionOptions options) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.delete.DeleteObjectsOperation
getMessage, getObjectIds, getOptions, toString
-
Constructor Details
-
DeleteSemanticAnnotationsOperation
public DeleteSemanticAnnotationsOperation(List<? extends ISemanticAnnotationId> objectIds, SemanticAnnotationDeletionOptions options)
-