Package com.commercetools.api.client
Class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,BusinessUnitPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
- All Implemented Interfaces:
ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGetMixin
,Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
,ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
,ExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
,PagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
,BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> PagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
,QueryTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
,SimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
,BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> SortableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
,ClientRequestCommand<BusinessUnitPagedQueryResponse>
,CreateHttpRequestCommand
,HttpRequestCommand<BusinessUnitPagedQueryResponse>
,RequestCommand<BusinessUnitPagedQueryResponse>
public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
extends TypeApiMethod<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,BusinessUnitPagedQueryResponse>
implements ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGetMixin, ExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, SortableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, PagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, QueryTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.business_unit.BusinessUnitPagedQueryResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.asAssociate()
.withAssociateIdValue("{associateId}")
.businessUnits()
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorDescriptionByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
(ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet t) ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
(ApiHttpClient apiHttpClient, String projectKey, String associateId) -
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<BusinessUnitPagedQueryResponse>
void
setAssociateId
(String associateId) void
setProjectKey
(String projectKey) 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.ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGetMixin
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
-
ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet(ApiHttpClient apiHttpClient, String projectKey, String associateId) -
ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet(ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet t)
-
-
Method Details
-
resultType
- Specified by:
resultType
in interfaceHttpRequestCommand<BusinessUnitPagedQueryResponse>
-
executeBlocking
public ApiHttpResponse<BusinessUnitPagedQueryResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceClientRequestCommand<BusinessUnitPagedQueryResponse>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse>
-
execute
public CompletableFuture<ApiHttpResponse<BusinessUnitPagedQueryResponse>> execute(ApiHttpClient client) - Specified by:
execute
in interfaceClientRequestCommand<BusinessUnitPagedQueryResponse>
- Specified by:
execute
in classApiMethod<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse>
-
getProjectKey
-
getAssociateId
-
getExpand
- Specified by:
getExpand
in interfaceExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
-
getSort
- Specified by:
getSort
in interfaceSortableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
-
getLimit
- Specified by:
getLimit
in interfacePagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
-
getOffset
- Specified by:
getOffset
in interfacePagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
-
getWithTotal
- Specified by:
getWithTotal
in interfacePagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
-
getWhere
- Specified by:
getWhere
in interfaceQueryTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
-
setProjectKey
-
setAssociateId
-
withExpand
set expand with the specified value- Specified by:
withExpand
in interfaceExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
withExpand
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addExpand
add additional expand query parameter- Specified by:
addExpand
in interfaceExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
addExpand
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withExpand
set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addExpand
add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withExpand
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withExpand(Function<StringBuilder, StringBuilder> op) set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addExpand
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addExpand(Function<StringBuilder, StringBuilder> op) add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withExpand
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withExpand(Collection<TValue> expand) set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addExpand
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addExpand(Collection<TValue> expand) add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withSort
set sort with the specified value- Specified by:
withSort
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
withSort
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
withSort
in interfaceSortableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addSort
add additional sort query parameter- Specified by:
addSort
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
addSort
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
addSort
in interfaceSortableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withSort
set sort with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addSort
add additional sort query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withSort
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withSort(Function<StringBuilder, StringBuilder> op) set sort with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addSort
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addSort(Function<StringBuilder, StringBuilder> op) add additional sort query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withSort
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withSort(Collection<TValue> sort) set sort with the specified values- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addSort
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addSort(Collection<TValue> sort) add additional sort query parameters- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withLimit
set limit with the specified value- Specified by:
withLimit
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
withLimit
in interfacePagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
withLimit
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
limit
- value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addLimit
add additional limit query parameter- Specified by:
addLimit
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
addLimit
in interfacePagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
addLimit
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
limit
- value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withLimit
set limit with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addLimit
add additional limit query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withLimit
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withLimit(Function<StringBuilder, StringBuilder> op) set limit with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addLimit
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addLimit(Function<StringBuilder, StringBuilder> op) add additional limit query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withLimit
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withLimit(Collection<TValue> limit) set limit with the specified values- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addLimit
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addLimit(Collection<TValue> limit) add additional limit query parameters- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withOffset
set offset with the specified value- Specified by:
withOffset
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
withOffset
in interfacePagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
withOffset
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
offset
- value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addOffset
add additional offset query parameter- Specified by:
addOffset
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
addOffset
in interfacePagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
addOffset
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
offset
- value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withOffset
set offset with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addOffset
add additional offset query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withOffset
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withOffset(Function<StringBuilder, StringBuilder> op) set offset with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addOffset
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addOffset(Function<StringBuilder, StringBuilder> op) add additional offset query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withOffset
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withOffset(Collection<TValue> offset) set offset with the specified values- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addOffset
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addOffset(Collection<TValue> offset) add additional offset query parameters- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withWithTotal
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withWithTotal(TValue withTotal) set withTotal with the specified value- Specified by:
withWithTotal
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
withWithTotal
in interfacePagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
withWithTotal
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addWithTotal
add additional withTotal query parameter- Specified by:
addWithTotal
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
addWithTotal
in interfacePagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
addWithTotal
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withWithTotal
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withWithTotal(Supplier<Boolean> supplier) set withTotal with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addWithTotal
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addWithTotal(Supplier<Boolean> supplier) add additional withTotal query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withWithTotal
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withWithTotal(Function<StringBuilder, StringBuilder> op) set withTotal with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addWithTotal
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addWithTotal(Function<StringBuilder, StringBuilder> op) add additional withTotal query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withWithTotal
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withWithTotal(Collection<TValue> withTotal) set withTotal with the specified values- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addWithTotal
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addWithTotal(Collection<TValue> withTotal) add additional withTotal query parameters- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withWhere
set where with the specified value- Specified by:
withWhere
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
withWhere
in interfaceQueryTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
withWhere
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
where
- value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addWhere
add additional where query parameter- Specified by:
addWhere
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
addWhere
in interfaceQueryTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
addWhere
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
where
- value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withWhere
set where with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addWhere
add additional where query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withWhere
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withWhere(Function<StringBuilder, StringBuilder> op) set where with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addWhere
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addWhere(Function<StringBuilder, StringBuilder> op) add additional where query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withWhere
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withWhere(Collection<TValue> where) set where with the specified values- Type Parameters:
TValue
- value type- Parameters:
where
- values to be set- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addWhere
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addWhere(Collection<TValue> where) add additional where query parameters- Type Parameters:
TValue
- value type- Parameters:
where
- values to be added- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withPredicateVar
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value- Specified by:
withPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
withPredicateVar
in interfaceQueryTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
withPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addPredicateVar
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addPredicateVar(String varName, TValue predicateVar) add additional predicateVar query parameter- Specified by:
addPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
addPredicateVar
in interfaceQueryTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>
- Specified by:
addPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
withPredicateVar
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet withPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values- Specified by:
withPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
withPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
addPredicateVar
public <TValue> ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet addPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters- Specified by:
addPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Specified by:
addPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,
BusinessUnitPagedQueryResponse, com.commercetools.api.predicates.query.business_unit.BusinessUnitQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-