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 |
defaultValue
Default value - if e.g.
|
String |
name
Name of the parameter
|
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
Copyright © 2015. All Rights Reserved.