Uses of Enum Class
com.avoka.tm.vo.RestCFG.MethodType
Packages that use RestCFG.MethodType
-
Uses of RestCFG.MethodType in com.avoka.tm.vo
Methods in com.avoka.tm.vo that return RestCFG.MethodTypeModifier and TypeMethodDescriptionRestCFG.getMethodType()return the HTTP Method.static RestCFG.MethodTypeReturns the enum constant of this class with the specified name.static RestCFG.MethodType[]RestCFG.MethodType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.avoka.tm.vo with parameters of type RestCFG.MethodTypeModifier and TypeMethodDescriptionvoidRestCFG.setMethodType(RestCFG.MethodType methodType) Set the HTTP Method.