Interface DataPathLabelType.Builder

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

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

    • 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

      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: