Package com.commercetools.api.client
Class ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet,ProductTailoringPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
,ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
,ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
,PagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
,QueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
,SortableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
,ClientRequestCommand<ProductTailoringPagedQueryResponse>
,CreateHttpRequestCommand
,HttpRequestCommand<ProductTailoringPagedQueryResponse>
,RequestCommand<ProductTailoringPagedQueryResponse>
public class ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
extends TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet,ProductTailoringPagedQueryResponse>
implements ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
Queries Product Tailoring in a specific Store.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_tailoring.ProductTailoringPagedQueryResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.inStoreKeyWithStoreKeyValue("{storeKey}")
.productTailoring()
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorDescriptionByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
(ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet t) ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
(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 parameteraddSort
(Collection<TValue> sort) add additional sort query parametersadd additional sort query parameteradd additional sort query parameteraddSort
(TValue sort) add additional sort 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()
getSort()
getWhere()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<ProductTailoringPagedQueryResponse>
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 valuewithSort
(Collection<TValue> sort) set sort with the specified valuesset sort with the specified valueset sort with the specified valuewithSort
(TValue sort) set sort with the specified 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.PagingTrait
asPagingTrait, asPagingTraitToBaseType
Methods inherited from interface com.commercetools.api.client.QueryTrait
asQueryTrait, asQueryTraitToBaseType
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
Methods inherited from interface com.commercetools.api.client.SortableTrait
asSortableTrait, asSortableTraitToBaseType
-
Constructor Details
-
ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet(ApiHttpClient apiHttpClient, String projectKey, String storeKey) -
ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet(ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet t)
-
-
Method Details
-
resultType
public com.fasterxml.jackson.core.type.TypeReference<ProductTailoringPagedQueryResponse> resultType()- Specified by:
resultType
in interfaceHttpRequestCommand<ProductTailoringPagedQueryResponse>
-
executeBlocking
public ApiHttpResponse<ProductTailoringPagedQueryResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceClientRequestCommand<ProductTailoringPagedQueryResponse>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet,
ProductTailoringPagedQueryResponse>
-
execute
public CompletableFuture<ApiHttpResponse<ProductTailoringPagedQueryResponse>> execute(ApiHttpClient client) - Specified by:
execute
in interfaceClientRequestCommand<ProductTailoringPagedQueryResponse>
- Specified by:
execute
in classApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet,
ProductTailoringPagedQueryResponse>
-
getProjectKey
-
getStoreKey
-
getLimit
- Specified by:
getLimit
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
-
getOffset
- Specified by:
getOffset
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
-
getWithTotal
- Specified by:
getWithTotal
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
-
getExpand
- Specified by:
getExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
-
getWhere
- Specified by:
getWhere
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
-
getSort
- Specified by:
getSort
in interfaceSortableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
-
setProjectKey
-
setStoreKey
-
withLimit
set limit with the specified value- Specified by:
withLimit
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
limit
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addLimit
add additional limit query parameter- Specified by:
addLimit
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
limit
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withLimit
set limit with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addLimit
add additional limit query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withLimit
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withLimit(Function<StringBuilder, StringBuilder> op) set limit with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addLimit
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addLimit(Function<StringBuilder, StringBuilder> op) add additional limit query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withLimit
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withLimit(Collection<TValue> limit) set limit with the specified values- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addLimit
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addLimit(Collection<TValue> limit) add additional limit query parameters- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withOffset
set offset with the specified value- Specified by:
withOffset
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
offset
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addOffset
add additional offset query parameter- Specified by:
addOffset
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
offset
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withOffset
set offset with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addOffset
add additional offset query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withOffset
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withOffset(Function<StringBuilder, StringBuilder> op) set offset with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addOffset
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addOffset(Function<StringBuilder, StringBuilder> op) add additional offset query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withOffset
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withOffset(Collection<TValue> offset) set offset with the specified values- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addOffset
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addOffset(Collection<TValue> offset) add additional offset query parameters- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withWithTotal
set withTotal with the specified value- Specified by:
withWithTotal
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addWithTotal
add additional withTotal query parameter- Specified by:
addWithTotal
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withWithTotal
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withWithTotal(Supplier<Boolean> supplier) set withTotal with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withWithTotal
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withWithTotal(Function<StringBuilder, StringBuilder> op) set withTotal with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addWithTotal
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addWithTotal(Function<StringBuilder, StringBuilder> op) add additional withTotal query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withWithTotal
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withWithTotal(Collection<TValue> withTotal) set withTotal with the specified values- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addWithTotal
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addWithTotal(Collection<TValue> withTotal) add additional withTotal query parameters- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withExpand
set expand with the specified value- Specified by:
withExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addExpand
add additional expand query parameter- Specified by:
addExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withExpand
set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addExpand
add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withExpand
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withExpand(Function<StringBuilder, StringBuilder> op) set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addExpand
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addExpand(Function<StringBuilder, StringBuilder> op) add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withExpand(Collection<TValue> expand) set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addExpand(Collection<TValue> expand) add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withWhere
set where with the specified value- Specified by:
withWhere
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
where
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addWhere
add additional where query parameter- Specified by:
addWhere
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
where
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withWhere
set where with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addWhere
add additional where query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withWhere
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withWhere(Function<StringBuilder, StringBuilder> op) set where with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addWhere
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addWhere(Function<StringBuilder, StringBuilder> op) add additional where query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withWhere(Collection<TValue> where) set where with the specified values- Type Parameters:
TValue
- value type- Parameters:
where
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addWhere(Collection<TValue> where) add additional where query parameters- Type Parameters:
TValue
- value type- Parameters:
where
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withSort
set sort with the specified value- Specified by:
withSort
in interfaceSortableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addSort
add additional sort query parameter- Specified by:
addSort
in interfaceSortableTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withSort
set sort with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addSort
add additional sort query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withSort
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withSort(Function<StringBuilder, StringBuilder> op) set sort with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addSort
public ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addSort(Function<StringBuilder, StringBuilder> op) add additional sort query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withSort
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withSort(Collection<TValue> sort) set sort with the specified values- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addSort
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addSort(Collection<TValue> sort) add additional sort query parameters- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value- Specified by:
withPredicateVar
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addPredicateVar(String varName, TValue predicateVar) add additional predicateVar query parameter- Specified by:
addPredicateVar
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet>
- Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
withPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet withPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values- Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
addPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet addPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters- Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductTailoringGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-