Uses of Class
de.hybris.platform.integrationservices.enums.ItemTypeMatchEnum
Packages that use ItemTypeMatchEnum
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
-
Uses of ItemTypeMatchEnum in de.hybris.platform.integrationservices.enums
Fields in de.hybris.platform.integrationservices.enums declared as ItemTypeMatchEnumModifier and TypeFieldDescriptionstatic final ItemTypeMatchEnumItemTypeMatchEnum.ALL_SUB_AND_SUPER_TYPESGenerated enum value for ItemTypeMatchEnum.ALL_SUB_AND_SUPER_TYPES declared at extension integrationservices.static final ItemTypeMatchEnumItemTypeMatchEnum.ALL_SUBTYPESGenerated enum value for ItemTypeMatchEnum.ALL_SUBTYPES declared at extension integrationservices.static final ItemTypeMatchEnumItemTypeMatchEnum.RESTRICT_TO_ITEM_TYPEGenerated enum value for ItemTypeMatchEnum.RESTRICT_TO_ITEM_TYPE declared at extension integrationservices.Methods in de.hybris.platform.integrationservices.enums that return ItemTypeMatchEnumModifier and TypeMethodDescriptionstatic ItemTypeMatchEnumReturns a ItemTypeMatchEnum instance representing the specified enum value. -
Uses of ItemTypeMatchEnum in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return ItemTypeMatchEnumModifier and TypeMethodDescriptionIntegrationObjectItemModel.getItemTypeMatch()Generated method - Getter of theIntegrationObjectItem.itemTypeMatchattribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model that return types with arguments of type ItemTypeMatchEnumModifier and TypeMethodDescriptionIntegrationObjectItemModel.getAllowedItemTypeMatches()Generated method - Getter of theIntegrationObjectItem.allowedItemTypeMatchesdynamic attribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type ItemTypeMatchEnumModifier and TypeMethodDescriptionvoidIntegrationObjectItemModel.setItemTypeMatch(ItemTypeMatchEnum value) Generated method - Setter ofIntegrationObjectItem.itemTypeMatchattribute defined at extensionintegrationservices.