Created
August 29, 2014 16:06
-
-
Save danhyun/2dabdcd98554941217e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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