Class NavigationEntryTypeListData

java.lang.Object
de.hybris.platform.cmswebservices.data.NavigationEntryTypeListData
All Implemented Interfaces:
Serializable

@Deprecated(since="1811", forRemoval=true) public class NavigationEntryTypeListData extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
no longer needed
Specifies a list of navigation entry types.
See Also:
  • Constructor Details

    • NavigationEntryTypeListData

      public NavigationEntryTypeListData()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setNavigationEntryTypes

      public void setNavigationEntryTypes(List<NavigationEntryTypeData> navigationEntryTypes)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getNavigationEntryTypes

      public List<NavigationEntryTypeData> getNavigationEntryTypes()
      Deprecated, for removal: This API element is subject to removal in a future version.