Package com.commercetools.api.client
Class ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,ShoppingListPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
- All Implemented Interfaces:
ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGetMixin
,Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
,ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
,ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
,PagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
,ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> PagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
,QueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
,SimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
,ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> SortableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
,ClientRequestCommand<ShoppingListPagedQueryResponse>
,CreateHttpRequestCommand
,HttpRequestCommand<ShoppingListPagedQueryResponse>
,RequestCommand<ShoppingListPagedQueryResponse>
public class ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
extends TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,ShoppingListPagedQueryResponse>
implements ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGetMixin, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
Returns ShoppingLists that match the given Query Predicate in a Store. Returns 200 OK
status if successful.
A ResourceNotFound error is returned in the following scenarios:
- If no ShoppingLists exist in a Store.
- If a ShoppingList exists but does not have a
store
specified, or thestore
field references a different Store. - If a ShoppingList exists in a Store but does not contain either an
anonymousId
that matches the anonymous_id:{id} scope, or acustomer
withid
value that matches the customer:{id} scope.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shopping_list.ShoppingListPagedQueryResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.inStoreKeyWithStoreKeyValue("{storeKey}")
.me()
.shoppingLists()
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorDescriptionByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
(ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet t) ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
(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<ShoppingListPagedQueryResponse>
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 com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGetMixin
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.PagedQueryResourceRequest
asPagedQueryResourceRequest, getFirstQueryParam, getQueryParam, getQueryParams
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
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
-
Constructor Details
-
ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet(ApiHttpClient apiHttpClient, String projectKey, String storeKey) -
ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet(ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet t)
-
-
Method Details
-
resultType
- Specified by:
resultType
in interfaceHttpRequestCommand<ShoppingListPagedQueryResponse>
-
executeBlocking
public ApiHttpResponse<ShoppingListPagedQueryResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceClientRequestCommand<ShoppingListPagedQueryResponse>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse>
-
execute
public CompletableFuture<ApiHttpResponse<ShoppingListPagedQueryResponse>> execute(ApiHttpClient client) - Specified by:
execute
in interfaceClientRequestCommand<ShoppingListPagedQueryResponse>
- Specified by:
execute
in classApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse>
-
getProjectKey
-
getStoreKey
-
getExpand
- Specified by:
getExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
-
getSort
- Specified by:
getSort
in interfaceSortableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
-
getLimit
- Specified by:
getLimit
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
-
getOffset
- Specified by:
getOffset
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
-
getWithTotal
- Specified by:
getWithTotal
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
-
getWhere
- Specified by:
getWhere
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
-
setProjectKey
-
setStoreKey
-
withExpand
set expand with the specified value- Specified by:
withExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
withExpand
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addExpand
add additional expand query parameter- Specified by:
addExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
addExpand
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withExpand
set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addExpand
add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withExpand
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withExpand(Function<StringBuilder, StringBuilder> op) set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addExpand
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addExpand(Function<StringBuilder, StringBuilder> op) add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withExpand(Collection<TValue> expand) set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addExpand(Collection<TValue> expand) add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withSort
set sort with the specified value- Specified by:
withSort
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
withSort
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
withSort
in interfaceSortableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addSort
add additional sort query parameter- Specified by:
addSort
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
addSort
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
addSort
in interfaceSortableTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withSort
set sort with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addSort
add additional sort query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withSort
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withSort(Function<StringBuilder, StringBuilder> op) set sort with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addSort
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addSort(Function<StringBuilder, StringBuilder> op) add additional sort query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withSort
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withSort(Collection<TValue> sort) set sort with the specified values- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addSort
add additional sort query parameters- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withLimit
set limit with the specified value- Specified by:
withLimit
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
withLimit
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
withLimit
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
limit
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addLimit
add additional limit query parameter- Specified by:
addLimit
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
addLimit
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
addLimit
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
limit
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withLimit
set limit with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addLimit
add additional limit query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withLimit
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withLimit(Function<StringBuilder, StringBuilder> op) set limit with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addLimit
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addLimit(Function<StringBuilder, StringBuilder> op) add additional limit query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withLimit
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withLimit(Collection<TValue> limit) set limit with the specified values- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addLimit
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addLimit(Collection<TValue> limit) add additional limit query parameters- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withOffset
set offset with the specified value- Specified by:
withOffset
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
withOffset
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
withOffset
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
offset
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addOffset
add additional offset query parameter- Specified by:
addOffset
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
addOffset
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
addOffset
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
offset
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withOffset
set offset with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addOffset
add additional offset query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withOffset
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withOffset(Function<StringBuilder, StringBuilder> op) set offset with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addOffset
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addOffset(Function<StringBuilder, StringBuilder> op) add additional offset query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withOffset
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withOffset(Collection<TValue> offset) set offset with the specified values- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addOffset
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addOffset(Collection<TValue> offset) add additional offset query parameters- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withWithTotal
set withTotal with the specified value- Specified by:
withWithTotal
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
withWithTotal
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
withWithTotal
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addWithTotal
add additional withTotal query parameter- Specified by:
addWithTotal
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
addWithTotal
in interfacePagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
addWithTotal
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withWithTotal
set withTotal with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withWithTotal
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withWithTotal(Function<StringBuilder, StringBuilder> op) set withTotal with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addWithTotal
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addWithTotal(Function<StringBuilder, StringBuilder> op) add additional withTotal query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withWithTotal
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withWithTotal(Collection<TValue> withTotal) set withTotal with the specified values- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addWithTotal
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addWithTotal(Collection<TValue> withTotal) add additional withTotal query parameters- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withWhere
set where with the specified value- Specified by:
withWhere
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
withWhere
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
withWhere
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
where
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addWhere
add additional where query parameter- Specified by:
addWhere
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
addWhere
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
addWhere
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
where
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withWhere
set where with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addWhere
add additional where query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withWhere
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withWhere(Function<StringBuilder, StringBuilder> op) set where with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addWhere
public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addWhere(Function<StringBuilder, StringBuilder> op) add additional where query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withWhere(Collection<TValue> where) set where with the specified values- Type Parameters:
TValue
- value type- Parameters:
where
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addWhere(Collection<TValue> where) add additional where query parameters- Type Parameters:
TValue
- value type- Parameters:
where
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value- Specified by:
withPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
withPredicateVar
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
withPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addPredicateVar(String varName, TValue predicateVar) add additional predicateVar query parameter- Specified by:
addPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
addPredicateVar
in interfaceQueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet>
- Specified by:
addPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
withPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet withPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values- Specified by:
withPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
withPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
addPredicateVar
public <TValue> ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet addPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters- Specified by:
addPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Specified by:
addPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet,
ShoppingListPagedQueryResponse, com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-