Interface FilterOperationSelectedFieldsConfiguration.Builder

    • Method Detail

      • selectedFields

        FilterOperationSelectedFieldsConfiguration.Builder selectedFields​(Collection<String> selectedFields)

        Chooses the fields that are filtered in CustomActionFilterOperation.

        Parameters:
        selectedFields - Chooses the fields that are filtered in CustomActionFilterOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectedFields

        FilterOperationSelectedFieldsConfiguration.Builder selectedFields​(String... selectedFields)

        Chooses the fields that are filtered in CustomActionFilterOperation.

        Parameters:
        selectedFields - Chooses the fields that are filtered in CustomActionFilterOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectedFieldOptions

        FilterOperationSelectedFieldsConfiguration.Builder selectedFieldOptions​(String selectedFieldOptions)

        A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

        Valid values are defined as follows:

        • ALL_FIELDS: Applies the filter operation to all fields.

        Parameters:
        selectedFieldOptions - A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

        Valid values are defined as follows:

        • ALL_FIELDS: Applies the filter operation to all fields.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SelectedFieldOptions, SelectedFieldOptions
      • selectedFieldOptions

        FilterOperationSelectedFieldsConfiguration.Builder selectedFieldOptions​(SelectedFieldOptions selectedFieldOptions)

        A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

        Valid values are defined as follows:

        • ALL_FIELDS: Applies the filter operation to all fields.

        Parameters:
        selectedFieldOptions - A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

        Valid values are defined as follows:

        • ALL_FIELDS: Applies the filter operation to all fields.

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