Package com.commercetools.api.client
Interface PriceselectingTrait<T extends PriceselectingTrait<T>>
- Type Parameters:
T
- type of extending interface
- All Known Implementing Classes:
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
,ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet
,ByProjectKeyProductProjectionsByIDGet
,ByProjectKeyProductProjectionsGet
,ByProjectKeyProductProjectionsKeyByKeyGet
,ByProjectKeyProductProjectionsSearchGet
,ByProjectKeyProductsByIDDelete
,ByProjectKeyProductsByIDGet
,ByProjectKeyProductsByIDPost
,ByProjectKeyProductsByIDPostString
,ByProjectKeyProductsGet
,ByProjectKeyProductsKeyByKeyDelete
,ByProjectKeyProductsKeyByKeyGet
,ByProjectKeyProductsKeyByKeyPost
,ByProjectKeyProductsKeyByKeyPostString
,ByProjectKeyProductsPost
,ByProjectKeyProductsPostString
public interface PriceselectingTrait<T extends PriceselectingTrait<T>>
PriceselectingTrait
-
Method Summary
Modifier and TypeMethodDescription<TValue> PriceselectingTrait<T>
addLocaleProjection
(TValue localeProjection) add additional localeProjection query parameter<TValue> PriceselectingTrait<T>
addPriceChannel
(TValue priceChannel) add additional priceChannel query parameter<TValue> PriceselectingTrait<T>
addPriceCountry
(TValue priceCountry) add additional priceCountry query parameter<TValue> PriceselectingTrait<T>
addPriceCurrency
(TValue priceCurrency) add additional priceCurrency query parameter<TValue> PriceselectingTrait<T>
addPriceCustomerGroup
(TValue priceCustomerGroup) add additional priceCustomerGroup query parameterdefault PriceselectingTrait<T>
default T
<TValue> PriceselectingTrait<T>
withLocaleProjection
(TValue localeProjection) set localeProjection with the specificied value<TValue> PriceselectingTrait<T>
withPriceChannel
(TValue priceChannel) set priceChannel with the specificied value<TValue> PriceselectingTrait<T>
withPriceCountry
(TValue priceCountry) set priceCountry with the specificied value<TValue> PriceselectingTrait<T>
withPriceCurrency
(TValue priceCurrency) set priceCurrency with the specificied value<TValue> PriceselectingTrait<T>
withPriceCustomerGroup
(TValue priceCustomerGroup) set priceCustomerGroup with the specificied value
-
Method Details
-
getPriceCurrency
-
getPriceCountry
-
getPriceCustomerGroup
-
getPriceChannel
-
getLocaleProjection
-
withPriceCurrency
set priceCurrency with the specificied value- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be set- Returns:
- PriceselectingTrait
-
addPriceCurrency
add additional priceCurrency query parameter- Type Parameters:
TValue
- value type- Parameters:
priceCurrency
- value to be added- Returns:
- PriceselectingTrait
-
withPriceCountry
set priceCountry with the specificied value- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be set- Returns:
- PriceselectingTrait
-
addPriceCountry
add additional priceCountry query parameter- Type Parameters:
TValue
- value type- Parameters:
priceCountry
- value to be added- Returns:
- PriceselectingTrait
-
withPriceCustomerGroup
set priceCustomerGroup with the specificied value- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be set- Returns:
- PriceselectingTrait
-
addPriceCustomerGroup
add additional priceCustomerGroup query parameter- Type Parameters:
TValue
- value type- Parameters:
priceCustomerGroup
- value to be added- Returns:
- PriceselectingTrait
-
withPriceChannel
set priceChannel with the specificied value- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be set- Returns:
- PriceselectingTrait
-
addPriceChannel
add additional priceChannel query parameter- Type Parameters:
TValue
- value type- Parameters:
priceChannel
- value to be added- Returns:
- PriceselectingTrait
-
withLocaleProjection
set localeProjection with the specificied value- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be set- Returns:
- PriceselectingTrait
-
addLocaleProjection
add additional localeProjection query parameter- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be added- Returns:
- PriceselectingTrait
-
asPriceselectingTrait
-
asPriceselectingTraitToBaseType
-