Package com.commercetools.api.client
Class ByProjectKeyProductProjectionsGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyProductProjectionsGet,ProductProjectionPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyProductProjectionsGet
- All Implemented Interfaces:
ByProjectKeyProductProjectionsGetMixin
,Deprecatable200Trait<ByProjectKeyProductProjectionsGet>
,ErrorableTrait<ByProjectKeyProductProjectionsGet>
,ExpandableTrait<ByProjectKeyProductProjectionsGet>
,LocaleprojectingTrait<ByProjectKeyProductProjectionsGet>
,PagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
,ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> PagingTrait<ByProjectKeyProductProjectionsGet>
,PriceselectingTrait<ByProjectKeyProductProjectionsGet>
,ProjectionselectingTrait<ByProjectKeyProductProjectionsGet>
,QueryTrait<ByProjectKeyProductProjectionsGet>
,SimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
,ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> SortableTrait<ByProjectKeyProductProjectionsGet>
,StoreprojectingTrait<ByProjectKeyProductProjectionsGet>
,ClientRequestCommand<ProductProjectionPagedQueryResponse>
,CreateHttpRequestCommand
,HttpRequestCommand<ProductProjectionPagedQueryResponse>
,RequestCommand<ProductProjectionPagedQueryResponse>
public class ByProjectKeyProductProjectionsGet
extends TypeApiMethod<ByProjectKeyProductProjectionsGet,ProductProjectionPagedQueryResponse>
implements ByProjectKeyProductProjectionsGetMixin, ProjectionselectingTrait<ByProjectKeyProductProjectionsGet>, PriceselectingTrait<ByProjectKeyProductProjectionsGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsGet>, StoreprojectingTrait<ByProjectKeyProductProjectionsGet>, ExpandableTrait<ByProjectKeyProductProjectionsGet>, SortableTrait<ByProjectKeyProductProjectionsGet>, PagingTrait<ByProjectKeyProductProjectionsGet>, QueryTrait<ByProjectKeyProductProjectionsGet>, ErrorableTrait<ByProjectKeyProductProjectionsGet>, Deprecatable200Trait<ByProjectKeyProductProjectionsGet>
Use the Product Projections query endpoint to get the current or staged representations of Products. When used with an API Client that has the view_published_products:{projectKey}
scope, this endpoint only returns published (current) Product Projections.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product.ProductProjectionPagedQueryResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.productProjections()
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorDescriptionByProjectKeyProductProjectionsGet
(ApiHttpClient apiHttpClient, String projectKey) -
Method Summary
Modifier and TypeMethodDescription<TValue> ByProjectKeyProductProjectionsGet
addExpand
(Collection<TValue> expand) add additional expand query parametersadd additional expand query parameteradd additional expand query parameter<TValue> ByProjectKeyProductProjectionsGet
addExpand
(TValue expand) add additional expand query parameter<TValue> ByProjectKeyProductProjectionsGet
addLimit
(Collection<TValue> limit) add additional limit query parametersadd additional limit query parameteradd additional limit query parameter<TValue> ByProjectKeyProductProjectionsGet
addLimit
(TValue limit) add additional limit query parameter<TValue> ByProjectKeyProductProjectionsGet
addLocaleProjection
(Collection<TValue> localeProjection) add additional localeProjection query parametersadd additional localeProjection query parameteraddLocaleProjection
(Supplier<String> supplier) add additional localeProjection query parameter<TValue> ByProjectKeyProductProjectionsGet
addLocaleProjection
(TValue localeProjection) add additional localeProjection query parameter<TValue> ByProjectKeyProductProjectionsGet
addOffset
(Collection<TValue> offset) add additional offset query parametersadd additional offset query parameteradd additional offset query parameter<TValue> ByProjectKeyProductProjectionsGet
addOffset
(TValue offset) add additional offset query parameter<TValue> ByProjectKeyProductProjectionsGet
addPredicateVar
(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters<TValue> ByProjectKeyProductProjectionsGet
addPredicateVar
(String varName, TValue predicateVar) add additional predicateVar query parameter<TValue> ByProjectKeyProductProjectionsGet
addPriceChannel
(Collection<TValue> priceChannel) add additional priceChannel query parametersadd additional priceChannel query parameteraddPriceChannel
(Supplier<String> supplier) add additional priceChannel query parameter<TValue> ByProjectKeyProductProjectionsGet
addPriceChannel
(TValue priceChannel) add additional priceChannel query parameter<TValue> ByProjectKeyProductProjectionsGet
addPriceCountry
(Collection<TValue> priceCountry) add additional priceCountry query parametersadd additional priceCountry query parameteraddPriceCountry
(Supplier<String> supplier) add additional priceCountry query parameter<TValue> ByProjectKeyProductProjectionsGet
addPriceCountry
(TValue priceCountry) add additional priceCountry query parameter<TValue> ByProjectKeyProductProjectionsGet
addPriceCurrency
(Collection<TValue> priceCurrency) add additional priceCurrency query parametersadd additional priceCurrency query parameteraddPriceCurrency
(Supplier<String> supplier) add additional priceCurrency query parameter<TValue> ByProjectKeyProductProjectionsGet
addPriceCurrency
(TValue priceCurrency) add additional priceCurrency query parameter<TValue> ByProjectKeyProductProjectionsGet
addPriceCustomerGroup
(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parametersadd additional priceCustomerGroup query parameteraddPriceCustomerGroup
(Supplier<String> supplier) add additional priceCustomerGroup query parameter<TValue> ByProjectKeyProductProjectionsGet
addPriceCustomerGroup
(TValue priceCustomerGroup) add additional priceCustomerGroup query parameter<TValue> ByProjectKeyProductProjectionsGet
addSort
(Collection<TValue> sort) add additional sort query parametersadd additional sort query parameteradd additional sort query parameter<TValue> ByProjectKeyProductProjectionsGet
addSort
(TValue sort) add additional sort query parameter<TValue> ByProjectKeyProductProjectionsGet
addStaged
(Collection<TValue> staged) add additional staged query parametersadd additional staged query parameteradd additional staged query parameter<TValue> ByProjectKeyProductProjectionsGet
addStaged
(TValue staged) add additional staged query parameter<TValue> ByProjectKeyProductProjectionsGet
addStoreProjection
(Collection<TValue> storeProjection) add additional storeProjection query parametersadd additional storeProjection query parameteraddStoreProjection
(Supplier<String> supplier) add additional storeProjection query parameter<TValue> ByProjectKeyProductProjectionsGet
addStoreProjection
(TValue storeProjection) add additional storeProjection query parameter<TValue> ByProjectKeyProductProjectionsGet
addWhere
(Collection<TValue> where) add additional where query parametersadd additional where query parameteradd additional where query parameter<TValue> ByProjectKeyProductProjectionsGet
addWhere
(TValue where) add additional where query parameter<TValue> ByProjectKeyProductProjectionsGet
addWithTotal
(Collection<TValue> withTotal) add additional withTotal query parametersadd additional withTotal query parameteraddWithTotal
(Supplier<Boolean> supplier) add additional withTotal query parameter<TValue> ByProjectKeyProductProjectionsGet
addWithTotal
(TValue withTotal) add additional withTotal query parameterboolean
execute
(ApiHttpClient client) executeBlocking
(ApiHttpClient client, Duration timeout) getLimit()
getSort()
getWhere()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<ProductProjectionPagedQueryResponse>
void
setProjectKey
(String projectKey) toString()
<TValue> ByProjectKeyProductProjectionsGet
withExpand
(Collection<TValue> expand) set expand with the specified valuesset expand with the specified valuewithExpand
(Supplier<String> supplier) set expand with the specified value<TValue> ByProjectKeyProductProjectionsGet
withExpand
(TValue expand) set expand with the specified value<TValue> ByProjectKeyProductProjectionsGet
withLimit
(Collection<TValue> limit) set limit with the specified valuesset limit with the specified valueset limit with the specified value<TValue> ByProjectKeyProductProjectionsGet
withLimit
(TValue limit) set limit with the specified value<TValue> ByProjectKeyProductProjectionsGet
withLocaleProjection
(Collection<TValue> localeProjection) set localeProjection with the specified valuesset localeProjection with the specified valuewithLocaleProjection
(Supplier<String> supplier) set localeProjection with the specified value<TValue> ByProjectKeyProductProjectionsGet
withLocaleProjection
(TValue localeProjection) set localeProjection with the specified value<TValue> ByProjectKeyProductProjectionsGet
withOffset
(Collection<TValue> offset) set offset with the specified valuesset offset with the specified valuewithOffset
(Supplier<Integer> supplier) set offset with the specified value<TValue> ByProjectKeyProductProjectionsGet
withOffset
(TValue offset) set offset with the specified value<TValue> ByProjectKeyProductProjectionsGet
withPredicateVar
(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values<TValue> ByProjectKeyProductProjectionsGet
withPredicateVar
(String varName, TValue predicateVar) set predicateVar with the specificied value<TValue> ByProjectKeyProductProjectionsGet
withPriceChannel
(Collection<TValue> priceChannel) set priceChannel with the specified valuesset priceChannel with the specified valuewithPriceChannel
(Supplier<String> supplier) set priceChannel with the specified value<TValue> ByProjectKeyProductProjectionsGet
withPriceChannel
(TValue priceChannel) set priceChannel with the specified value<TValue> ByProjectKeyProductProjectionsGet
withPriceCountry
(Collection<TValue> priceCountry) set priceCountry with the specified valuesset priceCountry with the specified valuewithPriceCountry
(Supplier<String> supplier) set priceCountry with the specified value<TValue> ByProjectKeyProductProjectionsGet
withPriceCountry
(TValue priceCountry) set priceCountry with the specified value<TValue> ByProjectKeyProductProjectionsGet
withPriceCurrency
(Collection<TValue> priceCurrency) set priceCurrency with the specified valuesset priceCurrency with the specified valuewithPriceCurrency
(Supplier<String> supplier) set priceCurrency with the specified value<TValue> ByProjectKeyProductProjectionsGet
withPriceCurrency
(TValue priceCurrency) set priceCurrency with the specified value<TValue> ByProjectKeyProductProjectionsGet
withPriceCustomerGroup
(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified valuesset priceCustomerGroup with the specified valuewithPriceCustomerGroup
(Supplier<String> supplier) set priceCustomerGroup with the specified value<TValue> ByProjectKeyProductProjectionsGet
withPriceCustomerGroup
(TValue priceCustomerGroup) set priceCustomerGroup with the specified value<TValue> ByProjectKeyProductProjectionsGet
withSort
(Collection<TValue> sort) set sort with the specified valuesset sort with the specified valueset sort with the specified value<TValue> ByProjectKeyProductProjectionsGet
withSort
(TValue sort) set sort with the specified value<TValue> ByProjectKeyProductProjectionsGet
withStaged
(Collection<TValue> staged) set staged with the specified valuesset staged with the specified valuewithStaged
(Supplier<Boolean> supplier) set staged with the specified value<TValue> ByProjectKeyProductProjectionsGet
withStaged
(TValue staged) set staged with the specified value<TValue> ByProjectKeyProductProjectionsGet
withStoreProjection
(Collection<TValue> storeProjection) set storeProjection with the specified valuesset storeProjection with the specified valuewithStoreProjection
(Supplier<String> supplier) set storeProjection with the specified value<TValue> ByProjectKeyProductProjectionsGet
withStoreProjection
(TValue storeProjection) set storeProjection with the specified value<TValue> ByProjectKeyProductProjectionsGet
withWhere
(Collection<TValue> where) set where with the specified valuesset where with the specified valueset where with the specified value<TValue> ByProjectKeyProductProjectionsGet
withWhere
(TValue where) set where with the specified value<TValue> ByProjectKeyProductProjectionsGet
withWithTotal
(Collection<TValue> withTotal) set withTotal with the specified valuesset withTotal with the specified valuewithWithTotal
(Supplier<Boolean> supplier) set withTotal with the specified value<TValue> ByProjectKeyProductProjectionsGet
withWithTotal
(TValue withTotal) set withTotal with the specified 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.ByProjectKeyProductProjectionsGetMixin
queryDsl
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.ExpandableTrait
asExpandableTrait, asExpandableTraitToBaseType
Methods inherited from interface com.commercetools.api.client.LocaleprojectingTrait
asLocaleprojectingTrait, asLocaleprojectingTraitToBaseType
Methods inherited from interface com.commercetools.api.client.PagedQueryResourceRequest
asPagedQueryResourceRequest, getFirstQueryParam, getQueryParam, getQueryParams
Methods inherited from interface com.commercetools.api.client.PagingTrait
asPagingTrait, asPagingTraitToBaseType
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 com.commercetools.api.client.QueryTrait
asQueryTrait, asQueryTraitToBaseType
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
execute, executeBlocking, executeBlocking
Methods inherited from interface com.commercetools.api.client.SimplePagedQueryResourceRequest
addQuery, addQuery, addQuery, addQuery, addWhere, addWhere, addWhere, asPagedQueryResourceRequestToBaseType, withQuery, withQuery, withQuery, withQuery, withWhere, withWhere, withWhere
Methods inherited from interface com.commercetools.api.client.SortableTrait
asSortableTrait, asSortableTraitToBaseType
Methods inherited from interface com.commercetools.api.client.StoreprojectingTrait
asStoreprojectingTrait, asStoreprojectingTraitToBaseType
-
Constructor Details
-
ByProjectKeyProductProjectionsGet
-
ByProjectKeyProductProjectionsGet
-
-
Method Details
-
resultType
public com.fasterxml.jackson.core.type.TypeReference<ProductProjectionPagedQueryResponse> resultType()- Specified by:
resultType
in interfaceHttpRequestCommand<ProductProjectionPagedQueryResponse>
-
executeBlocking
public ApiHttpResponse<ProductProjectionPagedQueryResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceClientRequestCommand<ProductProjectionPagedQueryResponse>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse>
-
execute
public CompletableFuture<ApiHttpResponse<ProductProjectionPagedQueryResponse>> execute(ApiHttpClient client) - Specified by:
execute
in interfaceClientRequestCommand<ProductProjectionPagedQueryResponse>
- Specified by:
execute
in classApiMethod<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse>
-
getProjectKey
-
getStaged
- Specified by:
getStaged
in interfaceProjectionselectingTrait<ByProjectKeyProductProjectionsGet>
-
getPriceCurrency
- Specified by:
getPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
-
getPriceCountry
- Specified by:
getPriceCountry
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
-
getPriceCustomerGroup
- Specified by:
getPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
-
getPriceChannel
- Specified by:
getPriceChannel
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
-
getLocaleProjection
- Specified by:
getLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyProductProjectionsGet>
-
getStoreProjection
- Specified by:
getStoreProjection
in interfaceStoreprojectingTrait<ByProjectKeyProductProjectionsGet>
-
getExpand
- Specified by:
getExpand
in interfaceExpandableTrait<ByProjectKeyProductProjectionsGet>
-
getSort
- Specified by:
getSort
in interfaceSortableTrait<ByProjectKeyProductProjectionsGet>
-
getLimit
- Specified by:
getLimit
in interfacePagingTrait<ByProjectKeyProductProjectionsGet>
-
getOffset
- Specified by:
getOffset
in interfacePagingTrait<ByProjectKeyProductProjectionsGet>
-
getWithTotal
- Specified by:
getWithTotal
in interfacePagingTrait<ByProjectKeyProductProjectionsGet>
-
getWhere
- Specified by:
getWhere
in interfaceQueryTrait<ByProjectKeyProductProjectionsGet>
-
setProjectKey
-
withStaged
set staged with the specified value- Specified by:
withStaged
in interfaceProjectionselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
staged
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addStaged
add additional staged query parameter- Specified by:
addStaged
in interfaceProjectionselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
staged
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withStaged
set staged with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addStaged
add additional staged query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withStaged
set staged with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addStaged
add additional staged query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withStaged
set staged with the specified values- Type Parameters:
TValue
- value type- Parameters:
staged
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addStaged
add additional staged query parameters- Type Parameters:
TValue
- value type- Parameters:
staged
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCurrency
set priceCurrency with the specified value- Specified by:
withPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCurrency
add additional priceCurrency query parameter- Specified by:
addPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCurrency
set priceCurrency with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCurrency
add additional priceCurrency query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCurrency
public ByProjectKeyProductProjectionsGet withPriceCurrency(Function<StringBuilder, StringBuilder> op) set priceCurrency with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCurrency
add additional priceCurrency query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCurrency
public <TValue> ByProjectKeyProductProjectionsGet withPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCurrency
public <TValue> ByProjectKeyProductProjectionsGet addPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCountry
set priceCountry with the specified value- Specified by:
withPriceCountry
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCountry
add additional priceCountry query parameter- Specified by:
addPriceCountry
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCountry
set priceCountry with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCountry
add additional priceCountry query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCountry
set priceCountry with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCountry
add additional priceCountry query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCountry
set priceCountry with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCountry
add additional priceCountry query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCustomerGroup
set priceCustomerGroup with the specified value- Specified by:
withPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCustomerGroup
add additional priceCustomerGroup query parameter- Specified by:
addPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCustomerGroup
set priceCustomerGroup with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCustomerGroup
add additional priceCustomerGroup query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCustomerGroup
public ByProjectKeyProductProjectionsGet withPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) set priceCustomerGroup with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCustomerGroup
public ByProjectKeyProductProjectionsGet addPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroup query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsGet withPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsGet addPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceChannel
set priceChannel with the specified value- Specified by:
withPriceChannel
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceChannel
add additional priceChannel query parameter- Specified by:
addPriceChannel
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceChannel
set priceChannel with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceChannel
add additional priceChannel query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceChannel
set priceChannel with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceChannel
add additional priceChannel query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPriceChannel
set priceChannel with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addPriceChannel
add additional priceChannel query parameters- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withLocaleProjection
set localeProjection with the specified value- Specified by:
withLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addLocaleProjection
add additional localeProjection query parameter- Specified by:
addLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withLocaleProjection
set localeProjection with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addLocaleProjection
add additional localeProjection query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withLocaleProjection
public ByProjectKeyProductProjectionsGet withLocaleProjection(Function<StringBuilder, StringBuilder> op) set localeProjection with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addLocaleProjection
public ByProjectKeyProductProjectionsGet addLocaleProjection(Function<StringBuilder, StringBuilder> op) add additional localeProjection query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withLocaleProjection
public <TValue> ByProjectKeyProductProjectionsGet withLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified values- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addLocaleProjection
public <TValue> ByProjectKeyProductProjectionsGet addLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parameters- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withStoreProjection
set storeProjection with the specified value- Specified by:
withStoreProjection
in interfaceStoreprojectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addStoreProjection
add additional storeProjection query parameter- Specified by:
addStoreProjection
in interfaceStoreprojectingTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withStoreProjection
set storeProjection with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addStoreProjection
add additional storeProjection query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withStoreProjection
public ByProjectKeyProductProjectionsGet withStoreProjection(Function<StringBuilder, StringBuilder> op) set storeProjection with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addStoreProjection
public ByProjectKeyProductProjectionsGet addStoreProjection(Function<StringBuilder, StringBuilder> op) add additional storeProjection query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withStoreProjection
public <TValue> ByProjectKeyProductProjectionsGet withStoreProjection(Collection<TValue> storeProjection) set storeProjection with the specified values- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addStoreProjection
public <TValue> ByProjectKeyProductProjectionsGet addStoreProjection(Collection<TValue> storeProjection) add additional storeProjection query parameters- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withExpand
set expand with the specified value- Specified by:
withExpand
in interfaceExpandableTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
withExpand
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addExpand
add additional expand query parameter- Specified by:
addExpand
in interfaceExpandableTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
addExpand
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withExpand
set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addExpand
add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withExpand
set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addExpand
add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withExpand
set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addExpand
add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withSort
set sort with the specified value- Specified by:
withSort
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
withSort
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
withSort
in interfaceSortableTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addSort
add additional sort query parameter- Specified by:
addSort
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
addSort
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
addSort
in interfaceSortableTrait<ByProjectKeyProductProjectionsGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withSort
set sort with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addSort
add additional sort query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withSort
set sort with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addSort
add additional sort query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withSort
set sort with the specified values- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addSort
add additional sort query parameters- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withLimit
set limit with the specified value- Specified by:
withLimit
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
withLimit
in interfacePagingTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
withLimit
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
limit
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addLimit
add additional limit query parameter- Specified by:
addLimit
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
addLimit
in interfacePagingTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
addLimit
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
limit
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withLimit
set limit with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addLimit
add additional limit query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withLimit
set limit with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addLimit
add additional limit query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withLimit
set limit with the specified values- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addLimit
add additional limit query parameters- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withOffset
set offset with the specified value- Specified by:
withOffset
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
withOffset
in interfacePagingTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
withOffset
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
offset
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addOffset
add additional offset query parameter- Specified by:
addOffset
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
addOffset
in interfacePagingTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
addOffset
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
offset
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withOffset
set offset with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addOffset
add additional offset query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withOffset
set offset with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addOffset
add additional offset query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withOffset
set offset with the specified values- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addOffset
add additional offset query parameters- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withWithTotal
set withTotal with the specified value- Specified by:
withWithTotal
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
withWithTotal
in interfacePagingTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
withWithTotal
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addWithTotal
add additional withTotal query parameter- Specified by:
addWithTotal
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
addWithTotal
in interfacePagingTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
addWithTotal
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withWithTotal
set withTotal with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withWithTotal
set withTotal with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withWithTotal
set withTotal with the specified values- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addWithTotal
add additional withTotal query parameters- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withWhere
set where with the specified value- Specified by:
withWhere
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
withWhere
in interfaceQueryTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
withWhere
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
where
- value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addWhere
add additional where query parameter- Specified by:
addWhere
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
addWhere
in interfaceQueryTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
addWhere
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
where
- value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withWhere
set where with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addWhere
add additional where query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withWhere
set where with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addWhere
add additional where query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withWhere
set where with the specified values- Type Parameters:
TValue
- value type- Parameters:
where
- values to be set- Returns:
- ByProjectKeyProductProjectionsGet
-
addWhere
add additional where query parameters- Type Parameters:
TValue
- value type- Parameters:
where
- values to be added- Returns:
- ByProjectKeyProductProjectionsGet
-
withPredicateVar
public <TValue> ByProjectKeyProductProjectionsGet withPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value- Specified by:
withPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
withPredicateVar
in interfaceQueryTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
withPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyProductProjectionsGet
-
addPredicateVar
public <TValue> ByProjectKeyProductProjectionsGet addPredicateVar(String varName, TValue predicateVar) add additional predicateVar query parameter- Specified by:
addPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
addPredicateVar
in interfaceQueryTrait<ByProjectKeyProductProjectionsGet>
- Specified by:
addPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyProductProjectionsGet
-
withPredicateVar
public <TValue> ByProjectKeyProductProjectionsGet withPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values- Specified by:
withPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
withPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyProductProjectionsGet
-
addPredicateVar
public <TValue> ByProjectKeyProductProjectionsGet addPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters- Specified by:
addPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Specified by:
addPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductProjectionsGet,
ProductProjectionPagedQueryResponse, com.commercetools.api.predicates.query.product.ProductProjectionQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyProductProjectionsGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-