Skip to content

Instantly share code, notes, and snippets.

@danhyun
Created August 29, 2014 16:06
Show Gist options
  • Select an option

  • Save danhyun/2dabdcd98554941217e2 to your computer and use it in GitHub Desktop.

Select an option

Save danhyun/2dabdcd98554941217e2 to your computer and use it in GitHub Desktop.
if (UPSShipmentStatusType.PICKUP.getType().equalsIgnoreCase(activityType.getStatus().getType())
|| UPSShipmentStatusType.PICKUP_SCAN.getType().equalsIgnoreCase(activityType.getStatus().getCode())
|| UPSShipmentStatusType.DESTINATION_SCAN.getType().equalsIgnoreCase(activityType.getStatus().getCode())
|| UPSShipmentStatusType.DELIVERY_SCAN.getType().equalsIgnoreCase(activityType.getStatus().getCode())
|| UPSShipmentStatusType.DELIVERED.getType().equalsIgnoreCase(activityType.getStatus().getType()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment