Interface MyWorkbook.UpdateStages.WithDisplayName
- All Known Subinterfaces:
MyWorkbook.Update
- Enclosing interface:
- MyWorkbook.UpdateStages
public static interface MyWorkbook.UpdateStages.WithDisplayName
The stage of the MyWorkbook update allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: The user-defined name of the private workbook..
-
Method Details
-
withDisplayName
Specifies the displayName property: The user-defined name of the private workbook..- Parameters:
displayName- The user-defined name of the private workbook.- Returns:
- the next definition stage.
-