Interface ColumnLFTag.Builder

    • Method Detail

      • name

        ColumnLFTag.Builder name​(String name)

        The name of a column resource.

        Parameters:
        name - The name of a column resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lfTags

        ColumnLFTag.Builder lfTags​(Collection<LFTagPair> lfTags)

        The LF-tags attached to a column resource.

        Parameters:
        lfTags - The LF-tags attached to a column resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lfTags

        ColumnLFTag.Builder lfTags​(LFTagPair... lfTags)

        The LF-tags attached to a column resource.

        Parameters:
        lfTags - The LF-tags attached to a column resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.