Uses of Enum Class
com.github.rvesse.airline.examples.sendit.PostalService
Packages that use PostalService
-
Uses of PostalService in com.github.rvesse.airline.examples.sendit
Fields in com.github.rvesse.airline.examples.sendit declared as PostalServiceModifier and TypeFieldDescriptionprivate PostalService
Price.service
private PostalService
Send.service
Methods in com.github.rvesse.airline.examples.sendit that return PostalServiceModifier and TypeMethodDescriptionstatic PostalService
Returns the enum constant of this class with the specified name.static PostalService[]
PostalService.values()
Returns an array containing the constants of this enum class, in the order they are declared.