Interface Workbook.UpdateStages.WithTagsPropertiesTags

All Known Subinterfaces:
Workbook.Update
Enclosing interface:
Workbook.UpdateStages

public static interface Workbook.UpdateStages.WithTagsPropertiesTags
The stage of the Workbook update allowing to specify tagsPropertiesTags.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTagsPropertiesTags(List<String> tagsPropertiesTags)
    Specifies the tagsPropertiesTags property: A list of 0 or more tags that are associated with this workbook definition.
  • Method Details

    • withTagsPropertiesTags

      Workbook.Update withTagsPropertiesTags(List<String> tagsPropertiesTags)
      Specifies the tagsPropertiesTags property: A list of 0 or more tags that are associated with this workbook definition.
      Parameters:
      tagsPropertiesTags - A list of 0 or more tags that are associated with this workbook definition.
      Returns:
      the next definition stage.