Class CreateVocabularyTermsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation<VocabularyTermCreation>
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.create.CreateVocabularyTermsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.vocabulary.create.CreateVocabularyTermsOperation")
public class CreateVocabularyTermsOperation
extends CreateObjectsOperation<VocabularyTermCreation>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateVocabularyTermsOperation(VocabularyTermCreation... creations) CreateVocabularyTermsOperation(List<VocabularyTermCreation> creations) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation
getCreations, getMessage, toString
-
Constructor Details
-
CreateVocabularyTermsOperation
-
CreateVocabularyTermsOperation
-