Package com.commercetools.api.client
Class ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead,JsonNode>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>,ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>,ProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>,ProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>,ClientRequestCommand<JsonNode>,CreateHttpRequestCommand,HttpRequestCommand<JsonNode>,RequestCommand<JsonNode>
public class ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
extends TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead,JsonNode>
implements ProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>, ProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>
Checks if a Variant Projection exists with the provided key in the specified Store. Returns a 200 status if the Variant Projection exists, or a 404 status otherwise.
CompletableFuture<ApiHttpResponse<tools.jackson.databind.JsonNode>> result = apiRoot
.withProjectKey("{projectKey}")
.inStoreKeyWithStoreKeyValue("{storeKey}")
.variantProjections()
.withKey("{key}")
.head()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead(ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead t) ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead(ApiHttpClient apiHttpClient, String projectKey, String storeKey, String key) -
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 parameterbooleanexecute(ApiHttpClient client) executeBlocking(ApiHttpClient client, Duration timeout) getKey()inthashCode()inttools.jackson.core.type.TypeReference<JsonNode>voidvoidsetProjectKey(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 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
-
ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead(ApiHttpClient apiHttpClient, String projectKey, String storeKey, String key) -
ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead(ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead t)
-
-
Method Details
-
resultType
- Specified by:
resultTypein interfaceHttpRequestCommand<JsonNode>
-
executeBlocking
- Specified by:
executeBlockingin interfaceClientRequestCommand<JsonNode>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead,JsonNode>
-
execute
- Specified by:
executein interfaceClientRequestCommand<JsonNode>- Specified by:
executein classApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead,JsonNode>
-
getProjectKey
-
getStoreKey
-
getKey
-
getStaged
- Specified by:
getStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>
-
getPriceCurrency
- Specified by:
getPriceCurrencyin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>
-
getPriceCountry
- Specified by:
getPriceCountryin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>
-
getPriceCustomerGroup
- Specified by:
getPriceCustomerGroupin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>
-
getPriceChannel
- Specified by:
getPriceChannelin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>
-
getLocaleProjection
- Specified by:
getLocaleProjectionin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>
-
getFilterAttributes
- Specified by:
getFilterAttributesin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>
-
setProjectKey
-
setStoreKey
-
setKey
-
withStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withStaged(TValue staged) set staged with the specified value- Specified by:
withStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
staged- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addStaged(TValue staged) add additional staged query parameter- Specified by:
addStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
staged- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withStaged(Supplier<Boolean> supplier) set staged with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addStaged(Supplier<Boolean> supplier) add additional staged query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withStaged(Function<StringBuilder, StringBuilder> op) set staged with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addStaged(Function<StringBuilder, StringBuilder> op) add additional staged query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withStaged(Collection<TValue> staged) set staged with the specified values- Type Parameters:
TValue- value type- Parameters:
staged- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addStaged(Collection<TValue> staged) add additional staged query parameters- Type Parameters:
TValue- value type- Parameters:
staged- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCurrency(TValue priceCurrency) set priceCurrency with the specified value- Specified by:
withPriceCurrencyin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCurrency(TValue priceCurrency) add additional priceCurrency query parameter- Specified by:
addPriceCurrencyin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCurrency(Supplier<String> supplier) set priceCurrency with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCurrency(Supplier<String> supplier) add additional priceCurrency query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCurrency(Function<StringBuilder, StringBuilder> op) set priceCurrency with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCurrency(Function<StringBuilder, StringBuilder> op) add additional priceCurrency query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parameters- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCountry(TValue priceCountry) set priceCountry with the specified value- Specified by:
withPriceCountryin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCountry(TValue priceCountry) add additional priceCountry query parameter- Specified by:
addPriceCountryin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCountry(Supplier<String> supplier) set priceCountry with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCountry(Supplier<String> supplier) add additional priceCountry query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCountry(Function<StringBuilder, StringBuilder> op) set priceCountry with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCountry(Function<StringBuilder, StringBuilder> op) add additional priceCountry query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parameters- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified value- Specified by:
withPriceCustomerGroupin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameter- Specified by:
addPriceCustomerGroupin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCustomerGroup(Supplier<String> supplier) set priceCustomerGroup with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCustomerGroup(Supplier<String> supplier) add additional priceCustomerGroup query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) set priceCustomerGroup with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroup query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parameters- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceChannel(TValue priceChannel) set priceChannel with the specified value- Specified by:
withPriceChannelin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceChannel(TValue priceChannel) add additional priceChannel query parameter- Specified by:
addPriceChannelin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceChannel(Supplier<String> supplier) set priceChannel with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceChannel(Supplier<String> supplier) add additional priceChannel query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceChannel(Function<StringBuilder, StringBuilder> op) set priceChannel with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceChannel(Function<StringBuilder, StringBuilder> op) add additional priceChannel query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified values- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parameters- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withLocaleProjection(TValue localeProjection) set localeProjection with the specified value- Specified by:
withLocaleProjectionin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addLocaleProjection(TValue localeProjection) add additional localeProjection query parameter- Specified by:
addLocaleProjectionin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withLocaleProjection(Supplier<String> supplier) set localeProjection with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addLocaleProjection(Supplier<String> supplier) add additional localeProjection query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withLocaleProjection(Function<StringBuilder, StringBuilder> op) set localeProjection with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addLocaleProjection(Function<StringBuilder, StringBuilder> op) add additional localeProjection query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified values- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parameters- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withFilterAttributes(TValue filterAttributes) set filterAttributes with the specified value- Specified by:
withFilterAttributesin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addFilterAttributes(TValue filterAttributes) add additional filterAttributes query parameter- Specified by:
addFilterAttributesin interfaceProjectionvalidatingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withFilterAttributes(Supplier<String> supplier) set filterAttributes with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addFilterAttributes(Supplier<String> supplier) add additional filterAttributes query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withFilterAttributes(Function<StringBuilder, StringBuilder> op) set filterAttributes with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addFilterAttributes(Function<StringBuilder, StringBuilder> op) add additional filterAttributes query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
withFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead withFilterAttributes(Collection<TValue> filterAttributes) set filterAttributes with the specified values- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
addFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead addFilterAttributes(Collection<TValue> filterAttributes) add additional filterAttributes query parameters- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-