Uses of Class
com.github.rvesse.airline.examples.sendit.PostalService
-
Packages that use PostalService Package Description com.github.rvesse.airline.examples.sendit -
-
Uses of PostalService in com.github.rvesse.airline.examples.sendit
Fields in com.github.rvesse.airline.examples.sendit declared as PostalService Modifier and Type Field Description private PostalService
Price. service
private PostalService
Send. service
Methods in com.github.rvesse.airline.examples.sendit that return PostalService Modifier and Type Method Description static PostalService
PostalService. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PostalService[]
PostalService. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-