Interface PromptSearchCriteria.Builder

    • Method Detail

      • orConditions

        PromptSearchCriteria.Builder orConditions​(Collection<PromptSearchCriteria> orConditions)

        A list of conditions which would be applied together with an OR condition.

        Parameters:
        orConditions - A list of conditions which would be applied together with an OR condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • orConditions

        PromptSearchCriteria.Builder orConditions​(PromptSearchCriteria... orConditions)

        A list of conditions which would be applied together with an OR condition.

        Parameters:
        orConditions - A list of conditions which would be applied together with an OR condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • andConditions

        PromptSearchCriteria.Builder andConditions​(Collection<PromptSearchCriteria> andConditions)

        A list of conditions which would be applied together with an AND condition.

        Parameters:
        andConditions - A list of conditions which would be applied together with an AND condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • andConditions

        PromptSearchCriteria.Builder andConditions​(PromptSearchCriteria... andConditions)

        A list of conditions which would be applied together with an AND condition.

        Parameters:
        andConditions - A list of conditions which would be applied together with an AND condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringCondition

        PromptSearchCriteria.Builder stringCondition​(StringCondition stringCondition)

        A leaf node condition which can be used to specify a string condition.

        The currently supported values for FieldName are name, description, and resourceID.

        Parameters:
        stringCondition - A leaf node condition which can be used to specify a string condition.

        The currently supported values for FieldName are name, description, and resourceID.

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