Interface DataPathLabelType.Builder

    • Method Detail

      • fieldId

        DataPathLabelType.Builder fieldId​(String fieldId)

        The field ID of the field that the data label needs to be applied to.

        Parameters:
        fieldId - The field ID of the field that the data label needs to be applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldValue

        DataPathLabelType.Builder fieldValue​(String fieldValue)

        The actual value of the field that is labeled.

        Parameters:
        fieldValue - The actual value of the field that is labeled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • visibility

        DataPathLabelType.Builder visibility​(String visibility)

        The visibility of the data label.

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

        DataPathLabelType.Builder visibility​(Visibility visibility)

        The visibility of the data label.

        Parameters:
        visibility - The visibility of the data label.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility