Class CreateSemanticAnnotationsOperationResult
- java.lang.Object
-
- ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperationResult<SemanticAnnotationPermId>
-
- ch.ethz.sis.openbis.generic.asapi.v3.dto.semanticannotation.create.CreateSemanticAnnotationsOperationResult
-
- All Implemented Interfaces:
IOperationResult
,java.io.Serializable
@JsonObject("as.dto.semanticannotation.create.CreateSemanticAnnotationsOperationResult") public class CreateSemanticAnnotationsOperationResult extends CreateObjectsOperationResult<SemanticAnnotationPermId>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateSemanticAnnotationsOperationResult​(java.util.List<SemanticAnnotationPermId> objectIds)
-
Method Summary
-
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperationResult
getMessage, getObjectIds, toString
-
-
-
-
Constructor Detail
-
CreateSemanticAnnotationsOperationResult
public CreateSemanticAnnotationsOperationResult​(java.util.List<SemanticAnnotationPermId> objectIds)
-
-