Class VocabularyTermBatchUpdateDetails
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.VocabularyTermBatchUpdateDetails
-
- All Implemented Interfaces:
java.io.Serializable
@JsonObject("VocabularyTermBatchUpdateDetails") public class VocabularyTermBatchUpdateDetails extends java.lang.Object implements java.io.Serializable
Holds information about which vocabulary term attributes should be updated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VocabularyTermBatchUpdateDetails()
VocabularyTermBatchUpdateDetails(boolean updateLabel, boolean updateDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDescriptionUpdateRequested()
boolean
isLabelUpdateRequested()
-