Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response.LabelDownload
-
-
Uses of LabelDownload in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common that return LabelDownload Modifier and Type Method Description LabelDownload
ShipEnginePackage. getLabelDownload()
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common with parameters of type LabelDownload Modifier and Type Method Description ShipEnginePackage.ShipEnginePackageBuilder
ShipEnginePackage.ShipEnginePackageBuilder. labelDownload(LabelDownload labelDownload)
void
ShipEnginePackage. setLabelDownload(LabelDownload labelDownload)
-
Uses of LabelDownload in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response that return LabelDownload Modifier and Type Method Description LabelDownload
LabelResponse. getLabelDownload()
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response with parameters of type LabelDownload Modifier and Type Method Description void
LabelResponse. setLabelDownload(LabelDownload labelDownload)
-