Class GetSemanticAnnotationsOperationResult
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperationResult<ISemanticAnnotationId,SemanticAnnotation>
ch.ethz.sis.openbis.generic.asapi.v3.dto.semanticannotation.get.GetSemanticAnnotationsOperationResult
- All Implemented Interfaces:
IOperationResult,Serializable
@JsonObject("as.dto.semanticannotation.get.GetSemanticAnnotationsOperationResult")
public class GetSemanticAnnotationsOperationResult
extends GetObjectsOperationResult<ISemanticAnnotationId,SemanticAnnotation>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperationResult
getMessage, getObjectMap, toString
-
Constructor Details
-
GetSemanticAnnotationsOperationResult
public GetSemanticAnnotationsOperationResult(Map<ISemanticAnnotationId, SemanticAnnotation> objectMap)
-