addShipState method
Implementation
SSLCShipmentInfoInitializer addShipState(String shipState) {
this.shipState = shipState;
return this;
}
SSLCShipmentInfoInitializer addShipState(String shipState) {
this.shipState = shipState;
return this;
}