Class UpdateVocabulariesOperation

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.UpdateObjectsOperation<VocabularyUpdate>
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.update.UpdateVocabulariesOperation
All Implemented Interfaces:
IOperation, Serializable

@JsonObject("as.dto.vocabulary.update.UpdateVocabulariesOperation") public class UpdateVocabulariesOperation extends UpdateObjectsOperation<VocabularyUpdate>
See Also:
  • Constructor Details

    • UpdateVocabulariesOperation

      public UpdateVocabulariesOperation(VocabularyUpdate... updates)
    • UpdateVocabulariesOperation

      public UpdateVocabulariesOperation(List<VocabularyUpdate> updates)