public class NonEntityRequestParameters extends Object implements RequestParameters
| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.api.util.MultiMap<String,String> |
customHeaders
Custom Headers the request should include.
|
| Constructor and Description |
|---|
NonEntityRequestParameters() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.MultiMap<String,String> |
getCustomHeaders() |
org.mule.runtime.api.util.MultiMap<String,String> |
getCustomQueryParams() |
@Parameter
@Optional
@Content
@DisplayName(value="Custom Headers")
@Placement(tab="Advanced",
order=2)
protected org.mule.runtime.api.util.MultiMap<String,String> customHeaders
public org.mule.runtime.api.util.MultiMap<String,String> getCustomHeaders()
getCustomHeaders in interface RequestParametersMultiMap containing custom headers to be sent in the HTTP requestpublic org.mule.runtime.api.util.MultiMap<String,String> getCustomQueryParams()
getCustomQueryParams in interface RequestParametersMultiMap containing custom query params to be sent in the HTTP requestCopyright © 2024. All rights reserved.