Package com.commercetools.api.client
Interface ProjectionvalidatingTrait<T extends ProjectionvalidatingTrait<T>>
- Type Parameters:
T- type of extending interface
- All Known Implementing Classes:
ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsByIDHead,ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsHead,ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyHead,ByProjectKeyVariantProjectionsByIDHead,ByProjectKeyVariantProjectionsHead,ByProjectKeyVariantProjectionsKeyByKeyHead
public interface ProjectionvalidatingTrait<T extends ProjectionvalidatingTrait<T>>
ProjectionvalidatingTrait
-
Method Summary
Modifier and TypeMethodDescription<TValue> ProjectionvalidatingTrait<T>addFilterAttributes(TValue filterAttributes) add additional filterAttributes query parameter<TValue> ProjectionvalidatingTrait<T>addLocaleProjection(TValue localeProjection) add additional localeProjection query parameter<TValue> ProjectionvalidatingTrait<T>addPriceChannel(TValue priceChannel) add additional priceChannel query parameter<TValue> ProjectionvalidatingTrait<T>addPriceCountry(TValue priceCountry) add additional priceCountry query parameter<TValue> ProjectionvalidatingTrait<T>addPriceCurrency(TValue priceCurrency) add additional priceCurrency query parameter<TValue> ProjectionvalidatingTrait<T>addPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameterdefault ProjectionvalidatingTrait<T>default T<TValue> ProjectionvalidatingTrait<T>withFilterAttributes(TValue filterAttributes) set filterAttributes with the specificied value<TValue> ProjectionvalidatingTrait<T>withLocaleProjection(TValue localeProjection) set localeProjection with the specificied value<TValue> ProjectionvalidatingTrait<T>withPriceChannel(TValue priceChannel) set priceChannel with the specificied value<TValue> ProjectionvalidatingTrait<T>withPriceCountry(TValue priceCountry) set priceCountry with the specificied value<TValue> ProjectionvalidatingTrait<T>withPriceCurrency(TValue priceCurrency) set priceCurrency with the specificied value<TValue> ProjectionvalidatingTrait<T>withPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specificied value
-
Method Details
-
getPriceCurrency
-
getPriceCountry
-
getPriceCustomerGroup
-
getPriceChannel
-
getLocaleProjection
-
getFilterAttributes
-
withPriceCurrency
set priceCurrency with the specificied value- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be set- Returns:
- ProjectionvalidatingTrait
-
addPriceCurrency
add additional priceCurrency query parameter- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be added- Returns:
- ProjectionvalidatingTrait
-
withPriceCountry
set priceCountry with the specificied value- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be set- Returns:
- ProjectionvalidatingTrait
-
addPriceCountry
add additional priceCountry query parameter- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be added- Returns:
- ProjectionvalidatingTrait
-
withPriceCustomerGroup
set priceCustomerGroup with the specificied value- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be set- Returns:
- ProjectionvalidatingTrait
-
addPriceCustomerGroup
add additional priceCustomerGroup query parameter- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be added- Returns:
- ProjectionvalidatingTrait
-
withPriceChannel
set priceChannel with the specificied value- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be set- Returns:
- ProjectionvalidatingTrait
-
addPriceChannel
add additional priceChannel query parameter- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be added- Returns:
- ProjectionvalidatingTrait
-
withLocaleProjection
set localeProjection with the specificied value- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be set- Returns:
- ProjectionvalidatingTrait
-
addLocaleProjection
add additional localeProjection query parameter- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be added- Returns:
- ProjectionvalidatingTrait
-
withFilterAttributes
set filterAttributes with the specificied value- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be set- Returns:
- ProjectionvalidatingTrait
-
addFilterAttributes
add additional filterAttributes query parameter- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be added- Returns:
- ProjectionvalidatingTrait
-
asProjectionvalidatingTrait
-
asProjectionvalidatingTraitToBaseType
-