Class ProductSearchProjectionParamsBuilder
- All Implemented Interfaces:
Builder<ProductSearchProjectionParams>
Example to create an instance using the builder pattern
ProductSearchProjectionParams productSearchProjectionParams = ProductSearchProjectionParams.builder()
.build()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
builds ProductSearchProjectionParams with checking for non-null required valuesbuilds ProductSearchProjectionParams without checking for non-null required valuesExpands avalue
of type Reference in a ProductProjection.Expands avalue
of type Reference in a ProductProjection.Expands avalue
of type Reference in a ProductProjection.Used for locale-based projection.id
of an existing Channel used for Product price selection.The country used for Product price selection.The currency used for Product price selection.id
of an existing CustomerGroup used for Product price selection.IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups.Set totrue
to retrieve the staged Product Projectionkey
of an existing Store.localeProjection
(String... localeProjection) Used for locale-based projection.localeProjection
(List<String> localeProjection) Used for locale-based projection.of()
factory method for an instance of ProductSearchProjectionParamsBuilderof
(ProductSearchProjectionParams template) create builder for ProductSearchProjectionParams instanceplusExpand
(String... expand) Expands avalue
of type Reference in a ProductProjection.plusLocaleProjection
(String... localeProjection) Used for locale-based projection.plusPriceCustomerGroupAssignments
(String... priceCustomerGroupAssignments) IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups.priceChannel
(String priceChannel) id
of an existing Channel used for Product price selection.priceCountry
(String priceCountry) The country used for Product price selection.priceCurrency
(String priceCurrency) The currency used for Product price selection.priceCustomerGroup
(String priceCustomerGroup) id
of an existing CustomerGroup used for Product price selection.priceCustomerGroupAssignments
(String... priceCustomerGroupAssignments) IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups.priceCustomerGroupAssignments
(List<String> priceCustomerGroupAssignments) IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups.Set totrue
to retrieve the staged Product ProjectionstoreProjection
(String storeProjection) key
of an existing Store.
-
Constructor Details
-
ProductSearchProjectionParamsBuilder
public ProductSearchProjectionParamsBuilder()
-
-
Method Details
-
expand
Expands a
value
of type Reference in a ProductProjection. In case the referenced object does not exist, the API returns the non-expanded reference.- Parameters:
expand
- value to be set- Returns:
- Builder
-
expand
Expands a
value
of type Reference in a ProductProjection. In case the referenced object does not exist, the API returns the non-expanded reference.- Parameters:
expand
- value to be set- Returns:
- Builder
-
plusExpand
Expands a
value
of type Reference in a ProductProjection. In case the referenced object does not exist, the API returns the non-expanded reference.- Parameters:
expand
- value to be set- Returns:
- Builder
-
staged
Set to
true
to retrieve the staged Product Projection- Parameters:
staged
- value to be set- Returns:
- Builder
-
priceCurrency
The currency used for Product price selection.
- Parameters:
priceCurrency
- value to be set- Returns:
- Builder
-
priceCountry
The country used for Product price selection. It can be used only in conjunction with the
priceCurrency
parameter.- Parameters:
priceCountry
- value to be set- Returns:
- Builder
-
priceCustomerGroup
id
of an existing CustomerGroup used for Product price selection. It can be used only in conjunction with thepriceCurrency
parameter.- Parameters:
priceCustomerGroup
- value to be set- Returns:
- Builder
-
priceCustomerGroupAssignments
public ProductSearchProjectionParamsBuilder priceCustomerGroupAssignments(@Nullable String... priceCustomerGroupAssignments) IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the
priceCurrency
parameter.- Parameters:
priceCustomerGroupAssignments
- value to be set- Returns:
- Builder
-
priceCustomerGroupAssignments
public ProductSearchProjectionParamsBuilder priceCustomerGroupAssignments(@Nullable List<String> priceCustomerGroupAssignments) IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the
priceCurrency
parameter.- Parameters:
priceCustomerGroupAssignments
- value to be set- Returns:
- Builder
-
plusPriceCustomerGroupAssignments
public ProductSearchProjectionParamsBuilder plusPriceCustomerGroupAssignments(@Nullable String... priceCustomerGroupAssignments) IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the
priceCurrency
parameter.- Parameters:
priceCustomerGroupAssignments
- value to be set- Returns:
- Builder
-
priceChannel
id
of an existing Channel used for Product price selection. It can be used only in conjunction with thepriceCurrency
parameter.- Parameters:
priceChannel
- value to be set- Returns:
- Builder
-
localeProjection
Used for locale-based projection.
- Parameters:
localeProjection
- value to be set- Returns:
- Builder
-
localeProjection
public ProductSearchProjectionParamsBuilder localeProjection(@Nullable List<String> localeProjection) Used for locale-based projection.
- Parameters:
localeProjection
- value to be set- Returns:
- Builder
-
plusLocaleProjection
public ProductSearchProjectionParamsBuilder plusLocaleProjection(@Nullable String... localeProjection) Used for locale-based projection.
- Parameters:
localeProjection
- value to be set- Returns:
- Builder
-
storeProjection
key
of an existing Store. If the Store has definedlanguages
,countries
,distributionChannels
, orsupplyChannels
, they are used for projections based on locale, price, and inventory. For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account. Product Tailoring modifies the product information returned in API responses, but evaluating query expressions is restricted to the original product information.- Parameters:
storeProjection
- value to be set- Returns:
- Builder
-
getExpand
Expands a
value
of type Reference in a ProductProjection. In case the referenced object does not exist, the API returns the non-expanded reference.- Returns:
- expand
-
getStaged
Set to
true
to retrieve the staged Product Projection- Returns:
- staged
-
getPriceCurrency
The currency used for Product price selection.
- Returns:
- priceCurrency
-
getPriceCountry
The country used for Product price selection. It can be used only in conjunction with the
priceCurrency
parameter.- Returns:
- priceCountry
-
getPriceCustomerGroup
id
of an existing CustomerGroup used for Product price selection. It can be used only in conjunction with thepriceCurrency
parameter.- Returns:
- priceCustomerGroup
-
getPriceCustomerGroupAssignments
IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the
priceCurrency
parameter.- Returns:
- priceCustomerGroupAssignments
-
getPriceChannel
id
of an existing Channel used for Product price selection. It can be used only in conjunction with thepriceCurrency
parameter.- Returns:
- priceChannel
-
getLocaleProjection
Used for locale-based projection.
- Returns:
- localeProjection
-
getStoreProjection
key
of an existing Store. If the Store has definedlanguages
,countries
,distributionChannels
, orsupplyChannels
, they are used for projections based on locale, price, and inventory. For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account. Product Tailoring modifies the product information returned in API responses, but evaluating query expressions is restricted to the original product information.- Returns:
- storeProjection
-
build
builds ProductSearchProjectionParams with checking for non-null required values- Specified by:
build
in interfaceBuilder<ProductSearchProjectionParams>
- Returns:
- ProductSearchProjectionParams
-
buildUnchecked
builds ProductSearchProjectionParams without checking for non-null required values- Returns:
- ProductSearchProjectionParams
-
of
factory method for an instance of ProductSearchProjectionParamsBuilder- Returns:
- builder
-
of
create builder for ProductSearchProjectionParams instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-