Interface FieldLabelType.Builder

    • Method Detail

      • fieldId

        FieldLabelType.Builder fieldId​(String fieldId)

        Indicates the field that is targeted by the field label.

        Parameters:
        fieldId - Indicates the field that is targeted by the field label.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • visibility

        FieldLabelType.Builder visibility​(String visibility)

        The visibility of the field label.

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

        FieldLabelType.Builder visibility​(Visibility visibility)

        The visibility of the field label.

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