Package com.commercetools.api.client
Class ByProjectKeyVariantProjectionsGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyVariantProjectionsGet,VariantProjectionPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyVariantProjectionsGet
- All Implemented Interfaces:
AttributefilteringTrait<ByProjectKeyVariantProjectionsGet>,Deprecatable200Trait<ByProjectKeyVariantProjectionsGet>,ErrorableTrait<ByProjectKeyVariantProjectionsGet>,ExpandableTrait<ByProjectKeyVariantProjectionsGet>,LocaleprojectingTrait<ByProjectKeyVariantProjectionsGet>,PagingTrait<ByProjectKeyVariantProjectionsGet>,PriceselectingTrait<ByProjectKeyVariantProjectionsGet>,ProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsGet>,QueryTrait<ByProjectKeyVariantProjectionsGet>,SortableTrait<ByProjectKeyVariantProjectionsGet>,ClientRequestCommand<VariantProjectionPagedQueryResponse>,CreateHttpRequestCommand,HttpRequestCommand<VariantProjectionPagedQueryResponse>,RequestCommand<VariantProjectionPagedQueryResponse>
public class ByProjectKeyVariantProjectionsGet
extends TypeApiMethod<ByProjectKeyVariantProjectionsGet,VariantProjectionPagedQueryResponse>
implements ProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsGet>, PriceselectingTrait<ByProjectKeyVariantProjectionsGet>, LocaleprojectingTrait<ByProjectKeyVariantProjectionsGet>, AttributefilteringTrait<ByProjectKeyVariantProjectionsGet>, ExpandableTrait<ByProjectKeyVariantProjectionsGet>, SortableTrait<ByProjectKeyVariantProjectionsGet>, PagingTrait<ByProjectKeyVariantProjectionsGet>, QueryTrait<ByProjectKeyVariantProjectionsGet>, ErrorableTrait<ByProjectKeyVariantProjectionsGet>, Deprecatable200Trait<ByProjectKeyVariantProjectionsGet>
Queries Variant Projections matching the provided predicates.
By default, this endpoint returns the current representation where variants are published.
Required access scopes:
To retrieve the current representation of published Variants, the
view_published_products:{projectKey}scope is required.To retrieve the staged representation (draft data), the API Client must have the
view_products:{projectKey}scope.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.variant.VariantProjectionPagedQueryResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.variantProjections()
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyVariantProjectionsGet(ApiHttpClient apiHttpClient, String projectKey) -
Method Summary
Modifier and TypeMethodDescription<TValue> ByProjectKeyVariantProjectionsGetaddExpand(Collection<TValue> expand) add additional expand query parametersadd additional expand query parameteradd additional expand query parameter<TValue> ByProjectKeyVariantProjectionsGetaddExpand(TValue expand) add additional expand query parameter<TValue> ByProjectKeyVariantProjectionsGetaddFilterAttributes(Collection<TValue> filterAttributes) add additional filterAttributes query parametersadd additional filterAttributes query parameteraddFilterAttributes(Supplier<String> supplier) add additional filterAttributes query parameter<TValue> ByProjectKeyVariantProjectionsGetaddFilterAttributes(TValue filterAttributes) add additional filterAttributes query parameter<TValue> ByProjectKeyVariantProjectionsGetaddLimit(Collection<TValue> limit) add additional limit query parametersadd additional limit query parameteradd additional limit query parameter<TValue> ByProjectKeyVariantProjectionsGetaddLimit(TValue limit) add additional limit query parameter<TValue> ByProjectKeyVariantProjectionsGetaddLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parametersadd additional localeProjection query parameteraddLocaleProjection(Supplier<String> supplier) add additional localeProjection query parameter<TValue> ByProjectKeyVariantProjectionsGetaddLocaleProjection(TValue localeProjection) add additional localeProjection query parameter<TValue> ByProjectKeyVariantProjectionsGetaddOffset(Collection<TValue> offset) add additional offset query parametersadd additional offset query parameteradd additional offset query parameter<TValue> ByProjectKeyVariantProjectionsGetaddOffset(TValue offset) add additional offset query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters<TValue> ByProjectKeyVariantProjectionsGetaddPredicateVar(String varName, TValue predicateVar) add additional predicateVar query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parametersadd additional priceChannel query parameteraddPriceChannel(Supplier<String> supplier) add additional priceChannel query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceChannel(TValue priceChannel) add additional priceChannel query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parametersadd additional priceCountry query parameteraddPriceCountry(Supplier<String> supplier) add additional priceCountry query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceCountry(TValue priceCountry) add additional priceCountry query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parametersadd additional priceCurrency query parameteraddPriceCurrency(Supplier<String> supplier) add additional priceCurrency query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceCurrency(TValue priceCurrency) add additional priceCurrency query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parametersadd additional priceCustomerGroup query parameteraddPriceCustomerGroup(Supplier<String> supplier) add additional priceCustomerGroup query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parametersadd additional priceCustomerGroupAssignments query parameteraddPriceCustomerGroupAssignments(Supplier<String> supplier) add additional priceCustomerGroupAssignments query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceRecurrencePolicy(Collection<TValue> priceRecurrencePolicy) add additional priceRecurrencePolicy query parametersadd additional priceRecurrencePolicy query parameteraddPriceRecurrencePolicy(Supplier<String> supplier) add additional priceRecurrencePolicy query parameter<TValue> ByProjectKeyVariantProjectionsGetaddPriceRecurrencePolicy(TValue priceRecurrencePolicy) add additional priceRecurrencePolicy query parameter<TValue> ByProjectKeyVariantProjectionsGetaddSort(Collection<TValue> sort) add additional sort query parametersadd additional sort query parameteradd additional sort query parameter<TValue> ByProjectKeyVariantProjectionsGetaddSort(TValue sort) add additional sort query parameter<TValue> ByProjectKeyVariantProjectionsGetaddStaged(Collection<TValue> staged) add additional staged query parametersadd additional staged query parameteradd additional staged query parameter<TValue> ByProjectKeyVariantProjectionsGetaddStaged(TValue staged) add additional staged query parameter<TValue> ByProjectKeyVariantProjectionsGetaddWhere(Collection<TValue> where) add additional where query parametersadd additional where query parameteradd additional where query parameter<TValue> ByProjectKeyVariantProjectionsGetaddWhere(TValue where) add additional where query parameter<TValue> ByProjectKeyVariantProjectionsGetaddWithTotal(Collection<TValue> withTotal) add additional withTotal query parametersadd additional withTotal query parameteraddWithTotal(Supplier<Boolean> supplier) add additional withTotal query parameter<TValue> ByProjectKeyVariantProjectionsGetaddWithTotal(TValue withTotal) add additional withTotal query parameterbooleanexecute(ApiHttpClient client) executeBlocking(ApiHttpClient client, Duration timeout) getLimit()getSort()getWhere()inthashCode()inttools.jackson.core.type.TypeReference<VariantProjectionPagedQueryResponse>voidsetProjectKey(String projectKey) toString()<TValue> ByProjectKeyVariantProjectionsGetwithExpand(Collection<TValue> expand) set expand with the specified valuesset expand with the specified valuewithExpand(Supplier<String> supplier) set expand with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithExpand(TValue expand) set expand with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithFilterAttributes(Collection<TValue> filterAttributes) set filterAttributes with the specified valuesset filterAttributes with the specified valuewithFilterAttributes(Supplier<String> supplier) set filterAttributes with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithFilterAttributes(TValue filterAttributes) set filterAttributes with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithLimit(Collection<TValue> limit) set limit with the specified valuesset limit with the specified valueset limit with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithLimit(TValue limit) set limit with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified valuesset localeProjection with the specified valuewithLocaleProjection(Supplier<String> supplier) set localeProjection with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithLocaleProjection(TValue localeProjection) set localeProjection with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithOffset(Collection<TValue> offset) set offset with the specified valuesset offset with the specified valuewithOffset(Supplier<Integer> supplier) set offset with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithOffset(TValue offset) set offset with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values<TValue> ByProjectKeyVariantProjectionsGetwithPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value<TValue> ByProjectKeyVariantProjectionsGetwithPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified valuesset priceChannel with the specified valuewithPriceChannel(Supplier<String> supplier) set priceChannel with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceChannel(TValue priceChannel) set priceChannel with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified valuesset priceCountry with the specified valuewithPriceCountry(Supplier<String> supplier) set priceCountry with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceCountry(TValue priceCountry) set priceCountry with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified valuesset priceCurrency with the specified valuewithPriceCurrency(Supplier<String> supplier) set priceCurrency with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceCurrency(TValue priceCurrency) set priceCurrency with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified valuesset priceCustomerGroup with the specified valuewithPriceCustomerGroup(Supplier<String> supplier) set priceCustomerGroup with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified valuesset priceCustomerGroupAssignments with the specified valuewithPriceCustomerGroupAssignments(Supplier<String> supplier) set priceCustomerGroupAssignments with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceRecurrencePolicy(Collection<TValue> priceRecurrencePolicy) set priceRecurrencePolicy with the specified valuesset priceRecurrencePolicy with the specified valuewithPriceRecurrencePolicy(Supplier<String> supplier) set priceRecurrencePolicy with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithPriceRecurrencePolicy(TValue priceRecurrencePolicy) set priceRecurrencePolicy with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithSort(Collection<TValue> sort) set sort with the specified valuesset sort with the specified valueset sort with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithSort(TValue sort) set sort with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithStaged(Collection<TValue> staged) set staged with the specified valuesset staged with the specified valuewithStaged(Supplier<Boolean> supplier) set staged with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithStaged(TValue staged) set staged with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithWhere(Collection<TValue> where) set where with the specified valuesset where with the specified valueset where with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithWhere(TValue where) set where with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithWithTotal(Collection<TValue> withTotal) set withTotal with the specified valuesset withTotal with the specified valuewithWithTotal(Supplier<Boolean> supplier) set withTotal with the specified value<TValue> ByProjectKeyVariantProjectionsGetwithWithTotal(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, withQueryParamsMethods inherited from interface com.commercetools.api.client.AttributefilteringTrait
asAttributefilteringTrait, asAttributefilteringTraitToBaseTypeMethods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
executeBlockingMethods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand
createHttpRequestMethods inherited from interface com.commercetools.api.client.Deprecatable200Trait
asDeprecatable200Trait, asDeprecatable200TraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ErrorableTrait
asErrorableTrait, asErrorableTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ExpandableTrait
asExpandableTrait, asExpandableTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.LocaleprojectingTrait
asLocaleprojectingTrait, asLocaleprojectingTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.PagingTrait
asPagingTrait, asPagingTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.PriceselectingTrait
asPriceselectingTrait, asPriceselectingTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ProjectionselectingvariantTrait
asProjectionselectingvariantTrait, asProjectionselectingvariantTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.QueryTrait
asQueryTrait, asQueryTraitToBaseTypeMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlockingMethods inherited from interface com.commercetools.api.client.SortableTrait
asSortableTrait, asSortableTraitToBaseType
-
Constructor Details
-
ByProjectKeyVariantProjectionsGet
-
ByProjectKeyVariantProjectionsGet
-
-
Method Details
-
resultType
- Specified by:
resultTypein interfaceHttpRequestCommand<VariantProjectionPagedQueryResponse>
-
executeBlocking
public ApiHttpResponse<VariantProjectionPagedQueryResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlockingin interfaceClientRequestCommand<VariantProjectionPagedQueryResponse>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyVariantProjectionsGet,VariantProjectionPagedQueryResponse>
-
execute
public CompletableFuture<ApiHttpResponse<VariantProjectionPagedQueryResponse>> execute(ApiHttpClient client) - Specified by:
executein interfaceClientRequestCommand<VariantProjectionPagedQueryResponse>- Specified by:
executein classApiMethod<ByProjectKeyVariantProjectionsGet,VariantProjectionPagedQueryResponse>
-
getProjectKey
-
getStaged
- Specified by:
getStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsGet>
-
getPriceCurrency
- Specified by:
getPriceCurrencyin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>
-
getPriceCountry
- Specified by:
getPriceCountryin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>
-
getPriceCustomerGroup
- Specified by:
getPriceCustomerGroupin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>
-
getPriceCustomerGroupAssignments
- Specified by:
getPriceCustomerGroupAssignmentsin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>
-
getPriceChannel
- Specified by:
getPriceChannelin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>
-
getPriceRecurrencePolicy
- Specified by:
getPriceRecurrencePolicyin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>
-
getLocaleProjection
- Specified by:
getLocaleProjectionin interfaceLocaleprojectingTrait<ByProjectKeyVariantProjectionsGet>
-
getFilterAttributes
- Specified by:
getFilterAttributesin interfaceAttributefilteringTrait<ByProjectKeyVariantProjectionsGet>
-
getExpand
- Specified by:
getExpandin interfaceExpandableTrait<ByProjectKeyVariantProjectionsGet>
-
getSort
- Specified by:
getSortin interfaceSortableTrait<ByProjectKeyVariantProjectionsGet>
-
getLimit
- Specified by:
getLimitin interfacePagingTrait<ByProjectKeyVariantProjectionsGet>
-
getOffset
- Specified by:
getOffsetin interfacePagingTrait<ByProjectKeyVariantProjectionsGet>
-
getWithTotal
- Specified by:
getWithTotalin interfacePagingTrait<ByProjectKeyVariantProjectionsGet>
-
getWhere
- Specified by:
getWherein interfaceQueryTrait<ByProjectKeyVariantProjectionsGet>
-
setProjectKey
-
withStaged
set staged with the specified value- Specified by:
withStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
staged- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addStaged
add additional staged query parameter- Specified by:
addStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
staged- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withStaged
set staged with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addStaged
add additional staged query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withStaged
set staged with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addStaged
add additional staged query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withStaged
set staged with the specified values- Type Parameters:
TValue- value type- Parameters:
staged- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addStaged
add additional staged query parameters- Type Parameters:
TValue- value type- Parameters:
staged- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCurrency
set priceCurrency with the specified value- Specified by:
withPriceCurrencyin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCurrency
add additional priceCurrency query parameter- Specified by:
addPriceCurrencyin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCurrency
set priceCurrency with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCurrency
add additional priceCurrency query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCurrency
public ByProjectKeyVariantProjectionsGet withPriceCurrency(Function<StringBuilder, StringBuilder> op) set priceCurrency with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCurrency
add additional priceCurrency query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCurrency
public <TValue> ByProjectKeyVariantProjectionsGet withPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCurrency
public <TValue> ByProjectKeyVariantProjectionsGet addPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parameters- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCountry
set priceCountry with the specified value- Specified by:
withPriceCountryin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCountry
add additional priceCountry query parameter- Specified by:
addPriceCountryin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCountry
set priceCountry with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCountry
add additional priceCountry query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCountry
set priceCountry with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCountry
add additional priceCountry query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCountry
set priceCountry with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCountry
add additional priceCountry query parameters- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCustomerGroup
set priceCustomerGroup with the specified value- Specified by:
withPriceCustomerGroupin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCustomerGroup
add additional priceCustomerGroup query parameter- Specified by:
addPriceCustomerGroupin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCustomerGroup
set priceCustomerGroup with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCustomerGroup
add additional priceCustomerGroup query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCustomerGroup
public ByProjectKeyVariantProjectionsGet withPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) set priceCustomerGroup with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCustomerGroup
public ByProjectKeyVariantProjectionsGet addPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroup query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyVariantProjectionsGet withPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyVariantProjectionsGet addPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parameters- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCustomerGroupAssignments
public <TValue> ByProjectKeyVariantProjectionsGet withPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified value- Specified by:
withPriceCustomerGroupAssignmentsin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroupAssignments- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCustomerGroupAssignments
public <TValue> ByProjectKeyVariantProjectionsGet addPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parameter- Specified by:
addPriceCustomerGroupAssignmentsin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroupAssignments- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCustomerGroupAssignments
public ByProjectKeyVariantProjectionsGet withPriceCustomerGroupAssignments(Supplier<String> supplier) set priceCustomerGroupAssignments with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCustomerGroupAssignments
public ByProjectKeyVariantProjectionsGet addPriceCustomerGroupAssignments(Supplier<String> supplier) add additional priceCustomerGroupAssignments query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCustomerGroupAssignments
public ByProjectKeyVariantProjectionsGet withPriceCustomerGroupAssignments(Function<StringBuilder, StringBuilder> op) set priceCustomerGroupAssignments with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCustomerGroupAssignments
public ByProjectKeyVariantProjectionsGet addPriceCustomerGroupAssignments(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroupAssignments query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceCustomerGroupAssignments
public <TValue> ByProjectKeyVariantProjectionsGet withPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroupAssignments- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceCustomerGroupAssignments
public <TValue> ByProjectKeyVariantProjectionsGet addPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parameters- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroupAssignments- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceChannel
set priceChannel with the specified value- Specified by:
withPriceChannelin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceChannel
add additional priceChannel query parameter- Specified by:
addPriceChannelin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceChannel
set priceChannel with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceChannel
add additional priceChannel query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceChannel
set priceChannel with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceChannel
add additional priceChannel query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceChannel
set priceChannel with the specified values- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceChannel
add additional priceChannel query parameters- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceRecurrencePolicy
public <TValue> ByProjectKeyVariantProjectionsGet withPriceRecurrencePolicy(TValue priceRecurrencePolicy) set priceRecurrencePolicy with the specified value- Specified by:
withPriceRecurrencePolicyin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceRecurrencePolicy- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceRecurrencePolicy
public <TValue> ByProjectKeyVariantProjectionsGet addPriceRecurrencePolicy(TValue priceRecurrencePolicy) add additional priceRecurrencePolicy query parameter- Specified by:
addPriceRecurrencePolicyin interfacePriceselectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
priceRecurrencePolicy- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceRecurrencePolicy
set priceRecurrencePolicy with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceRecurrencePolicy
add additional priceRecurrencePolicy query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceRecurrencePolicy
public ByProjectKeyVariantProjectionsGet withPriceRecurrencePolicy(Function<StringBuilder, StringBuilder> op) set priceRecurrencePolicy with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceRecurrencePolicy
public ByProjectKeyVariantProjectionsGet addPriceRecurrencePolicy(Function<StringBuilder, StringBuilder> op) add additional priceRecurrencePolicy query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPriceRecurrencePolicy
public <TValue> ByProjectKeyVariantProjectionsGet withPriceRecurrencePolicy(Collection<TValue> priceRecurrencePolicy) set priceRecurrencePolicy with the specified values- Type Parameters:
TValue- value type- Parameters:
priceRecurrencePolicy- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPriceRecurrencePolicy
public <TValue> ByProjectKeyVariantProjectionsGet addPriceRecurrencePolicy(Collection<TValue> priceRecurrencePolicy) add additional priceRecurrencePolicy query parameters- Type Parameters:
TValue- value type- Parameters:
priceRecurrencePolicy- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withLocaleProjection
set localeProjection with the specified value- Specified by:
withLocaleProjectionin interfaceLocaleprojectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addLocaleProjection
add additional localeProjection query parameter- Specified by:
addLocaleProjectionin interfaceLocaleprojectingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withLocaleProjection
set localeProjection with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addLocaleProjection
add additional localeProjection query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withLocaleProjection
public ByProjectKeyVariantProjectionsGet withLocaleProjection(Function<StringBuilder, StringBuilder> op) set localeProjection with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addLocaleProjection
public ByProjectKeyVariantProjectionsGet addLocaleProjection(Function<StringBuilder, StringBuilder> op) add additional localeProjection query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withLocaleProjection
public <TValue> ByProjectKeyVariantProjectionsGet withLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified values- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addLocaleProjection
public <TValue> ByProjectKeyVariantProjectionsGet addLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parameters- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withFilterAttributes
set filterAttributes with the specified value- Specified by:
withFilterAttributesin interfaceAttributefilteringTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addFilterAttributes
add additional filterAttributes query parameter- Specified by:
addFilterAttributesin interfaceAttributefilteringTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withFilterAttributes
set filterAttributes with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addFilterAttributes
add additional filterAttributes query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withFilterAttributes
public ByProjectKeyVariantProjectionsGet withFilterAttributes(Function<StringBuilder, StringBuilder> op) set filterAttributes with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addFilterAttributes
public ByProjectKeyVariantProjectionsGet addFilterAttributes(Function<StringBuilder, StringBuilder> op) add additional filterAttributes query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withFilterAttributes
public <TValue> ByProjectKeyVariantProjectionsGet withFilterAttributes(Collection<TValue> filterAttributes) set filterAttributes with the specified values- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addFilterAttributes
public <TValue> ByProjectKeyVariantProjectionsGet addFilterAttributes(Collection<TValue> filterAttributes) add additional filterAttributes query parameters- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withExpand
set expand with the specified value- Specified by:
withExpandin interfaceExpandableTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
expand- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addExpand
add additional expand query parameter- Specified by:
addExpandin interfaceExpandableTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
expand- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withExpand
set expand with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addExpand
add additional expand query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withExpand
set expand with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addExpand
add additional expand query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withExpand
set expand with the specified values- Type Parameters:
TValue- value type- Parameters:
expand- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addExpand
add additional expand query parameters- Type Parameters:
TValue- value type- Parameters:
expand- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withSort
set sort with the specified value- Specified by:
withSortin interfaceSortableTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
sort- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addSort
add additional sort query parameter- Specified by:
addSortin interfaceSortableTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
sort- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withSort
set sort with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addSort
add additional sort query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withSort
set sort with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addSort
add additional sort query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withSort
set sort with the specified values- Type Parameters:
TValue- value type- Parameters:
sort- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addSort
add additional sort query parameters- Type Parameters:
TValue- value type- Parameters:
sort- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withLimit
set limit with the specified value- Specified by:
withLimitin interfacePagingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
limit- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addLimit
add additional limit query parameter- Specified by:
addLimitin interfacePagingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
limit- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withLimit
set limit with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addLimit
add additional limit query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withLimit
set limit with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addLimit
add additional limit query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withLimit
set limit with the specified values- Type Parameters:
TValue- value type- Parameters:
limit- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addLimit
add additional limit query parameters- Type Parameters:
TValue- value type- Parameters:
limit- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withOffset
set offset with the specified value- Specified by:
withOffsetin interfacePagingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
offset- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addOffset
add additional offset query parameter- Specified by:
addOffsetin interfacePagingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
offset- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withOffset
set offset with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addOffset
add additional offset query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withOffset
set offset with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addOffset
add additional offset query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withOffset
set offset with the specified values- Type Parameters:
TValue- value type- Parameters:
offset- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addOffset
add additional offset query parameters- Type Parameters:
TValue- value type- Parameters:
offset- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withWithTotal
set withTotal with the specified value- Specified by:
withWithTotalin interfacePagingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
withTotal- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addWithTotal
add additional withTotal query parameter- Specified by:
addWithTotalin interfacePagingTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
withTotal- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withWithTotal
set withTotal with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withWithTotal
set withTotal with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withWithTotal
set withTotal with the specified values- Type Parameters:
TValue- value type- Parameters:
withTotal- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addWithTotal
add additional withTotal query parameters- Type Parameters:
TValue- value type- Parameters:
withTotal- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withWhere
set where with the specified value- Specified by:
withWherein interfaceQueryTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
where- value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addWhere
add additional where query parameter- Specified by:
addWherein interfaceQueryTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
where- value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withWhere
set where with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addWhere
add additional where query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withWhere
set where with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addWhere
add additional where query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withWhere
set where with the specified values- Type Parameters:
TValue- value type- Parameters:
where- values to be set- Returns:
- ByProjectKeyVariantProjectionsGet
-
addWhere
add additional where query parameters- Type Parameters:
TValue- value type- Parameters:
where- values to be added- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPredicateVar
public <TValue> ByProjectKeyVariantProjectionsGet withPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value- Specified by:
withPredicateVarin interfaceQueryTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
varName- parameter namepredicateVar- parameter value- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPredicateVar
public <TValue> ByProjectKeyVariantProjectionsGet addPredicateVar(String varName, TValue predicateVar) add additional predicateVar query parameter- Specified by:
addPredicateVarin interfaceQueryTrait<ByProjectKeyVariantProjectionsGet>- Type Parameters:
TValue- value type- Parameters:
varName- parameter namepredicateVar- parameter value- Returns:
- ByProjectKeyVariantProjectionsGet
-
withPredicateVar
public <TValue> ByProjectKeyVariantProjectionsGet withPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values- Type Parameters:
TValue- value type- Parameters:
varName- parameter namepredicateVar- parameter values- Returns:
- ByProjectKeyVariantProjectionsGet
-
addPredicateVar
public <TValue> ByProjectKeyVariantProjectionsGet addPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters- Type Parameters:
TValue- value type- Parameters:
varName- parameter namepredicateVar- parameter values- Returns:
- ByProjectKeyVariantProjectionsGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-