Class DataFeedHydrationInfo
java.lang.Object
com.broadleafcommerce.datafeed.web.domain.DataFeedHydrationInfo
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether to hydrate the application name to the response.void
setHydrateApplicationName
(boolean hydrateApplicationName) Whether to hydrate the application name to the response.
-
Constructor Details
-
DataFeedHydrationInfo
public DataFeedHydrationInfo()
-
-
Method Details
-
isHydrateApplicationName
public boolean isHydrateApplicationName()Whether to hydrate the application name to the response. -
setHydrateApplicationName
public void setHydrateApplicationName(boolean hydrateApplicationName) Whether to hydrate the application name to the response.
-