Package com.commercetools.api.client
Class ByProjectKeyProductProjectionsKeyByKeyGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyProductProjectionsKeyByKeyGet,ProductProjection>
com.commercetools.api.client.ByProjectKeyProductProjectionsKeyByKeyGet
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductProjectionsKeyByKeyGet>
,ErrorableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
,ExpandableRequest<ByProjectKeyProductProjectionsKeyByKeyGet,
,ProductProjectionExpansionBuilderDsl> ExpandableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
,LocaleprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
,PriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
,ProductProjectionExpansionMixin<ByProjectKeyProductProjectionsKeyByKeyGet>
,ProjectionselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
,StoreprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
,ClientRequestCommand<ProductProjection>
,CreateHttpRequestCommand
,HttpRequestCommand<ProductProjection>
,RequestCommand<ProductProjection>
public class ByProjectKeyProductProjectionsKeyByKeyGet
extends TypeApiMethod<ByProjectKeyProductProjectionsKeyByKeyGet,ProductProjection>
implements ProductProjectionExpansionMixin<ByProjectKeyProductProjectionsKeyByKeyGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, PriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, StoreprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, ExpandableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, ErrorableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>, Deprecatable200Trait<ByProjectKeyProductProjectionsKeyByKeyGet>
Gets the current or staged representation of a Product found by Key. 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}")
.productProjections()
.withKey("{key}")
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorDescriptionByProjectKeyProductProjectionsKeyByKeyGet
(ApiHttpClient apiHttpClient, String projectKey, String key) -
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 parameteraddStoreProjection
(Collection<TValue> storeProjection) add additional storeProjection query parametersadd additional storeProjection query parameteraddStoreProjection
(Supplier<String> supplier) add additional storeProjection query parameteraddStoreProjection
(TValue storeProjection) add additional storeProjection query parameterboolean
execute
(ApiHttpClient client) executeBlocking
(ApiHttpClient client, Duration timeout) getKey()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<ProductProjection>
void
void
setProjectKey
(String projectKey) 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 valuewithStoreProjection
(Collection<TValue> storeProjection) set storeProjection with the specified valuesset storeProjection with the specified valuewithStoreProjection
(Supplier<String> supplier) set storeProjection with the specified valuewithStoreProjection
(TValue storeProjection) set storeProjection 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.ExpandableRequest
addExpansion, withExpansion
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.ProductProjectionExpansionMixin
expandDsl
Methods inherited from interface com.commercetools.api.client.ProjectionselectingTrait
asProjectionselectingTrait, asProjectionselectingTraitToBaseType
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
Methods inherited from interface com.commercetools.api.client.StoreprojectingTrait
asStoreprojectingTrait, asStoreprojectingTraitToBaseType
-
Constructor Details
-
ByProjectKeyProductProjectionsKeyByKeyGet
public ByProjectKeyProductProjectionsKeyByKeyGet(ApiHttpClient apiHttpClient, String projectKey, String key) -
ByProjectKeyProductProjectionsKeyByKeyGet
-
-
Method Details
-
resultType
- Specified by:
resultType
in interfaceHttpRequestCommand<ProductProjection>
-
executeBlocking
- Specified by:
executeBlocking
in interfaceClientRequestCommand<ProductProjection>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyProductProjectionsKeyByKeyGet,
ProductProjection>
-
execute
- Specified by:
execute
in interfaceClientRequestCommand<ProductProjection>
- Specified by:
execute
in classApiMethod<ByProjectKeyProductProjectionsKeyByKeyGet,
ProductProjection>
-
getProjectKey
-
getKey
-
getStaged
- Specified by:
getStaged
in interfaceProjectionselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
-
getPriceCurrency
- Specified by:
getPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
-
getPriceCountry
- Specified by:
getPriceCountry
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
-
getPriceCustomerGroup
- Specified by:
getPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
-
getPriceChannel
- Specified by:
getPriceChannel
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
-
getLocaleProjection
- Specified by:
getLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
-
getStoreProjection
- Specified by:
getStoreProjection
in interfaceStoreprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
-
getExpand
- Specified by:
getExpand
in interfaceExpandableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
-
setProjectKey
-
setKey
-
withStaged
set staged with the specified value- Specified by:
withStaged
in interfaceProjectionselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
staged
- value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addStaged
add additional staged query parameter- Specified by:
addStaged
in interfaceProjectionselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
staged
- value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withStaged
set staged with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addStaged
add additional staged query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withStaged
public ByProjectKeyProductProjectionsKeyByKeyGet withStaged(Function<StringBuilder, StringBuilder> op) set staged with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addStaged
public ByProjectKeyProductProjectionsKeyByKeyGet addStaged(Function<StringBuilder, StringBuilder> op) add additional staged query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withStaged
set staged with the specified values- Type Parameters:
TValue
- value type- Parameters:
staged
- values to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addStaged
add additional staged query parameters- Type Parameters:
TValue
- value type- Parameters:
staged
- values to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCurrency
set priceCurrency with the specified value- Specified by:
withPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCurrency
add additional priceCurrency query parameter- Specified by:
addPriceCurrency
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCurrency
set priceCurrency with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCurrency
add additional priceCurrency query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCurrency
public ByProjectKeyProductProjectionsKeyByKeyGet withPriceCurrency(Function<StringBuilder, StringBuilder> op) set priceCurrency with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCurrency
public ByProjectKeyProductProjectionsKeyByKeyGet addPriceCurrency(Function<StringBuilder, StringBuilder> op) add additional priceCurrency query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCurrency
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet withPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- values to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCurrency
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet addPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- values to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCountry
set priceCountry with the specified value- Specified by:
withPriceCountry
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCountry
add additional priceCountry query parameter- Specified by:
addPriceCountry
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCountry
set priceCountry with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCountry
add additional priceCountry query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCountry
public ByProjectKeyProductProjectionsKeyByKeyGet withPriceCountry(Function<StringBuilder, StringBuilder> op) set priceCountry with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCountry
public ByProjectKeyProductProjectionsKeyByKeyGet addPriceCountry(Function<StringBuilder, StringBuilder> op) add additional priceCountry query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCountry
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet withPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- values to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCountry
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet addPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- values to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet withPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified value- Specified by:
withPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet addPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameter- Specified by:
addPriceCustomerGroup
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCustomerGroup
set priceCustomerGroup with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCustomerGroup
add additional priceCustomerGroup query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCustomerGroup
public ByProjectKeyProductProjectionsKeyByKeyGet withPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) set priceCustomerGroup with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCustomerGroup
public ByProjectKeyProductProjectionsKeyByKeyGet addPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroup query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet withPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- values to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet addPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parameters- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- values to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceChannel
set priceChannel with the specified value- Specified by:
withPriceChannel
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceChannel
add additional priceChannel query parameter- Specified by:
addPriceChannel
in interfacePriceselectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceChannel
set priceChannel with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceChannel
add additional priceChannel query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceChannel
public ByProjectKeyProductProjectionsKeyByKeyGet withPriceChannel(Function<StringBuilder, StringBuilder> op) set priceChannel with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceChannel
public ByProjectKeyProductProjectionsKeyByKeyGet addPriceChannel(Function<StringBuilder, StringBuilder> op) add additional priceChannel query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withPriceChannel
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet withPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified values- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- values to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addPriceChannel
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet addPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parameters- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- values to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withLocaleProjection
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet withLocaleProjection(TValue localeProjection) set localeProjection with the specified value- Specified by:
withLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addLocaleProjection
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet addLocaleProjection(TValue localeProjection) add additional localeProjection query parameter- Specified by:
addLocaleProjection
in interfaceLocaleprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withLocaleProjection
set localeProjection with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addLocaleProjection
add additional localeProjection query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withLocaleProjection
public ByProjectKeyProductProjectionsKeyByKeyGet withLocaleProjection(Function<StringBuilder, StringBuilder> op) set localeProjection with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addLocaleProjection
public ByProjectKeyProductProjectionsKeyByKeyGet addLocaleProjection(Function<StringBuilder, StringBuilder> op) add additional localeProjection query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withLocaleProjection
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet withLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified values- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- values to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addLocaleProjection
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet addLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parameters- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- values to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withStoreProjection
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet withStoreProjection(TValue storeProjection) set storeProjection with the specified value- Specified by:
withStoreProjection
in interfaceStoreprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addStoreProjection
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet addStoreProjection(TValue storeProjection) add additional storeProjection query parameter- Specified by:
addStoreProjection
in interfaceStoreprojectingTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withStoreProjection
set storeProjection with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addStoreProjection
add additional storeProjection query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withStoreProjection
public ByProjectKeyProductProjectionsKeyByKeyGet withStoreProjection(Function<StringBuilder, StringBuilder> op) set storeProjection with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addStoreProjection
public ByProjectKeyProductProjectionsKeyByKeyGet addStoreProjection(Function<StringBuilder, StringBuilder> op) add additional storeProjection query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withStoreProjection
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet withStoreProjection(Collection<TValue> storeProjection) set storeProjection with the specified values- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- values to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addStoreProjection
public <TValue> ByProjectKeyProductProjectionsKeyByKeyGet addStoreProjection(Collection<TValue> storeProjection) add additional storeProjection query parameters- Type Parameters:
TValue
- value type- Parameters:
storeProjection
- values to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withExpand
set expand with the specified value- Specified by:
withExpand
in interfaceExpandableRequest<ByProjectKeyProductProjectionsKeyByKeyGet,
ProductProjectionExpansionBuilderDsl> - Specified by:
withExpand
in interfaceExpandableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addExpand
add additional expand query parameter- Specified by:
addExpand
in interfaceExpandableRequest<ByProjectKeyProductProjectionsKeyByKeyGet,
ProductProjectionExpansionBuilderDsl> - Specified by:
addExpand
in interfaceExpandableTrait<ByProjectKeyProductProjectionsKeyByKeyGet>
- Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withExpand
set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addExpand
add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withExpand
public ByProjectKeyProductProjectionsKeyByKeyGet withExpand(Function<StringBuilder, StringBuilder> op) set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addExpand
public ByProjectKeyProductProjectionsKeyByKeyGet addExpand(Function<StringBuilder, StringBuilder> op) add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
withExpand
set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
addExpand
add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyProductProjectionsKeyByKeyGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-