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