Uses of Enum Class
com.broadleafcommerce.fulfillment.domain.FulfillmentDestinationType
-
Uses of FulfillmentDestinationType in com.broadleafcommerce.fulfillment.domain
Modifier and TypeMethodDescriptionFulfillmentCalculatorConfig.getDestinationType()
Indicate how the fulfillment's destination should be determined.static FulfillmentDestinationType
Returns the enum constant of this class with the specified name.static FulfillmentDestinationType[]
FulfillmentDestinationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FulfillmentCalculatorConfig.setDestinationType
(FulfillmentDestinationType destinationType) Indicate how the fulfillment's destination should be determined.