Package com.commercetools.api.client
Class ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet,ProductsInStorePagedQueryResponse>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
,ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
,ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
,QueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
,ClientRequestCommand<ProductsInStorePagedQueryResponse>
,CreateHttpRequestCommand
,HttpRequestCommand<ProductsInStorePagedQueryResponse>
,RequestCommand<ProductsInStorePagedQueryResponse>
public class ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
extends TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet,ProductsInStorePagedQueryResponse>
implements ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
Queries Product Selection assignments in a specific Store.
The response will include duplicate Products whenever more than one active Product Selection of the Store includes a Product. To make clear through which Product Selection a Product is available in the Store the response contains assignments including both the Product and the Product Selection. Only Products of Product Selections that are activated in the Store will be returned.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_selection.ProductsInStorePagedQueryResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.inStoreKeyWithStoreKeyValue("{storeKey}")
.productSelectionAssignments()
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorDescriptionByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
(ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet t) ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
(ApiHttpClient apiHttpClient, String projectKey, String storeKey) -
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 parameteraddLimit
(Collection<TValue> limit) add additional limit query parametersadd additional limit query parameteradd additional limit query parameteraddLimit
(TValue limit) add additional limit query parameteraddOffset
(Collection<TValue> offset) add additional offset query parametersadd additional offset query parameteradd additional offset query parameteraddOffset
(TValue offset) add additional offset query parameteraddPredicateVar
(String varName, Collection<TValue> predicateVar) add additional predicateVar query parametersaddPredicateVar
(String varName, TValue predicateVar) add additional predicateVar query parameteraddWhere
(Collection<TValue> where) add additional where query parametersadd additional where query parameteradd additional where query parameteraddWhere
(TValue where) add additional where query parameteraddWithTotal
(Collection<TValue> withTotal) add additional withTotal query parametersadd additional withTotal query parameteraddWithTotal
(Supplier<Boolean> supplier) add additional withTotal query parameteraddWithTotal
(TValue withTotal) add additional withTotal query parameterboolean
execute
(ApiHttpClient client) executeBlocking
(ApiHttpClient client, Duration timeout) getLimit()
getWhere()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<ProductsInStorePagedQueryResponse>
void
setProjectKey
(String projectKey) void
setStoreKey
(String storeKey) 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 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 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 valuewithPredicateVar
(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied valueswithPredicateVar
(String varName, TValue predicateVar) set predicateVar with the specificied valuewithWhere
(Collection<TValue> where) set where with the specified valuesset where with the specified valueset where with the specified valuewithWhere
(TValue where) set where with the specified valuewithWithTotal
(Collection<TValue> withTotal) set withTotal with the specified valuesset withTotal with the specified valuewithWithTotal
(Supplier<Boolean> supplier) set withTotal with the specified valuewithWithTotal
(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 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.QueryTrait
asQueryTrait, asQueryTraitToBaseType
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet(ApiHttpClient apiHttpClient, String projectKey, String storeKey) -
ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet(ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet t)
-
-
Method Details
-
resultType
public com.fasterxml.jackson.core.type.TypeReference<ProductsInStorePagedQueryResponse> resultType()- Specified by:
resultType
in interfaceHttpRequestCommand<ProductsInStorePagedQueryResponse>
-
executeBlocking
public ApiHttpResponse<ProductsInStorePagedQueryResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceClientRequestCommand<ProductsInStorePagedQueryResponse>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet,
ProductsInStorePagedQueryResponse>
-
execute
public CompletableFuture<ApiHttpResponse<ProductsInStorePagedQueryResponse>> execute(ApiHttpClient client) - Specified by:
execute
in interfaceClientRequestCommand<ProductsInStorePagedQueryResponse>
- Specified by:
execute
in classApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet,
ProductsInStorePagedQueryResponse>
-
getProjectKey
-
getStoreKey
-
getLimit
-
getOffset
-
getWithTotal
-
getExpand
- Specified by:
getExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
-
getWhere
- Specified by:
getWhere
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
-
setProjectKey
-
setStoreKey
-
withLimit
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withLimit(TValue limit) set limit with the specified value- Type Parameters:
TValue
- value type- Parameters:
limit
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addLimit
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addLimit(TValue limit) add additional limit query parameter- Type Parameters:
TValue
- value type- Parameters:
limit
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withLimit
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withLimit(Supplier<Integer> supplier) set limit with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addLimit
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addLimit(Supplier<Integer> supplier) add additional limit query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withLimit
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withLimit(Function<StringBuilder, StringBuilder> op) set limit with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addLimit
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addLimit(Function<StringBuilder, StringBuilder> op) add additional limit query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withLimit
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withLimit(Collection<TValue> limit) set limit with the specified values- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addLimit
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addLimit(Collection<TValue> limit) add additional limit query parameters- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withOffset
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withOffset(TValue offset) set offset with the specified value- Type Parameters:
TValue
- value type- Parameters:
offset
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addOffset
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addOffset(TValue offset) add additional offset query parameter- Type Parameters:
TValue
- value type- Parameters:
offset
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withOffset
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withOffset(Supplier<Integer> supplier) set offset with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addOffset
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addOffset(Supplier<Integer> supplier) add additional offset query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withOffset
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withOffset(Function<StringBuilder, StringBuilder> op) set offset with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addOffset
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addOffset(Function<StringBuilder, StringBuilder> op) add additional offset query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withOffset
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withOffset(Collection<TValue> offset) set offset with the specified values- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addOffset
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addOffset(Collection<TValue> offset) add additional offset query parameters- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withWithTotal
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withWithTotal(TValue withTotal) set withTotal with the specified value- Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addWithTotal
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addWithTotal(TValue withTotal) add additional withTotal query parameter- Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withWithTotal
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withWithTotal(Supplier<Boolean> supplier) set withTotal with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addWithTotal
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addWithTotal(Supplier<Boolean> supplier) add additional withTotal query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withWithTotal
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withWithTotal(Function<StringBuilder, StringBuilder> op) set withTotal with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addWithTotal
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addWithTotal(Function<StringBuilder, StringBuilder> op) add additional withTotal query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withWithTotal
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withWithTotal(Collection<TValue> withTotal) set withTotal with the specified values- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addWithTotal
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addWithTotal(Collection<TValue> withTotal) add additional withTotal query parameters- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withExpand(TValue expand) set expand with the specified value- Specified by:
withExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addExpand(TValue expand) add additional expand query parameter- Specified by:
addExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withExpand
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withExpand(Supplier<String> supplier) set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addExpand
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addExpand(Supplier<String> supplier) add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withExpand
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withExpand(Function<StringBuilder, StringBuilder> op) set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addExpand
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addExpand(Function<StringBuilder, StringBuilder> op) add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withExpand(Collection<TValue> expand) set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addExpand(Collection<TValue> expand) add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withWhere(TValue where) set where with the specified value- Specified by:
withWhere
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
- Type Parameters:
TValue
- value type- Parameters:
where
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addWhere(TValue where) add additional where query parameter- Specified by:
addWhere
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
- Type Parameters:
TValue
- value type- Parameters:
where
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withWhere
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withWhere(Supplier<String> supplier) set where with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addWhere
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addWhere(Supplier<String> supplier) add additional where query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withWhere
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withWhere(Function<StringBuilder, StringBuilder> op) set where with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addWhere
public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addWhere(Function<StringBuilder, StringBuilder> op) add additional where query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withWhere(Collection<TValue> where) set where with the specified values- Type Parameters:
TValue
- value type- Parameters:
where
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addWhere(Collection<TValue> where) add additional where query parameters- Type Parameters:
TValue
- value type- Parameters:
where
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value- Specified by:
withPredicateVar
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
- Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addPredicateVar(String varName, TValue predicateVar) add additional predicateVar query parameter- Specified by:
addPredicateVar
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet>
- Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
withPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet withPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values- Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
addPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet addPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters- Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-