Interface ProductInformationFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProductInformationFilter.Builder,ProductInformationFilter>, SdkBuilder<ProductInformationFilter.Builder,ProductInformationFilter>, SdkPojo
Enclosing class:
ProductInformationFilter

public static interface ProductInformationFilter.Builder extends SdkPojo, CopyableBuilder<ProductInformationFilter.Builder,ProductInformationFilter>
  • Method Details

    • productInformationFilterName

      ProductInformationFilter.Builder productInformationFilterName(String productInformationFilterName)

      Filter name.

      Parameters:
      productInformationFilterName - Filter name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productInformationFilterValue

      ProductInformationFilter.Builder productInformationFilterValue(Collection<String> productInformationFilterValue)

      Filter value.

      Parameters:
      productInformationFilterValue - Filter value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productInformationFilterValue

      ProductInformationFilter.Builder productInformationFilterValue(String... productInformationFilterValue)

      Filter value.

      Parameters:
      productInformationFilterValue - Filter value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productInformationFilterComparator

      ProductInformationFilter.Builder productInformationFilterComparator(String productInformationFilterComparator)

      Logical operator.

      Parameters:
      productInformationFilterComparator - Logical operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.