Interface FieldTooltipItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FieldTooltipItem.Builder,FieldTooltipItem>, SdkBuilder<FieldTooltipItem.Builder,FieldTooltipItem>, SdkPojo
Enclosing class:
FieldTooltipItem

public static interface FieldTooltipItem.Builder extends SdkPojo, CopyableBuilder<FieldTooltipItem.Builder,FieldTooltipItem>
  • Method Details

    • fieldId

      FieldTooltipItem.Builder fieldId(String fieldId)

      The unique ID of the field that is targeted by the tooltip.

      Parameters:
      fieldId - The unique ID of the field that is targeted by the tooltip.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • label

      The label of the tooltip item.

      Parameters:
      label - The label of the tooltip item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibility

      FieldTooltipItem.Builder visibility(String visibility)

      The visibility of the tooltip item.

      Parameters:
      visibility - The visibility of the tooltip item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visibility

      FieldTooltipItem.Builder visibility(Visibility visibility)

      The visibility of the tooltip item.

      Parameters:
      visibility - The visibility of the tooltip item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tooltipTarget

      FieldTooltipItem.Builder tooltipTarget(String tooltipTarget)

      Determines the target of the field tooltip item in a combo chart visual.

      Parameters:
      tooltipTarget - Determines the target of the field tooltip item in a combo chart visual.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tooltipTarget

      FieldTooltipItem.Builder tooltipTarget(TooltipTarget tooltipTarget)

      Determines the target of the field tooltip item in a combo chart visual.

      Parameters:
      tooltipTarget - Determines the target of the field tooltip item in a combo chart visual.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: