Package com.commercetools.api.client
Class ByProjectKeyProductProjectionsSearchGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyProductProjectionsSearchGet,ProductProjectionPagedSearchResponse>
com.commercetools.api.client.ByProjectKeyProductProjectionsSearchGet
- All Implemented Interfaces:
ByProjectKeyProductProjectionsSearchGetMixin
,Deprecatable200Trait<ByProjectKeyProductProjectionsSearchGet>
,ErrorableTrait<ByProjectKeyProductProjectionsSearchGet>
,LocaleprojectingTrait<ByProjectKeyProductProjectionsSearchGet>
,PriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
,ProjectionselectingTrait<ByProjectKeyProductProjectionsSearchGet>
,StoreprojectingtailoringTrait<ByProjectKeyProductProjectionsSearchGet>
,ClientRequestCommand<ProductProjectionPagedSearchResponse>
,CreateHttpRequestCommand
,HttpRequestCommand<ProductProjectionPagedSearchResponse>
,RequestCommand<ProductProjectionPagedSearchResponse>
public class ByProjectKeyProductProjectionsSearchGet
extends TypeApiMethod<ByProjectKeyProductProjectionsSearchGet,ProductProjectionPagedSearchResponse>
implements ByProjectKeyProductProjectionsSearchGetMixin, ProjectionselectingTrait<ByProjectKeyProductProjectionsSearchGet>, PriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsSearchGet>, StoreprojectingtailoringTrait<ByProjectKeyProductProjectionsSearchGet>, ErrorableTrait<ByProjectKeyProductProjectionsSearchGet>, Deprecatable200Trait<ByProjectKeyProductProjectionsSearchGet>
This method appends query parameters to the URL. The maximum allowed URL length is 8192 characters. Exceeding this limit will result in URL truncation, potentially leading to unexpected results. For funnel searches on Product Listing Pages, where users select multiple filters, we recommend the POST method which passes the query parameters within the request body, avoiding URL length restrictions.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product.ProductProjectionPagedSearchResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.productProjections()
.search()
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyProductProjectionsSearchGet
(ApiHttpClient apiHttpClient, String projectKey) -
Method Summary
Modifier and TypeMethodDescriptionaddExpand
(Collection<TValue> expand) add additional expand query parametersadd additional expand query parameteradd additional expand query parameteraddExpand
(TValue expand) add additional expand query parameteraddFacet
(Collection<TValue> facet) add additional facet query parametersadd additional facet query parameteradd additional facet query parameteraddFacet
(TValue facet) add additional facet query parameteraddFilter
(Collection<TValue> filter) add additional filter query parametersadd additional filter query parameteradd additional filter query parameteraddFilter
(TValue filter) add additional filter query parameteraddFilterFacets
(Collection<TValue> filterFacets) add additional filterFacets query parametersadd additional filterFacets query parameteraddFilterFacets
(Supplier<String> supplier) add additional filterFacets query parameteraddFilterFacets
(TValue filterFacets) add additional filterFacets query parameteraddFilterQuery
(Collection<TValue> filterQuery) add additional filterQuery query parametersadd additional filterQuery query parameteraddFilterQuery
(Supplier<String> supplier) add additional filterQuery query parameteraddFilterQuery
(TValue filterQuery) add additional filterQuery query parameteraddFuzzy
(Collection<TValue> fuzzy) add additional fuzzy query parametersadd additional fuzzy query parameteradd additional fuzzy query parameteraddFuzzy
(TValue fuzzy) add additional fuzzy query parameteraddFuzzyLevel
(Collection<TValue> fuzzyLevel) add additional fuzzyLevel query parametersadd additional fuzzyLevel query parameteraddFuzzyLevel
(Supplier<Integer> supplier) add additional fuzzyLevel query parameteraddFuzzyLevel
(TValue fuzzyLevel) add additional fuzzyLevel query parameteraddLimit
(Collection<TValue> limit) add additional limit query parametersadd additional limit query parameteradd additional limit query parameteraddLimit
(TValue limit) add additional limit query parameteraddLocaleProjection
(Collection<TValue> localeProjection) add additional localeProjection query parametersadd additional localeProjection query parameteraddLocaleProjection
(Supplier<String> supplier) add additional localeProjection query parameteraddLocaleProjection
(TValue localeProjection) add additional localeProjection query parameteraddMarkMatchingVariants
(Collection<TValue> markMatchingVariants) add additional markMatchingVariants query parametersadd additional markMatchingVariants query parameteraddMarkMatchingVariants
(Supplier<Boolean> supplier) add additional markMatchingVariants query parameteraddMarkMatchingVariants
(TValue markMatchingVariants) add additional markMatchingVariants query parameteraddOffset
(Collection<TValue> offset) add additional offset query parametersadd additional offset query parameteradd additional offset query parameteraddOffset
(TValue offset) add additional offset query parameteraddPriceChannel
(Collection<TValue> priceChannel) add additional priceChannel query parametersadd additional priceChannel query parameteraddPriceChannel
(Supplier<String> supplier) add additional priceChannel query parameteraddPriceChannel
(TValue priceChannel) add additional priceChannel query parameteraddPriceCountry
(Collection<TValue> priceCountry) add additional priceCountry query parametersadd additional priceCountry query parameteraddPriceCountry
(Supplier<String> supplier) add additional priceCountry query parameteraddPriceCountry
(TValue priceCountry) add additional priceCountry query parameteraddPriceCurrency
(Collection<TValue> priceCurrency) add additional priceCurrency query parametersadd additional priceCurrency query parameteraddPriceCurrency
(Supplier<String> supplier) add additional priceCurrency query parameteraddPriceCurrency
(TValue priceCurrency) add additional priceCurrency query parameteraddPriceCustomerGroup
(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parametersadd additional priceCustomerGroup query parameteraddPriceCustomerGroup
(Supplier<String> supplier) add additional priceCustomerGroup query parameteraddPriceCustomerGroup
(TValue priceCustomerGroup) add additional priceCustomerGroup query parameteraddPriceCustomerGroupAssignments
(Collection<TValue> priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parametersadd additional priceCustomerGroupAssignments query parameteraddPriceCustomerGroupAssignments
(Supplier<String> supplier) add additional priceCustomerGroupAssignments query parameteraddPriceCustomerGroupAssignments
(TValue priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parameteraddSort
(Collection<TValue> sort) add additional sort query parametersadd additional sort query parameteradd additional sort query parameteraddSort
(TValue sort) add additional sort query parameteraddStaged
(Collection<TValue> staged) add additional staged query parametersadd additional staged query parameteradd additional staged query parameteraddStaged
(TValue staged) add additional staged query parameteraddStoreProjection
(Collection<TValue> storeProjection) add additional storeProjection query parametersadd additional storeProjection query parameteraddStoreProjection
(Supplier<String> supplier) add additional storeProjection query parameteraddStoreProjection
(TValue storeProjection) add additional storeProjection query parameteraddText
(String locale, Collection<TValue> text) add additional text query parametersadd additional text query parameterboolean
execute
(ApiHttpClient client) executeBlocking
(ApiHttpClient client, Duration timeout) getFacet()
getFuzzy()
getLimit()
getSort()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<ProductProjectionPagedSearchResponse>
void
setProjectKey
(String projectKey) toString()
withExpand
(Collection<TValue> expand) set expand with the specified valuesset expand with the specified valuewithExpand
(Supplier<String> supplier) set expand with the specified valuewithExpand
(TValue expand) set expand with the specified valuewithFacet
(Collection<TValue> facet) set facet with the specified valuesset facet with the specified valueset facet with the specified valuewithFacet
(TValue facet) set facet with the specified valuewithFilter
(Collection<TValue> filter) set filter with the specified valuesset filter with the specified valuewithFilter
(Supplier<String> supplier) set filter with the specified valuewithFilter
(TValue filter) set filter with the specified valuewithFilterFacets
(Collection<TValue> filterFacets) set filterFacets with the specified valuesset filterFacets with the specified valuewithFilterFacets
(Supplier<String> supplier) set filterFacets with the specified valuewithFilterFacets
(TValue filterFacets) set filterFacets with the specified valuewithFilterQuery
(Collection<TValue> filterQuery) set filterQuery with the specified valuesset filterQuery with the specified valuewithFilterQuery
(Supplier<String> supplier) set filterQuery with the specified valuewithFilterQuery
(TValue filterQuery) set filterQuery with the specified valuewithFuzzy
(Collection<TValue> fuzzy) set fuzzy with the specified valuesset fuzzy with the specified valueset fuzzy with the specified valuewithFuzzy
(TValue fuzzy) set fuzzy with the specified valuewithFuzzyLevel
(Collection<TValue> fuzzyLevel) set fuzzyLevel with the specified valuesset fuzzyLevel with the specified valuewithFuzzyLevel
(Supplier<Integer> supplier) set fuzzyLevel with the specified valuewithFuzzyLevel
(TValue fuzzyLevel) set fuzzyLevel with the specified valuewithLimit
(Collection<TValue> limit) set limit with the specified valuesset limit with the specified valueset limit with the specified valuewithLimit
(TValue limit) set limit with the specified valuewithLocaleProjection
(Collection<TValue> localeProjection) set localeProjection with the specified valuesset localeProjection with the specified valuewithLocaleProjection
(Supplier<String> supplier) set localeProjection with the specified valuewithLocaleProjection
(TValue localeProjection) set localeProjection with the specified valuewithMarkMatchingVariants
(Collection<TValue> markMatchingVariants) set markMatchingVariants with the specified valuesset markMatchingVariants with the specified valuewithMarkMatchingVariants
(Supplier<Boolean> supplier) set markMatchingVariants with the specified valuewithMarkMatchingVariants
(TValue markMatchingVariants) set markMatchingVariants with the specified valuewithOffset
(Collection<TValue> offset) set offset with the specified valuesset offset with the specified valuewithOffset
(Supplier<Integer> supplier) set offset with the specified valuewithOffset
(TValue offset) set offset with the specified valuewithPriceChannel
(Collection<TValue> priceChannel) set priceChannel with the specified valuesset priceChannel with the specified valuewithPriceChannel
(Supplier<String> supplier) set priceChannel with the specified valuewithPriceChannel
(TValue priceChannel) set priceChannel with the specified valuewithPriceCountry
(Collection<TValue> priceCountry) set priceCountry with the specified valuesset priceCountry with the specified valuewithPriceCountry
(Supplier<String> supplier) set priceCountry with the specified valuewithPriceCountry
(TValue priceCountry) set priceCountry with the specified valuewithPriceCurrency
(Collection<TValue> priceCurrency) set priceCurrency with the specified valuesset priceCurrency with the specified valuewithPriceCurrency
(Supplier<String> supplier) set priceCurrency with the specified valuewithPriceCurrency
(TValue priceCurrency) set priceCurrency with the specified valuewithPriceCustomerGroup
(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified valuesset priceCustomerGroup with the specified valuewithPriceCustomerGroup
(Supplier<String> supplier) set priceCustomerGroup with the specified valuewithPriceCustomerGroup
(TValue priceCustomerGroup) set priceCustomerGroup with the specified valuewithPriceCustomerGroupAssignments
(Collection<TValue> priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified valuesset priceCustomerGroupAssignments with the specified valuewithPriceCustomerGroupAssignments
(Supplier<String> supplier) set priceCustomerGroupAssignments with the specified valuewithPriceCustomerGroupAssignments
(TValue priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified valuewithSort
(Collection<TValue> sort) set sort with the specified valuesset sort with the specified valueset sort with the specified valuewithSort
(TValue sort) set sort with the specified valuewithStaged
(Collection<TValue> staged) set staged with the specified valuesset staged with the specified valuewithStaged
(Supplier<Boolean> supplier) set staged with the specified valuewithStaged
(TValue staged) set staged with the specified valuewithStoreProjection
(Collection<TValue> storeProjection) set storeProjection with the specified valuesset storeProjection with the specified valuewithStoreProjection
(Supplier<String> supplier) set storeProjection with the specified valuewithStoreProjection
(TValue storeProjection) set storeProjection with the specified valuewithText
(String locale, Collection<TValue> text) set text with the specificied valuesset text with the specificied valueMethods inherited from class io.vrap.rmf.base.client.ApiMethod
addHeader, addQueryParam, addQueryParams, contentType, createHttpRequest, execute, execute, execute, execute, execute, execute, execute, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriString, getQueryParamUriStrings, send, sendBlocking, sendBlocking, with, with, withHeader, withHeaders, withHttpRequest, withoutHeader, withoutQueryParam, withQueryParam, withQueryParams
Methods inherited from interface com.commercetools.api.client.ByProjectKeyProductProjectionsSearchGetMixin
facet, facetDsl, filter, filterDsl, filterFacets, filterQuery
Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
executeBlocking
Methods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand
createHttpRequest
Methods inherited from interface com.commercetools.api.client.Deprecatable200Trait
asDeprecatable200Trait, asDeprecatable200TraitToBaseType
Methods inherited from interface com.commercetools.api.client.ErrorableTrait
asErrorableTrait, asErrorableTraitToBaseType
Methods inherited from interface com.commercetools.api.client.LocaleprojectingTrait
asLocaleprojectingTrait, asLocaleprojectingTraitToBaseType
Methods inherited from interface com.commercetools.api.client.PriceselectingTrait
asPriceselectingTrait, asPriceselectingTraitToBaseType
Methods inherited from interface com.commercetools.api.client.ProjectionselectingTrait
asProjectionselectingTrait, asProjectionselectingTraitToBaseType
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
Methods inherited from interface com.commercetools.api.client.StoreprojectingtailoringTrait
asStoreprojectingtailoringTrait, asStoreprojectingtailoringTraitToBaseType
-
Constructor Details
-
ByProjectKeyProductProjectionsSearchGet
-
ByProjectKeyProductProjectionsSearchGet
-
-
Method Details
-
resultType
public com.fasterxml.jackson.core.type.TypeReference<ProductProjectionPagedSearchResponse> resultType()- Specified by:
resultType
in interfaceHttpRequestCommand<ProductProjectionPagedSearchResponse>
-
executeBlocking
public ApiHttpResponse<ProductProjectionPagedSearchResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceClientRequestCommand<ProductProjectionPagedSearchResponse>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyProductProjectionsSearchGet,
ProductProjectionPagedSearchResponse>
-
execute
public CompletableFuture<ApiHttpResponse<ProductProjectionPagedSearchResponse>> execute(ApiHttpClient client) - Specified by:
execute
in interfaceClientRequestCommand<ProductProjectionPagedSearchResponse>
- Specified by:
execute
in classApiMethod<ByProjectKeyProductProjectionsSearchGet,
ProductProjectionPagedSearchResponse>
-
getProjectKey
-
getMarkMatchingVariants
-
getFuzzy
-
getFuzzyLevel
-
getFilterQuery
-
getFilter
-
getFacet
-
getFilterFacets
-
getExpand
-
getSort
-
getLimit
-
getOffset
-
getStaged
- Specified by:
getStaged
in interfaceProjectionselectingTrait<ByProjectKeyProductProjectionsSearchGet>
-
getPriceCurrency
- Specified by:
getPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
-
getPriceCountry
- Specified by:
getPriceCountry
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
-
getPriceCustomerGroup
- Specified by:
getPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
-
getPriceCustomerGroupAssignments
- Specified by:
getPriceCustomerGroupAssignments
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
-
getPriceChannel
- Specified by:
getPriceChannel
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
-
getLocaleProjection
- Specified by:
getLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyProductProjectionsSearchGet>
-
getStoreProjection
- Specified by:
getStoreProjection
in interfaceStoreprojectingtailoringTrait<ByProjectKeyProductProjectionsSearchGet>
-
setProjectKey
-
withMarkMatchingVariants
public <TValue> ByProjectKeyProductProjectionsSearchGet withMarkMatchingVariants(TValue markMatchingVariants) set markMatchingVariants with the specified value- Type Parameters:
TValue
- value type- Parameters:
markMatchingVariants
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addMarkMatchingVariants
public <TValue> ByProjectKeyProductProjectionsSearchGet addMarkMatchingVariants(TValue markMatchingVariants) add additional markMatchingVariants query parameter- Type Parameters:
TValue
- value type- Parameters:
markMatchingVariants
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withMarkMatchingVariants
set markMatchingVariants with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addMarkMatchingVariants
add additional markMatchingVariants query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withMarkMatchingVariants
public ByProjectKeyProductProjectionsSearchGet withMarkMatchingVariants(Function<StringBuilder, StringBuilder> op) set markMatchingVariants with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addMarkMatchingVariants
public ByProjectKeyProductProjectionsSearchGet addMarkMatchingVariants(Function<StringBuilder, StringBuilder> op) add additional markMatchingVariants query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withMarkMatchingVariants
public <TValue> ByProjectKeyProductProjectionsSearchGet withMarkMatchingVariants(Collection<TValue> markMatchingVariants) set markMatchingVariants with the specified values- Type Parameters:
TValue
- value type- Parameters:
markMatchingVariants
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addMarkMatchingVariants
public <TValue> ByProjectKeyProductProjectionsSearchGet addMarkMatchingVariants(Collection<TValue> markMatchingVariants) add additional markMatchingVariants query parameters- Type Parameters:
TValue
- value type- Parameters:
markMatchingVariants
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFuzzy
set fuzzy with the specified value- Type Parameters:
TValue
- value type- Parameters:
fuzzy
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFuzzy
add additional fuzzy query parameter- Type Parameters:
TValue
- value type- Parameters:
fuzzy
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFuzzy
set fuzzy with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFuzzy
add additional fuzzy query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFuzzy
set fuzzy with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFuzzy
add additional fuzzy query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFuzzy
set fuzzy with the specified values- Type Parameters:
TValue
- value type- Parameters:
fuzzy
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFuzzy
add additional fuzzy query parameters- Type Parameters:
TValue
- value type- Parameters:
fuzzy
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFuzzyLevel
set fuzzyLevel with the specified value- Type Parameters:
TValue
- value type- Parameters:
fuzzyLevel
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFuzzyLevel
add additional fuzzyLevel query parameter- Type Parameters:
TValue
- value type- Parameters:
fuzzyLevel
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFuzzyLevel
set fuzzyLevel with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFuzzyLevel
add additional fuzzyLevel query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFuzzyLevel
public ByProjectKeyProductProjectionsSearchGet withFuzzyLevel(Function<StringBuilder, StringBuilder> op) set fuzzyLevel with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFuzzyLevel
public ByProjectKeyProductProjectionsSearchGet addFuzzyLevel(Function<StringBuilder, StringBuilder> op) add additional fuzzyLevel query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFuzzyLevel
public <TValue> ByProjectKeyProductProjectionsSearchGet withFuzzyLevel(Collection<TValue> fuzzyLevel) set fuzzyLevel with the specified values- Type Parameters:
TValue
- value type- Parameters:
fuzzyLevel
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFuzzyLevel
public <TValue> ByProjectKeyProductProjectionsSearchGet addFuzzyLevel(Collection<TValue> fuzzyLevel) add additional fuzzyLevel query parameters- Type Parameters:
TValue
- value type- Parameters:
fuzzyLevel
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilterQuery
set filterQuery with the specified value- Type Parameters:
TValue
- value type- Parameters:
filterQuery
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilterQuery
add additional filterQuery query parameter- Specified by:
addFilterQuery
in interfaceByProjectKeyProductProjectionsSearchGetMixin
- Type Parameters:
TValue
- value type- Parameters:
filterQuery
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilterQuery
set filterQuery with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilterQuery
add additional filterQuery query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilterQuery
public ByProjectKeyProductProjectionsSearchGet withFilterQuery(Function<StringBuilder, StringBuilder> op) set filterQuery with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilterQuery
public ByProjectKeyProductProjectionsSearchGet addFilterQuery(Function<StringBuilder, StringBuilder> op) add additional filterQuery query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilterQuery
public <TValue> ByProjectKeyProductProjectionsSearchGet withFilterQuery(Collection<TValue> filterQuery) set filterQuery with the specified values- Type Parameters:
TValue
- value type- Parameters:
filterQuery
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilterQuery
public <TValue> ByProjectKeyProductProjectionsSearchGet addFilterQuery(Collection<TValue> filterQuery) add additional filterQuery query parameters- Type Parameters:
TValue
- value type- Parameters:
filterQuery
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilter
set filter with the specified value- Type Parameters:
TValue
- value type- Parameters:
filter
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilter
add additional filter query parameter- Specified by:
addFilter
in interfaceByProjectKeyProductProjectionsSearchGetMixin
- Type Parameters:
TValue
- value type- Parameters:
filter
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilter
set filter with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilter
add additional filter query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilter
set filter with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilter
add additional filter query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilter
set filter with the specified values- Type Parameters:
TValue
- value type- Parameters:
filter
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilter
add additional filter query parameters- Type Parameters:
TValue
- value type- Parameters:
filter
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFacet
set facet with the specified value- Type Parameters:
TValue
- value type- Parameters:
facet
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFacet
add additional facet query parameter- Specified by:
addFacet
in interfaceByProjectKeyProductProjectionsSearchGetMixin
- Type Parameters:
TValue
- value type- Parameters:
facet
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFacet
set facet with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFacet
add additional facet query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFacet
set facet with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFacet
add additional facet query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFacet
set facet with the specified values- Type Parameters:
TValue
- value type- Parameters:
facet
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFacet
add additional facet query parameters- Type Parameters:
TValue
- value type- Parameters:
facet
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilterFacets
set filterFacets with the specified value- Type Parameters:
TValue
- value type- Parameters:
filterFacets
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilterFacets
add additional filterFacets query parameter- Specified by:
addFilterFacets
in interfaceByProjectKeyProductProjectionsSearchGetMixin
- Type Parameters:
TValue
- value type- Parameters:
filterFacets
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilterFacets
set filterFacets with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilterFacets
add additional filterFacets query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilterFacets
public ByProjectKeyProductProjectionsSearchGet withFilterFacets(Function<StringBuilder, StringBuilder> op) set filterFacets with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilterFacets
public ByProjectKeyProductProjectionsSearchGet addFilterFacets(Function<StringBuilder, StringBuilder> op) add additional filterFacets query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withFilterFacets
public <TValue> ByProjectKeyProductProjectionsSearchGet withFilterFacets(Collection<TValue> filterFacets) set filterFacets with the specified values- Type Parameters:
TValue
- value type- Parameters:
filterFacets
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addFilterFacets
public <TValue> ByProjectKeyProductProjectionsSearchGet addFilterFacets(Collection<TValue> filterFacets) add additional filterFacets query parameters- Type Parameters:
TValue
- value type- Parameters:
filterFacets
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withExpand
set expand with the specified value- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addExpand
add additional expand query parameter- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withExpand
set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addExpand
add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withExpand
set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addExpand
add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withExpand
set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addExpand
add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withSort
set sort with the specified value- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addSort
add additional sort query parameter- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withSort
set sort with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addSort
add additional sort query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withSort
set sort with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addSort
add additional sort query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withSort
set sort with the specified values- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addSort
add additional sort query parameters- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withLimit
set limit with the specified value- Type Parameters:
TValue
- value type- Parameters:
limit
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addLimit
add additional limit query parameter- Type Parameters:
TValue
- value type- Parameters:
limit
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withLimit
set limit with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addLimit
add additional limit query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withLimit
set limit with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addLimit
add additional limit query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withLimit
set limit with the specified values- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addLimit
add additional limit query parameters- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withOffset
set offset with the specified value- Type Parameters:
TValue
- value type- Parameters:
offset
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addOffset
add additional offset query parameter- Type Parameters:
TValue
- value type- Parameters:
offset
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withOffset
set offset with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addOffset
add additional offset query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withOffset
set offset with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addOffset
add additional offset query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withOffset
set offset with the specified values- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addOffset
add additional offset query parameters- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withStaged
set staged with the specified value- Specified by:
withStaged
in interfaceProjectionselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
staged
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addStaged
add additional staged query parameter- Specified by:
addStaged
in interfaceProjectionselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
staged
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withStaged
set staged with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addStaged
add additional staged query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withStaged
set staged with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addStaged
add additional staged query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withStaged
set staged with the specified values- Type Parameters:
TValue
- value type- Parameters:
staged
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addStaged
add additional staged query parameters- Type Parameters:
TValue
- value type- Parameters:
staged
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCurrency
set priceCurrency with the specified value- Specified by:
withPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCurrency
add additional priceCurrency query parameter- Specified by:
addPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCurrency
set priceCurrency with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCurrency
add additional priceCurrency query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCurrency
public ByProjectKeyProductProjectionsSearchGet withPriceCurrency(Function<StringBuilder, StringBuilder> op) set priceCurrency with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCurrency
public ByProjectKeyProductProjectionsSearchGet addPriceCurrency(Function<StringBuilder, StringBuilder> op) add additional priceCurrency query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCurrency
public <TValue> ByProjectKeyProductProjectionsSearchGet withPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCurrency
public <TValue> ByProjectKeyProductProjectionsSearchGet addPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCountry
set priceCountry with the specified value- Specified by:
withPriceCountry
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCountry
add additional priceCountry query parameter- Specified by:
addPriceCountry
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCountry
set priceCountry with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCountry
add additional priceCountry query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCountry
public ByProjectKeyProductProjectionsSearchGet withPriceCountry(Function<StringBuilder, StringBuilder> op) set priceCountry with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCountry
public ByProjectKeyProductProjectionsSearchGet addPriceCountry(Function<StringBuilder, StringBuilder> op) add additional priceCountry query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCountry
public <TValue> ByProjectKeyProductProjectionsSearchGet withPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCountry
public <TValue> ByProjectKeyProductProjectionsSearchGet addPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsSearchGet withPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified value- Specified by:
withPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsSearchGet addPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameter- Specified by:
addPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCustomerGroup
set priceCustomerGroup with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCustomerGroup
add additional priceCustomerGroup query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCustomerGroup
public ByProjectKeyProductProjectionsSearchGet withPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) set priceCustomerGroup with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCustomerGroup
public ByProjectKeyProductProjectionsSearchGet addPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroup query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsSearchGet withPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsSearchGet addPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCustomerGroupAssignments
public <TValue> ByProjectKeyProductProjectionsSearchGet withPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified value- Specified by:
withPriceCustomerGroupAssignments
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroupAssignments
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCustomerGroupAssignments
public <TValue> ByProjectKeyProductProjectionsSearchGet addPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parameter- Specified by:
addPriceCustomerGroupAssignments
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroupAssignments
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCustomerGroupAssignments
public ByProjectKeyProductProjectionsSearchGet withPriceCustomerGroupAssignments(Supplier<String> supplier) set priceCustomerGroupAssignments with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCustomerGroupAssignments
public ByProjectKeyProductProjectionsSearchGet addPriceCustomerGroupAssignments(Supplier<String> supplier) add additional priceCustomerGroupAssignments query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCustomerGroupAssignments
public ByProjectKeyProductProjectionsSearchGet withPriceCustomerGroupAssignments(Function<StringBuilder, StringBuilder> op) set priceCustomerGroupAssignments with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCustomerGroupAssignments
public ByProjectKeyProductProjectionsSearchGet addPriceCustomerGroupAssignments(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroupAssignments query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceCustomerGroupAssignments
public <TValue> ByProjectKeyProductProjectionsSearchGet withPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroupAssignments
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceCustomerGroupAssignments
public <TValue> ByProjectKeyProductProjectionsSearchGet addPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroupAssignments
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceChannel
set priceChannel with the specified value- Specified by:
withPriceChannel
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceChannel
add additional priceChannel query parameter- Specified by:
addPriceChannel
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceChannel
set priceChannel with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceChannel
add additional priceChannel query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceChannel
public ByProjectKeyProductProjectionsSearchGet withPriceChannel(Function<StringBuilder, StringBuilder> op) set priceChannel with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceChannel
public ByProjectKeyProductProjectionsSearchGet addPriceChannel(Function<StringBuilder, StringBuilder> op) add additional priceChannel query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withPriceChannel
public <TValue> ByProjectKeyProductProjectionsSearchGet withPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addPriceChannel
public <TValue> ByProjectKeyProductProjectionsSearchGet addPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parameters- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withLocaleProjection
public <TValue> ByProjectKeyProductProjectionsSearchGet withLocaleProjection(TValue localeProjection) set localeProjection with the specified value- Specified by:
withLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addLocaleProjection
public <TValue> ByProjectKeyProductProjectionsSearchGet addLocaleProjection(TValue localeProjection) add additional localeProjection query parameter- Specified by:
addLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withLocaleProjection
set localeProjection with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addLocaleProjection
add additional localeProjection query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withLocaleProjection
public ByProjectKeyProductProjectionsSearchGet withLocaleProjection(Function<StringBuilder, StringBuilder> op) set localeProjection with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addLocaleProjection
public ByProjectKeyProductProjectionsSearchGet addLocaleProjection(Function<StringBuilder, StringBuilder> op) add additional localeProjection query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withLocaleProjection
public <TValue> ByProjectKeyProductProjectionsSearchGet withLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified values- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addLocaleProjection
public <TValue> ByProjectKeyProductProjectionsSearchGet addLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parameters- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withStoreProjection
set storeProjection with the specified value- Specified by:
withStoreProjection
in interfaceStoreprojectingtailoringTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addStoreProjection
add additional storeProjection query parameter- Specified by:
addStoreProjection
in interfaceStoreprojectingtailoringTrait<ByProjectKeyProductProjectionsSearchGet>
- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withStoreProjection
set storeProjection with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addStoreProjection
add additional storeProjection query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withStoreProjection
public ByProjectKeyProductProjectionsSearchGet withStoreProjection(Function<StringBuilder, StringBuilder> op) set storeProjection with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addStoreProjection
public ByProjectKeyProductProjectionsSearchGet addStoreProjection(Function<StringBuilder, StringBuilder> op) add additional storeProjection query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withStoreProjection
public <TValue> ByProjectKeyProductProjectionsSearchGet withStoreProjection(Collection<TValue> storeProjection) set storeProjection with the specified values- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- values to be set- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addStoreProjection
public <TValue> ByProjectKeyProductProjectionsSearchGet addStoreProjection(Collection<TValue> storeProjection) add additional storeProjection query parameters- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- values to be added- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withText
set text with the specificied value- Type Parameters:
TValue
- value type- Parameters:
locale
- parameter nametext
- parameter value- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addText
add additional text query parameter- Type Parameters:
TValue
- value type- Parameters:
locale
- parameter nametext
- parameter value- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
withText
public <TValue> ByProjectKeyProductProjectionsSearchGet withText(String locale, Collection<TValue> text) set text with the specificied values- Type Parameters:
TValue
- value type- Parameters:
locale
- parameter nametext
- parameter values- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
addText
public <TValue> ByProjectKeyProductProjectionsSearchGet addText(String locale, Collection<TValue> text) add additional text query parameters- Type Parameters:
TValue
- value type- Parameters:
locale
- parameter nametext
- parameter values- Returns:
- ByProjectKeyProductProjectionsSearchGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-