Package com.commercetools.api.client
Class ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead,JsonNode>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>,ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>,ProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>,ProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>,ClientRequestCommand<JsonNode>,CreateHttpRequestCommand,HttpRequestCommand<JsonNode>,RequestCommand<JsonNode>
public class ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
extends TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead,JsonNode>
implements ProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>, ProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>
Checks if one or more Variant Projections exist for the provided query predicate in the specified Store. Returns a 200 status if any Variant Projections match, or a 404 status otherwise.
CompletableFuture<ApiHttpResponse<tools.jackson.databind.JsonNode>> result = apiRoot
.withProjectKey("{projectKey}")
.inStoreKeyWithStoreKeyValue("{storeKey}")
.variantProjections()
.head()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead(ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead t) ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead(ApiHttpClient apiHttpClient, String projectKey, String storeKey) -
Method Summary
Modifier and TypeMethodDescriptionaddFilterAttributes(Collection<TValue> filterAttributes) add additional filterAttributes query parametersadd additional filterAttributes query parameteraddFilterAttributes(Supplier<String> supplier) add additional filterAttributes query parameteraddFilterAttributes(TValue filterAttributes) add additional filterAttributes query parameteraddLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parametersadd additional localeProjection query parameteraddLocaleProjection(Supplier<String> supplier) add additional localeProjection query parameteraddLocaleProjection(TValue localeProjection) add additional localeProjection query parameteraddPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parametersadd additional priceChannel query parameteraddPriceChannel(Supplier<String> supplier) add additional priceChannel query parameteraddPriceChannel(TValue priceChannel) add additional priceChannel query parameteraddPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parametersadd additional priceCountry query parameteraddPriceCountry(Supplier<String> supplier) add additional priceCountry query parameteraddPriceCountry(TValue priceCountry) add additional priceCountry query parameteraddPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parametersadd additional priceCurrency query parameteraddPriceCurrency(Supplier<String> supplier) add additional priceCurrency query parameteraddPriceCurrency(TValue priceCurrency) add additional priceCurrency query parameteraddPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parametersadd additional priceCustomerGroup query parameteraddPriceCustomerGroup(Supplier<String> supplier) add additional priceCustomerGroup query parameteraddPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameteraddStaged(Collection<TValue> staged) add additional staged query parametersadd additional staged query parameteradd additional staged query parameteraddStaged(TValue staged) add additional staged query parameteraddWhere(Collection<TValue> where) add additional where query parametersadd additional where query parameteradd additional where query parameteraddWhere(TValue where) add additional where query parameterbooleanexecute(ApiHttpClient client) executeBlocking(ApiHttpClient client, Duration timeout) getWhere()inthashCode()inttools.jackson.core.type.TypeReference<JsonNode>voidsetProjectKey(String projectKey) voidsetStoreKey(String storeKey) toString()withFilterAttributes(Collection<TValue> filterAttributes) set filterAttributes with the specified valuesset filterAttributes with the specified valuewithFilterAttributes(Supplier<String> supplier) set filterAttributes with the specified valuewithFilterAttributes(TValue filterAttributes) set filterAttributes with the specified valuewithLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified valuesset localeProjection with the specified valuewithLocaleProjection(Supplier<String> supplier) set localeProjection with the specified valuewithLocaleProjection(TValue localeProjection) set localeProjection with the specified valuewithPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified valuesset priceChannel with the specified valuewithPriceChannel(Supplier<String> supplier) set priceChannel with the specified valuewithPriceChannel(TValue priceChannel) set priceChannel with the specified valuewithPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified valuesset priceCountry with the specified valuewithPriceCountry(Supplier<String> supplier) set priceCountry with the specified valuewithPriceCountry(TValue priceCountry) set priceCountry with the specified valuewithPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified valuesset priceCurrency with the specified valuewithPriceCurrency(Supplier<String> supplier) set priceCurrency with the specified valuewithPriceCurrency(TValue priceCurrency) set priceCurrency with the specified valuewithPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified valuesset priceCustomerGroup with the specified valuewithPriceCustomerGroup(Supplier<String> supplier) set priceCustomerGroup with the specified valuewithPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified valuewithStaged(Collection<TValue> staged) set staged with the specified valuesset staged with the specified valuewithStaged(Supplier<Boolean> supplier) set staged with the specified valuewithStaged(TValue staged) set staged 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 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 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.ProjectionselectingvariantTrait
asProjectionselectingvariantTrait, asProjectionselectingvariantTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ProjectionvalidatingTrait
asProjectionvalidatingTrait, asProjectionvalidatingTraitToBaseTypeMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead(ApiHttpClient apiHttpClient, String projectKey, String storeKey) -
ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead(ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead t)
-
-
Method Details
-
resultType
- Specified by:
resultTypein interfaceHttpRequestCommand<JsonNode>
-
executeBlocking
- Specified by:
executeBlockingin interfaceClientRequestCommand<JsonNode>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead,JsonNode>
-
execute
- Specified by:
executein interfaceClientRequestCommand<JsonNode>- Specified by:
executein classApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead,JsonNode>
-
getProjectKey
-
getStoreKey
-
getWhere
-
getStaged
- Specified by:
getStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>
-
getPriceCurrency
- Specified by:
getPriceCurrencyin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>
-
getPriceCountry
- Specified by:
getPriceCountryin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>
-
getPriceCustomerGroup
- Specified by:
getPriceCustomerGroupin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>
-
getPriceChannel
- Specified by:
getPriceChannelin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>
-
getLocaleProjection
- Specified by:
getLocaleProjectionin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>
-
getFilterAttributes
- Specified by:
getFilterAttributesin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>
-
setProjectKey
-
setStoreKey
-
withWhere
set where with the specified value- Type Parameters:
TValue- value type- Parameters:
where- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addWhere
add additional where query parameter- Type Parameters:
TValue- value type- Parameters:
where- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withWhere
set where with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addWhere
add additional where query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withWhere
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withWhere(Function<StringBuilder, StringBuilder> op) set where with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addWhere
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addWhere(Function<StringBuilder, StringBuilder> op) add additional where query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withWhere(Collection<TValue> where) set where with the specified values- Type Parameters:
TValue- value type- Parameters:
where- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addWhere
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addWhere(Collection<TValue> where) add additional where query parameters- Type Parameters:
TValue- value type- Parameters:
where- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withStaged
set staged with the specified value- Specified by:
withStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
staged- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addStaged
add additional staged query parameter- Specified by:
addStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
staged- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withStaged(Supplier<Boolean> supplier) set staged with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addStaged
add additional staged query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withStaged(Function<StringBuilder, StringBuilder> op) set staged with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addStaged(Function<StringBuilder, StringBuilder> op) add additional staged query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withStaged(Collection<TValue> staged) set staged with the specified values- Type Parameters:
TValue- value type- Parameters:
staged- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addStaged(Collection<TValue> staged) add additional staged query parameters- Type Parameters:
TValue- value type- Parameters:
staged- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCurrency(TValue priceCurrency) set priceCurrency with the specified value- Specified by:
withPriceCurrencyin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCurrency(TValue priceCurrency) add additional priceCurrency query parameter- Specified by:
addPriceCurrencyin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCurrency(Supplier<String> supplier) set priceCurrency with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCurrency(Supplier<String> supplier) add additional priceCurrency query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCurrency(Function<StringBuilder, StringBuilder> op) set priceCurrency with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCurrency(Function<StringBuilder, StringBuilder> op) add additional priceCurrency query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parameters- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCountry(TValue priceCountry) set priceCountry with the specified value- Specified by:
withPriceCountryin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCountry(TValue priceCountry) add additional priceCountry query parameter- Specified by:
addPriceCountryin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCountry(Supplier<String> supplier) set priceCountry with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCountry(Supplier<String> supplier) add additional priceCountry query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCountry(Function<StringBuilder, StringBuilder> op) set priceCountry with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCountry(Function<StringBuilder, StringBuilder> op) add additional priceCountry query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parameters- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified value- Specified by:
withPriceCustomerGroupin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameter- Specified by:
addPriceCustomerGroupin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCustomerGroup(Supplier<String> supplier) set priceCustomerGroup with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCustomerGroup(Supplier<String> supplier) add additional priceCustomerGroup query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) set priceCustomerGroup with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroup query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parameters- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceChannel(TValue priceChannel) set priceChannel with the specified value- Specified by:
withPriceChannelin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceChannel(TValue priceChannel) add additional priceChannel query parameter- Specified by:
addPriceChannelin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceChannel(Supplier<String> supplier) set priceChannel with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceChannel(Supplier<String> supplier) add additional priceChannel query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceChannel(Function<StringBuilder, StringBuilder> op) set priceChannel with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceChannel(Function<StringBuilder, StringBuilder> op) add additional priceChannel query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified values- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parameters- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withLocaleProjection(TValue localeProjection) set localeProjection with the specified value- Specified by:
withLocaleProjectionin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addLocaleProjection(TValue localeProjection) add additional localeProjection query parameter- Specified by:
addLocaleProjectionin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withLocaleProjection(Supplier<String> supplier) set localeProjection with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addLocaleProjection(Supplier<String> supplier) add additional localeProjection query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withLocaleProjection(Function<StringBuilder, StringBuilder> op) set localeProjection with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addLocaleProjection(Function<StringBuilder, StringBuilder> op) add additional localeProjection query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified values- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parameters- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withFilterAttributes(TValue filterAttributes) set filterAttributes with the specified value- Specified by:
withFilterAttributesin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addFilterAttributes(TValue filterAttributes) add additional filterAttributes query parameter- Specified by:
addFilterAttributesin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withFilterAttributes(Supplier<String> supplier) set filterAttributes with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addFilterAttributes(Supplier<String> supplier) add additional filterAttributes query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withFilterAttributes(Function<StringBuilder, StringBuilder> op) set filterAttributes with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addFilterAttributes(Function<StringBuilder, StringBuilder> op) add additional filterAttributes query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
withFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead withFilterAttributes(Collection<TValue> filterAttributes) set filterAttributes with the specified values- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
addFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead addFilterAttributes(Collection<TValue> filterAttributes) add additional filterAttributes query parameters- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-