Interface MyWorkbook.DefinitionStages.WithTagsPropertiesTags
- All Known Subinterfaces:
MyWorkbook.Definition,MyWorkbook.DefinitionStages.WithCreate
- Enclosing interface:
- MyWorkbook.DefinitionStages
public static interface MyWorkbook.DefinitionStages.WithTagsPropertiesTags
The stage of the MyWorkbook definition allowing to specify tagsPropertiesTags.
-
Method Summary
Modifier and TypeMethodDescriptionwithTagsPropertiesTags(List<String> tagsPropertiesTags) Specifies the tagsPropertiesTags property: A list of 0 or more tags that are associated with this private workbook definition.
-
Method Details
-
withTagsPropertiesTags
Specifies the tagsPropertiesTags property: A list of 0 or more tags that are associated with this private workbook definition.- Parameters:
tagsPropertiesTags- A list of 0 or more tags that are associated with this private workbook definition.- Returns:
- the next definition stage.
-