@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface ApiObjectField
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
allowedvalues
The allowed values for this field
|
String |
description
A drescription of what the field is
|
String |
format
The format pattern for this field
|
String |
name
The display name for this field if different
from the java name
|
int |
order
Order of field in generated example.
|
boolean |
processtemplate
Whether to process the template for this object or not.
|
boolean |
required
If the field is required
|
public abstract String description
public abstract String format
public abstract String[] allowedvalues
public abstract String name
public abstract boolean processtemplate
Copyright © 2015. All rights reserved.