Modifier and Type | Optional Element and Description |
---|---|
String |
access
specify an optional access value for filtering in a Filter
implementation.
|
String |
allowableValues
If the values that can be set are restricted, they can be set here.
|
String |
dataType
The dataType.
|
boolean |
hidden
Allows a model property to be marked as hidden in the swagger model definition
|
String |
notes
long description of the property
|
int |
position
allows explicitly ordering the property in the model.
|
boolean |
required
Whether or not the property is required, defaults to false.
|
String |
value
Provide a human readable synopsis of this property
|
public abstract String value
public abstract String allowableValues
registered, active, closed
.public abstract String access
public abstract String notes
public abstract String dataType
public abstract boolean required
public abstract int position
public abstract boolean hidden
Copyright © 2014. All Rights Reserved.