Uses of Class
org.bonitasoft.connectors.rest.model.HTTPMethod
-
Packages that use HTTPMethod Package Description org.bonitasoft.connectors.rest.model -
-
Uses of HTTPMethod in org.bonitasoft.connectors.rest.model
Methods in org.bonitasoft.connectors.rest.model that return HTTPMethod Modifier and Type Method Description static HTTPMethodHTTPMethod. getRESTHTTPMethodFromValue(String value)Get the RESTHTTPMethod based on a valueHTTPMethodRequest. getRestMethod()RESTHTTPMethod value getter.static HTTPMethodHTTPMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HTTPMethod[]HTTPMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.connectors.rest.model with parameters of type HTTPMethod Modifier and Type Method Description voidRequest. setRestMethod(HTTPMethod restMethod)RESTHTTPMethod value setter.
-