| Package | Description |
|---|---|
| com.mulesoft.extensions.request.builder.request |
| Modifier and Type | Method and Description |
|---|---|
static Method |
Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method[] |
Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleRequest(String path,
Method method,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.http.api.domain.entity.HttpEntity entity) |
Copyright © 2018. All rights reserved.