Package com.commercetools.api.client
Class ByProjectKeyProductDiscountsGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyProductDiscountsGet
- All Implemented Interfaces:
ByProjectKeyProductDiscountsGetMixin,Deprecatable200Trait<ByProjectKeyProductDiscountsGet>,ErrorableTrait<ByProjectKeyProductDiscountsGet>,ExpandableTrait<ByProjectKeyProductDiscountsGet>,PagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> PagingTrait<ByProjectKeyProductDiscountsGet>,QueryTrait<ByProjectKeyProductDiscountsGet>,SimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> SortableTrait<ByProjectKeyProductDiscountsGet>,ClientRequestCommand<ProductDiscountPagedQueryResponse>,CreateHttpRequestCommand,HttpRequestCommand<ProductDiscountPagedQueryResponse>,RequestCommand<ProductDiscountPagedQueryResponse>
public class ByProjectKeyProductDiscountsGet
extends TypeApiMethod<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse>
implements ByProjectKeyProductDiscountsGetMixin, ExpandableTrait<ByProjectKeyProductDiscountsGet>, SortableTrait<ByProjectKeyProductDiscountsGet>, PagingTrait<ByProjectKeyProductDiscountsGet>, QueryTrait<ByProjectKeyProductDiscountsGet>, ErrorableTrait<ByProjectKeyProductDiscountsGet>, Deprecatable200Trait<ByProjectKeyProductDiscountsGet>
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_discount.ProductDiscountPagedQueryResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.productDiscounts()
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyProductDiscountsGet(ApiHttpClient apiHttpClient, String projectKey) -
Method Summary
Modifier and TypeMethodDescription<TValue> ByProjectKeyProductDiscountsGetaddExpand(Collection<TValue> expand) add additional expand query parametersadd additional expand query parameteradd additional expand query parameter<TValue> ByProjectKeyProductDiscountsGetaddExpand(TValue expand) add additional expand query parameter<TValue> ByProjectKeyProductDiscountsGetaddLimit(Collection<TValue> limit) add additional limit query parametersadd additional limit query parameteradd additional limit query parameter<TValue> ByProjectKeyProductDiscountsGetaddLimit(TValue limit) add additional limit query parameter<TValue> ByProjectKeyProductDiscountsGetaddOffset(Collection<TValue> offset) add additional offset query parametersadd additional offset query parameteradd additional offset query parameter<TValue> ByProjectKeyProductDiscountsGetaddOffset(TValue offset) add additional offset query parameter<TValue> ByProjectKeyProductDiscountsGetaddPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters<TValue> ByProjectKeyProductDiscountsGetaddPredicateVar(String varName, TValue predicateVar) add additional predicateVar query parameter<TValue> ByProjectKeyProductDiscountsGetaddSort(Collection<TValue> sort) add additional sort query parametersadd additional sort query parameteradd additional sort query parameter<TValue> ByProjectKeyProductDiscountsGetaddSort(TValue sort) add additional sort query parameter<TValue> ByProjectKeyProductDiscountsGetaddWhere(Collection<TValue> where) add additional where query parametersadd additional where query parameteradd additional where query parameter<TValue> ByProjectKeyProductDiscountsGetaddWhere(TValue where) add additional where query parameter<TValue> ByProjectKeyProductDiscountsGetaddWithTotal(Collection<TValue> withTotal) add additional withTotal query parametersadd additional withTotal query parameteraddWithTotal(Supplier<Boolean> supplier) add additional withTotal query parameter<TValue> ByProjectKeyProductDiscountsGetaddWithTotal(TValue withTotal) add additional withTotal query parameterbooleanexecute(ApiHttpClient client) executeBlocking(ApiHttpClient client, Duration timeout) getLimit()getSort()getWhere()inthashCode()intcom.fasterxml.jackson.core.type.TypeReference<ProductDiscountPagedQueryResponse>voidsetProjectKey(String projectKey) toString()<TValue> ByProjectKeyProductDiscountsGetwithExpand(Collection<TValue> expand) set expand with the specified valuesset expand with the specified valuewithExpand(Supplier<String> supplier) set expand with the specified value<TValue> ByProjectKeyProductDiscountsGetwithExpand(TValue expand) set expand with the specified value<TValue> ByProjectKeyProductDiscountsGetwithLimit(Collection<TValue> limit) set limit with the specified valuesset limit with the specified valueset limit with the specified value<TValue> ByProjectKeyProductDiscountsGetwithLimit(TValue limit) set limit with the specified value<TValue> ByProjectKeyProductDiscountsGetwithOffset(Collection<TValue> offset) set offset with the specified valuesset offset with the specified valuewithOffset(Supplier<Integer> supplier) set offset with the specified value<TValue> ByProjectKeyProductDiscountsGetwithOffset(TValue offset) set offset with the specified value<TValue> ByProjectKeyProductDiscountsGetwithPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values<TValue> ByProjectKeyProductDiscountsGetwithPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value<TValue> ByProjectKeyProductDiscountsGetwithSort(Collection<TValue> sort) set sort with the specified valuesset sort with the specified valueset sort with the specified value<TValue> ByProjectKeyProductDiscountsGetwithSort(TValue sort) set sort with the specified value<TValue> ByProjectKeyProductDiscountsGetwithWhere(Collection<TValue> where) set where with the specified valuesset where with the specified valueset where with the specified value<TValue> ByProjectKeyProductDiscountsGetwithWhere(TValue where) set where with the specified value<TValue> ByProjectKeyProductDiscountsGetwithWithTotal(Collection<TValue> withTotal) set withTotal with the specified valuesset withTotal with the specified valuewithWithTotal(Supplier<Boolean> supplier) set withTotal with the specified value<TValue> ByProjectKeyProductDiscountsGetwithWithTotal(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, withQueryParamsMethods inherited from interface com.commercetools.api.client.ByProjectKeyProductDiscountsGetMixin
queryDslMethods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
executeBlockingMethods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand
createHttpRequestMethods inherited from interface com.commercetools.api.client.Deprecatable200Trait
asDeprecatable200Trait, asDeprecatable200TraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ErrorableTrait
asErrorableTrait, asErrorableTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ExpandableTrait
asExpandableTrait, asExpandableTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.PagedQueryResourceRequest
asPagedQueryResourceRequest, getFirstQueryParam, getQueryParam, getQueryParamsMethods inherited from interface com.commercetools.api.client.PagingTrait
asPagingTrait, asPagingTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.QueryTrait
asQueryTrait, asQueryTraitToBaseTypeMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
execute, executeBlocking, executeBlockingMethods inherited from interface com.commercetools.api.client.SimplePagedQueryResourceRequest
addQuery, addQuery, addQuery, addQuery, addWhere, addWhere, addWhere, asPagedQueryResourceRequestToBaseType, withQuery, withQuery, withQuery, withQuery, withWhere, withWhere, withWhereMethods inherited from interface com.commercetools.api.client.SortableTrait
asSortableTrait, asSortableTraitToBaseType
-
Constructor Details
-
ByProjectKeyProductDiscountsGet
-
ByProjectKeyProductDiscountsGet
-
-
Method Details
-
resultType
public com.fasterxml.jackson.core.type.TypeReference<ProductDiscountPagedQueryResponse> resultType()- Specified by:
resultTypein interfaceHttpRequestCommand<ProductDiscountPagedQueryResponse>
-
executeBlocking
public ApiHttpResponse<ProductDiscountPagedQueryResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlockingin interfaceClientRequestCommand<ProductDiscountPagedQueryResponse>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse>
-
execute
public CompletableFuture<ApiHttpResponse<ProductDiscountPagedQueryResponse>> execute(ApiHttpClient client) - Specified by:
executein interfaceClientRequestCommand<ProductDiscountPagedQueryResponse>- Specified by:
executein classApiMethod<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse>
-
getProjectKey
-
getExpand
- Specified by:
getExpandin interfaceExpandableTrait<ByProjectKeyProductDiscountsGet>
-
getSort
- Specified by:
getSortin interfaceSortableTrait<ByProjectKeyProductDiscountsGet>
-
getLimit
- Specified by:
getLimitin interfacePagingTrait<ByProjectKeyProductDiscountsGet>
-
getOffset
- Specified by:
getOffsetin interfacePagingTrait<ByProjectKeyProductDiscountsGet>
-
getWithTotal
- Specified by:
getWithTotalin interfacePagingTrait<ByProjectKeyProductDiscountsGet>
-
getWhere
- Specified by:
getWherein interfaceQueryTrait<ByProjectKeyProductDiscountsGet>
-
setProjectKey
-
withExpand
set expand with the specified value- Specified by:
withExpandin interfaceExpandableTrait<ByProjectKeyProductDiscountsGet>- Specified by:
withExpandin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
expand- value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addExpand
add additional expand query parameter- Specified by:
addExpandin interfaceExpandableTrait<ByProjectKeyProductDiscountsGet>- Specified by:
addExpandin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
expand- value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withExpand
set expand with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addExpand
add additional expand query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withExpand
set expand with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addExpand
add additional expand query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withExpand
set expand with the specified values- Type Parameters:
TValue- value type- Parameters:
expand- values to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addExpand
add additional expand query parameters- Type Parameters:
TValue- value type- Parameters:
expand- values to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withSort
set sort with the specified value- Specified by:
withSortin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
withSortin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
withSortin interfaceSortableTrait<ByProjectKeyProductDiscountsGet>- Type Parameters:
TValue- value type- Parameters:
sort- value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addSort
add additional sort query parameter- Specified by:
addSortin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
addSortin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
addSortin interfaceSortableTrait<ByProjectKeyProductDiscountsGet>- Type Parameters:
TValue- value type- Parameters:
sort- value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withSort
set sort with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addSort
add additional sort query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withSort
set sort with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addSort
add additional sort query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withSort
set sort with the specified values- Type Parameters:
TValue- value type- Parameters:
sort- values to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addSort
add additional sort query parameters- Type Parameters:
TValue- value type- Parameters:
sort- values to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withLimit
set limit with the specified value- Specified by:
withLimitin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
withLimitin interfacePagingTrait<ByProjectKeyProductDiscountsGet>- Specified by:
withLimitin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
limit- value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addLimit
add additional limit query parameter- Specified by:
addLimitin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
addLimitin interfacePagingTrait<ByProjectKeyProductDiscountsGet>- Specified by:
addLimitin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
limit- value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withLimit
set limit with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addLimit
add additional limit query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withLimit
set limit with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addLimit
add additional limit query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withLimit
set limit with the specified values- Type Parameters:
TValue- value type- Parameters:
limit- values to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addLimit
add additional limit query parameters- Type Parameters:
TValue- value type- Parameters:
limit- values to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withOffset
set offset with the specified value- Specified by:
withOffsetin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
withOffsetin interfacePagingTrait<ByProjectKeyProductDiscountsGet>- Specified by:
withOffsetin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
offset- value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addOffset
add additional offset query parameter- Specified by:
addOffsetin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
addOffsetin interfacePagingTrait<ByProjectKeyProductDiscountsGet>- Specified by:
addOffsetin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
offset- value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withOffset
set offset with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addOffset
add additional offset query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withOffset
set offset with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addOffset
add additional offset query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withOffset
set offset with the specified values- Type Parameters:
TValue- value type- Parameters:
offset- values to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addOffset
add additional offset query parameters- Type Parameters:
TValue- value type- Parameters:
offset- values to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withWithTotal
set withTotal with the specified value- Specified by:
withWithTotalin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
withWithTotalin interfacePagingTrait<ByProjectKeyProductDiscountsGet>- Specified by:
withWithTotalin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
withTotal- value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addWithTotal
add additional withTotal query parameter- Specified by:
addWithTotalin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
addWithTotalin interfacePagingTrait<ByProjectKeyProductDiscountsGet>- Specified by:
addWithTotalin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
withTotal- value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withWithTotal
set withTotal with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withWithTotal
set withTotal with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withWithTotal
set withTotal with the specified values- Type Parameters:
TValue- value type- Parameters:
withTotal- values to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addWithTotal
add additional withTotal query parameters- Type Parameters:
TValue- value type- Parameters:
withTotal- values to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withWhere
set where with the specified value- Specified by:
withWherein interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
withWherein interfaceQueryTrait<ByProjectKeyProductDiscountsGet>- Specified by:
withWherein interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
where- value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addWhere
add additional where query parameter- Specified by:
addWherein interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
addWherein interfaceQueryTrait<ByProjectKeyProductDiscountsGet>- Specified by:
addWherein interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
where- value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withWhere
set where with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addWhere
add additional where query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withWhere
set where with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addWhere
add additional where query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withWhere
set where with the specified values- Type Parameters:
TValue- value type- Parameters:
where- values to be set- Returns:
- ByProjectKeyProductDiscountsGet
-
addWhere
add additional where query parameters- Type Parameters:
TValue- value type- Parameters:
where- values to be added- Returns:
- ByProjectKeyProductDiscountsGet
-
withPredicateVar
public <TValue> ByProjectKeyProductDiscountsGet withPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value- Specified by:
withPredicateVarin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
withPredicateVarin interfaceQueryTrait<ByProjectKeyProductDiscountsGet>- Specified by:
withPredicateVarin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
varName- parameter namepredicateVar- parameter value- Returns:
- ByProjectKeyProductDiscountsGet
-
addPredicateVar
public <TValue> ByProjectKeyProductDiscountsGet addPredicateVar(String varName, TValue predicateVar) add additional predicateVar query parameter- Specified by:
addPredicateVarin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
addPredicateVarin interfaceQueryTrait<ByProjectKeyProductDiscountsGet>- Specified by:
addPredicateVarin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
varName- parameter namepredicateVar- parameter value- Returns:
- ByProjectKeyProductDiscountsGet
-
withPredicateVar
public <TValue> ByProjectKeyProductDiscountsGet withPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values- Specified by:
withPredicateVarin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
withPredicateVarin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
varName- parameter namepredicateVar- parameter values- Returns:
- ByProjectKeyProductDiscountsGet
-
addPredicateVar
public <TValue> ByProjectKeyProductDiscountsGet addPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters- Specified by:
addPredicateVarin interfacePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Specified by:
addPredicateVarin interfaceSimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse, com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl> - Type Parameters:
TValue- value type- Parameters:
varName- parameter namepredicateVar- parameter values- Returns:
- ByProjectKeyProductDiscountsGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-