Interface Field.Builder

    • Method Detail

      • key

        Field.Builder key​(String key)

        The field identifier.

        Parameters:
        key - The field identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringValue

        Field.Builder stringValue​(String stringValue)

        The field value, expressed as a String.

        Parameters:
        stringValue - The field value, expressed as a String.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • refValue

        Field.Builder refValue​(String refValue)

        The field value, expressed as the identifier of another object.

        Parameters:
        refValue - The field value, expressed as the identifier of another object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.