Uses of Enum Class
com.myjeeva.digitalocean.common.RequestMethod
Packages that use RequestMethod
-
Uses of RequestMethod in com.myjeeva.digitalocean.common
Methods in com.myjeeva.digitalocean.common that return RequestMethodModifier and TypeMethodDescriptionApiAction.getMethod()static RequestMethodReturns the enum constant of this class with the specified name.static RequestMethod[]RequestMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RequestMethod in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return RequestMethod