|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface ApiParam
| Optional Element Summary | |
|---|---|
String |
access
|
String |
allowableValues
Description of values this endpoint accepts |
boolean |
allowMultiple
|
String |
defaultValue
Default value - if e.g. |
String |
internalDescription
|
String |
name
Name of the parameter |
boolean |
required
|
String |
value
Description of the parameter |
public abstract String name
public abstract String value
public abstract String defaultValue
public abstract String allowableValues
public abstract boolean required
public abstract String access
public abstract String internalDescription
public abstract boolean allowMultiple
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||