Package com.commercetools.api.client
Class ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet,ProductProjection>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
,ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
,ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
,LocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
,PriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
,ProjectionselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
,ClientRequestCommand<ProductProjection>
,CreateHttpRequestCommand
,HttpRequestCommand<ProductProjection>
,RequestCommand<ProductProjection>
public class ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
extends TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet,ProductProjection>
implements ProjectionselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>, PriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>, LocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
Gets the current or staged representation of a Product by its ID in the specified Store. If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on locale, price, and inventory.
If ProductSelection is used, it affects the availability of the Product in the specified Store.
When used with an API Client that has the view_published_products:{projectKey}
scope, this endpoint only returns published (current) Product Projections.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product.ProductProjection>> result = apiRoot
.withProjectKey("{projectKey}")
.inStoreKeyWithStoreKeyValue("{storeKey}")
.productProjections()
.withId("{ID}")
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorDescriptionByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
(ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet t) ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
(ApiHttpClient apiHttpClient, String projectKey, String storeKey, String ID) -
Method Summary
Modifier and TypeMethodDescriptionaddExpand
(Collection<TValue> expand) add additional expand query parametersadd additional expand query parameteradd additional expand query parameteraddExpand
(TValue expand) add additional expand query 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 parameterboolean
execute
(ApiHttpClient client) executeBlocking
(ApiHttpClient client, Duration timeout) getID()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<ProductProjection>
void
void
setProjectKey
(String projectKey) void
setStoreKey
(String storeKey) toString()
withExpand
(Collection<TValue> expand) set expand with the specified valuesset expand with the specified valuewithExpand
(Supplier<String> supplier) set expand with the specified valuewithExpand
(TValue expand) set expand with the specified 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, withQueryParams
Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
executeBlocking
Methods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand
createHttpRequest
Methods inherited from interface com.commercetools.api.client.Deprecatable200Trait
asDeprecatable200Trait, asDeprecatable200TraitToBaseType
Methods inherited from interface com.commercetools.api.client.ErrorableTrait
asErrorableTrait, asErrorableTraitToBaseType
Methods inherited from interface com.commercetools.api.client.ExpandableTrait
asExpandableTrait, asExpandableTraitToBaseType
Methods inherited from interface com.commercetools.api.client.LocaleprojectingTrait
asLocaleprojectingTrait, asLocaleprojectingTraitToBaseType
Methods inherited from interface com.commercetools.api.client.PriceselectingTrait
asPriceselectingTrait, asPriceselectingTraitToBaseType
Methods inherited from interface com.commercetools.api.client.ProjectionselectingTrait
asProjectionselectingTrait, asProjectionselectingTraitToBaseType
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet(ApiHttpClient apiHttpClient, String projectKey, String storeKey, String ID) -
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet(ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet t)
-
-
Method Details
-
resultType
- Specified by:
resultType
in interfaceHttpRequestCommand<ProductProjection>
-
executeBlocking
- Specified by:
executeBlocking
in interfaceClientRequestCommand<ProductProjection>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet,
ProductProjection>
-
execute
- Specified by:
execute
in interfaceClientRequestCommand<ProductProjection>
- Specified by:
execute
in classApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet,
ProductProjection>
-
getProjectKey
-
getStoreKey
-
getID
-
getStaged
- Specified by:
getStaged
in interfaceProjectionselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
-
getPriceCurrency
- Specified by:
getPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
-
getPriceCountry
- Specified by:
getPriceCountry
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
-
getPriceCustomerGroup
- Specified by:
getPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
-
getPriceChannel
- Specified by:
getPriceChannel
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
-
getLocaleProjection
- Specified by:
getLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
-
getExpand
- Specified by:
getExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
-
setProjectKey
-
setStoreKey
-
setID
-
withStaged
set staged with the specified value- Specified by:
withStaged
in interfaceProjectionselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
staged
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addStaged
add additional staged query parameter- Specified by:
addStaged
in interfaceProjectionselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
staged
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withStaged
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withStaged(Supplier<Boolean> supplier) set staged with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addStaged
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addStaged(Supplier<Boolean> supplier) add additional staged query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withStaged
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withStaged(Function<StringBuilder, StringBuilder> op) set staged with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addStaged
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addStaged(Function<StringBuilder, StringBuilder> op) add additional staged query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withStaged(Collection<TValue> staged) set staged with the specified values- Type Parameters:
TValue
- value type- Parameters:
staged
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addStaged(Collection<TValue> staged) add additional staged query parameters- Type Parameters:
TValue
- value type- Parameters:
staged
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCurrency(TValue priceCurrency) set priceCurrency with the specified value- Specified by:
withPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCurrency(TValue priceCurrency) add additional priceCurrency query parameter- Specified by:
addPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCurrency(Supplier<String> supplier) set priceCurrency with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCurrency(Supplier<String> supplier) add additional priceCurrency query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCurrency(Function<StringBuilder, StringBuilder> op) set priceCurrency with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCurrency(Function<StringBuilder, StringBuilder> op) add additional priceCurrency query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCountry(TValue priceCountry) set priceCountry with the specified value- Specified by:
withPriceCountry
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCountry(TValue priceCountry) add additional priceCountry query parameter- Specified by:
addPriceCountry
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCountry(Supplier<String> supplier) set priceCountry with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCountry(Supplier<String> supplier) add additional priceCountry query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCountry(Function<StringBuilder, StringBuilder> op) set priceCountry with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCountry(Function<StringBuilder, StringBuilder> op) add additional priceCountry query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified value- Specified by:
withPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameter- Specified by:
addPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCustomerGroup(Supplier<String> supplier) set priceCustomerGroup with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCustomerGroup(Supplier<String> supplier) add additional priceCustomerGroup query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) set priceCustomerGroup with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroup query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceChannel(TValue priceChannel) set priceChannel with the specified value- Specified by:
withPriceChannel
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceChannel(TValue priceChannel) add additional priceChannel query parameter- Specified by:
addPriceChannel
in interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceChannel(Supplier<String> supplier) set priceChannel with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceChannel(Supplier<String> supplier) add additional priceChannel query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceChannel(Function<StringBuilder, StringBuilder> op) set priceChannel with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceChannel(Function<StringBuilder, StringBuilder> op) add additional priceChannel query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parameters- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withLocaleProjection(TValue localeProjection) set localeProjection with the specified value- Specified by:
withLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addLocaleProjection(TValue localeProjection) add additional localeProjection query parameter- Specified by:
addLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withLocaleProjection(Supplier<String> supplier) set localeProjection with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addLocaleProjection(Supplier<String> supplier) add additional localeProjection query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withLocaleProjection(Function<StringBuilder, StringBuilder> op) set localeProjection with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addLocaleProjection(Function<StringBuilder, StringBuilder> op) add additional localeProjection query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified values- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parameters- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withExpand
set expand with the specified value- Specified by:
withExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addExpand
add additional expand query parameter- Specified by:
addExpand
in interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet>
- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withExpand
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withExpand(Supplier<String> supplier) set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addExpand
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addExpand(Supplier<String> supplier) add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withExpand
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withExpand(Function<StringBuilder, StringBuilder> op) set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addExpand
public ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addExpand(Function<StringBuilder, StringBuilder> op) add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
withExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet withExpand(Collection<TValue> expand) set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
addExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet addExpand(Collection<TValue> expand) add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-