Class ShipEnginePackage.ShipEnginePackageBuilder
- java.lang.Object
 - 
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEnginePackage.ShipEnginePackageBuilder
 
 
- 
- Enclosing class:
 - ShipEnginePackage
 
public static class ShipEnginePackage.ShipEnginePackageBuilder extends Object
 
- 
- 
Method Summary
 
 - 
 
- 
- 
Method Detail
- 
packageId
public ShipEnginePackage.ShipEnginePackageBuilder packageId(Integer packageId)
- Returns:
 this.
 
- 
description
public ShipEnginePackage.ShipEnginePackageBuilder description(Object description)
- Returns:
 this.
 
- 
packageCode
public ShipEnginePackage.ShipEnginePackageBuilder packageCode(String packageCode)
- Returns:
 this.
 
- 
weight
public ShipEnginePackage.ShipEnginePackageBuilder weight(ShipEngineWeight weight)
- Returns:
 this.
 
- 
dimensions
public ShipEnginePackage.ShipEnginePackageBuilder dimensions(Dimensions dimensions)
- Returns:
 this.
 
- 
insuredValue
public ShipEnginePackage.ShipEnginePackageBuilder insuredValue(ShipEngineCurrencyAmount insuredValue)
- Returns:
 this.
 
- 
trackingNumber
public ShipEnginePackage.ShipEnginePackageBuilder trackingNumber(String trackingNumber)
- Returns:
 this.
 
- 
labelMessages
public ShipEnginePackage.ShipEnginePackageBuilder labelMessages(LabelMessages labelMessages)
- Returns:
 this.
 
- 
externalPackageId
public ShipEnginePackage.ShipEnginePackageBuilder externalPackageId(String externalPackageId)
- Returns:
 this.
 
- 
labelDownload
public ShipEnginePackage.ShipEnginePackageBuilder labelDownload(LabelDownload labelDownload)
- Returns:
 this.
 
- 
formDownload
public ShipEnginePackage.ShipEnginePackageBuilder formDownload(ShipEngineLink formDownload)
- Returns:
 this.
 
- 
sequence
public ShipEnginePackage.ShipEnginePackageBuilder sequence(Integer sequence)
- Returns:
 this.
 
- 
build
public ShipEnginePackage build()
 
 - 
 
 -