Interface LFTag.Builder

    • Method Detail

      • tagKey

        LFTag.Builder tagKey​(String tagKey)

        The key name for the LF-tag.

        Parameters:
        tagKey - The key name for the LF-tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValues

        LFTag.Builder tagValues​(Collection<String> tagValues)

        A list of LF-tag values.

        Parameters:
        tagValues - A list of LF-tag values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValues

        LFTag.Builder tagValues​(String... tagValues)

        A list of LF-tag values.

        Parameters:
        tagValues - A list of LF-tag values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.