Uses of Enum
org.bonitasoft.connectors.rest.model.HTTPMethod
Packages that use HTTPMethod
-
Uses of HTTPMethod in org.bonitasoft.connectors.rest.model
Methods in org.bonitasoft.connectors.rest.model that return HTTPMethodModifier and TypeMethodDescriptionstatic HTTPMethodHTTPMethod.getRESTHTTPMethodFromValue(String value) Get the RESTHTTPMethod based on a valueRequest.getRestMethod()RESTHTTPMethod value getter.static HTTPMethodReturns 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 HTTPMethodModifier and TypeMethodDescriptionvoidRequest.setRestMethod(HTTPMethod restMethod) RESTHTTPMethod value setter.