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 possible values an attribute can take.

        The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values.

        Parameters:
        tagValues - A list of possible values an attribute can take.

        The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more 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 possible values an attribute can take.

        The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values.

        Parameters:
        tagValues - A list of possible values an attribute can take.

        The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values.

        Returns:
        Returns a reference to this object so that method calls can be chained together.