Package com.commercetools.api.client
Interface LocaleprojectingTrait<T extends LocaleprojectingTrait<T>>
- Type Parameters:
T
- type of extending interface
- All Known Implementing Classes:
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet
,ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet
,ByProjectKeyProductProjectionsByIDGet
,ByProjectKeyProductProjectionsGet
,ByProjectKeyProductProjectionsKeyByKeyGet
,ByProjectKeyProductProjectionsSearchGet
public interface LocaleprojectingTrait<T extends LocaleprojectingTrait<T>>
LocaleprojectingTrait
-
Method Summary
Modifier and TypeMethodDescription<TValue> LocaleprojectingTrait<T>
addLocaleProjection
(TValue localeProjection) add additional localeProjection query parameterdefault LocaleprojectingTrait<T>
default T
<TValue> LocaleprojectingTrait<T>
withLocaleProjection
(TValue localeProjection) set localeProjection with the specificied value
-
Method Details
-
getLocaleProjection
-
withLocaleProjection
set localeProjection with the specificied value- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be set- Returns:
- LocaleprojectingTrait
-
addLocaleProjection
add additional localeProjection query parameter- Type Parameters:
TValue
- value type- Parameters:
localeProjection
- value to be added- Returns:
- LocaleprojectingTrait
-
asLocaleprojectingTrait
-
asLocaleprojectingTraitToBaseType
-