Interface DeliveryState
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDeliveryState.DeliveryStateTypeAn enumeration of the validDeliveryStatetypes that the library can provide.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeliveryState.DeliveryStateTypegetType()
-
-
-
Method Detail
-
getType
DeliveryState.DeliveryStateType getType()
- Returns:
- the
DeliveryState.DeliveryStateTypethat this instance represents.
-
-