Interface TopicCategoryFilterConstant.Builder

    • Method Detail

      • constantType

        TopicCategoryFilterConstant.Builder constantType​(String constantType)

        The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE.

        Parameters:
        constantType - The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConstantType, ConstantType
      • constantType

        TopicCategoryFilterConstant.Builder constantType​(ConstantType constantType)

        The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE.

        Parameters:
        constantType - The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConstantType, ConstantType
      • singularConstant

        TopicCategoryFilterConstant.Builder singularConstant​(String singularConstant)

        A singular constant used in a category filter. This element is used to specify a single value for the constant.

        Parameters:
        singularConstant - A singular constant used in a category filter. This element is used to specify a single value for the constant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collectiveConstant

        TopicCategoryFilterConstant.Builder collectiveConstant​(CollectiveConstant collectiveConstant)

        A collective constant used in a category filter. This element is used to specify a list of values for the constant.

        Parameters:
        collectiveConstant - A collective constant used in a category filter. This element is used to specify a list of values for the constant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.