@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ApiImplicitParam
Modifier and Type | Optional Element and Description |
---|---|
String |
access
specify an optional access value for filtering in a Filter
implementation.
|
String |
allowableValues
Description of values this endpoint accepts
|
boolean |
allowMultiple
specifies whether or not the parameter can have multiple values provided
|
String |
dataType
manually set the dataType
|
String |
defaultValue
Default value - if e.g.
|
String |
name
Name of the parameter
|
String |
paramType
manually set the param type, i.e.
|
boolean |
required
specifies if the parameter is required or not
|
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 boolean allowMultiple
public abstract String dataType
public abstract String paramType
Copyright © 2014. All Rights Reserved.