@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented @Deprecated public @interface RestPostParam
RestCall and set its parameters with RestPostParam.
You can apply this annotation to Processor method arguments or to connector
fields marked Configurable. DevKit ensures that you apply this annotation only to POST methods.
Processor methods annotated with RestPostParam cannot use a non-annotated argument or a Payload annotated argument.RestCall| Modifier and Type | Required Element and Description |
|---|---|
String |
value
Deprecated.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignoreIfEmpty
Deprecated.
|
public abstract String value
public abstract boolean ignoreIfEmpty
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.