Interface JobResponse.UpdateStages.WithState

All Known Subinterfaces:
JobResponse.Update
Enclosing interface:
JobResponse.UpdateStages

public static interface JobResponse.UpdateStages.WithState
The stage of the JobResponse update allowing to specify state.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the state property: If specified, the value must be Shipping, which tells the Import/Export service that the package for the job has been shipped.
  • Method Details

    • withState

      JobResponse.Update withState(String state)
      Specifies the state property: If specified, the value must be Shipping, which tells the Import/Export service that the package for the job has been shipped. The ReturnAddress and DeliveryPackage properties must have been set either in this request or in a previous request, otherwise the request will fail. .
      Parameters:
      state - If specified, the value must be Shipping, which tells the Import/Export service that the package for the job has been shipped. The ReturnAddress and DeliveryPackage properties must have been set either in this request or in a previous request, otherwise the request will fail.
      Returns:
      the next definition stage.