Class 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 Detail

      • VocabularyTermBatchUpdateDetails

        public VocabularyTermBatchUpdateDetails()
      • VocabularyTermBatchUpdateDetails

        public VocabularyTermBatchUpdateDetails​(boolean updateLabel,
                                                boolean updateDescription)
    • Method Detail

      • isLabelUpdateRequested

        public boolean isLabelUpdateRequested()
      • isDescriptionUpdateRequested

        public boolean isDescriptionUpdateRequested()