Interface FlowTemplateFilter.Builder

    • Method Detail

      • value

        FlowTemplateFilter.Builder value​(Collection<String> value)

        An array of string values for the search filter field. Multiple values function as AND criteria in the search.

        Parameters:
        value - An array of string values for the search filter field. Multiple values function as AND criteria in the search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        FlowTemplateFilter.Builder value​(String... value)

        An array of string values for the search filter field. Multiple values function as AND criteria in the search.

        Parameters:
        value - An array of string values for the search filter field. Multiple values function as AND criteria in the search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.