Interface Workbook.UpdateStages.WithSourceId

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

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

    Modifier and Type
    Method
    Description
    withSourceId(String sourceId)
    Specifies the sourceId property: Azure Resource Id that will fetch all linked workbooks..
  • Method Details

    • withSourceId

      Workbook.Update withSourceId(String sourceId)
      Specifies the sourceId property: Azure Resource Id that will fetch all linked workbooks..
      Parameters:
      sourceId - Azure Resource Id that will fetch all linked workbooks.
      Returns:
      the next definition stage.