Interface DocumentAttributeConfiguration.Builder

    • Method Detail

      • name

        DocumentAttributeConfiguration.Builder name​(String name)

        The name of the document attribute.

        Parameters:
        name - The name of the document attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • search

        DocumentAttributeConfiguration.Builder search​(String search)

        Information about whether the document attribute can be used by an end user to search for information on their web experience.

        Parameters:
        search - Information about whether the document attribute can be used by an end user to search for information on their web experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • search

        DocumentAttributeConfiguration.Builder search​(Status search)

        Information about whether the document attribute can be used by an end user to search for information on their web experience.

        Parameters:
        search - Information about whether the document attribute can be used by an end user to search for information on their web experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status