Interface SameSheetTargetVisualConfiguration.Builder

  • Method Details

    • targetVisuals

      A list of the target visual IDs that are located in the same sheet of the analysis.

      Parameters:
      targetVisuals - A list of the target visual IDs that are located in the same sheet of the analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetVisuals

      SameSheetTargetVisualConfiguration.Builder targetVisuals(String... targetVisuals)

      A list of the target visual IDs that are located in the same sheet of the analysis.

      Parameters:
      targetVisuals - A list of the target visual IDs that are located in the same sheet of the analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetVisualOptions

      SameSheetTargetVisualConfiguration.Builder targetVisualOptions(String targetVisualOptions)

      The options that choose the target visual in the same sheet.

      Valid values are defined as follows:

      • ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.

      Parameters:
      targetVisualOptions - The options that choose the target visual in the same sheet.

      Valid values are defined as follows:

      • ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetVisualOptions

      SameSheetTargetVisualConfiguration.Builder targetVisualOptions(TargetVisualOptions targetVisualOptions)

      The options that choose the target visual in the same sheet.

      Valid values are defined as follows:

      • ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.

      Parameters:
      targetVisualOptions - The options that choose the target visual in the same sheet.

      Valid values are defined as follows:

      • ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: