Interface ShipmentInformation.Builder

  • Method Details

    • shipmentTrackingNumber

      ShipmentInformation.Builder shipmentTrackingNumber(String shipmentTrackingNumber)

      The tracking number of the shipment.

      Parameters:
      shipmentTrackingNumber - The tracking number of the shipment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shipmentCarrier

      ShipmentInformation.Builder shipmentCarrier(String shipmentCarrier)

      The carrier of the shipment.

      Parameters:
      shipmentCarrier - The carrier of the shipment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • shipmentCarrier

      ShipmentInformation.Builder shipmentCarrier(ShipmentCarrier shipmentCarrier)

      The carrier of the shipment.

      Parameters:
      shipmentCarrier - The carrier of the shipment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: