Uses of Class
basics.Delivery

Packages that use Delivery
basics   
basics.route   
 

Uses of Delivery in basics
 

Methods in basics that return Delivery
 Delivery Delivery.Builder.build()
           
 

Uses of Delivery in basics.route
 

Methods in basics.route that return Delivery
 Delivery DeliveryActivity.getJob()
           
 

Constructors in basics.route with parameters of type Delivery
DeliveryActivity(Delivery delivery)