Uses of Class
com.speedment.common.rest.Rest.Method
-
-
Uses of Rest.Method in com.speedment.common.rest
Methods in com.speedment.common.rest that return Rest.Method Modifier and Type Method Description static Rest.MethodRest.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static Rest.Method[]Rest.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.speedment.common.rest with parameters of type Rest.Method Constructor Description RestException(Throwable cause, Rest.Protocol protocol, Rest.Method method, String username, String host, int port, String path, Option[] options)
-