public interface APIApplication
| Modifier and Type | Interface and Description |
|---|---|
static interface |
APIApplication.Endpoint |
static interface |
APIApplication.Property |
static interface |
APIApplication.Schema |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseURL() |
long |
getCompanyId() |
java.lang.String |
getDescription() |
java.util.List<APIApplication.Endpoint> |
getEndpoints() |
java.lang.String |
getOSGiJaxRsName() |
java.util.List<APIApplication.Schema> |
getSchemas() |
java.lang.String |
getTitle() |
java.lang.String |
getVersion() |
java.lang.String getBaseURL()
long getCompanyId()
java.lang.String getDescription()
java.util.List<APIApplication.Endpoint> getEndpoints()
java.lang.String getOSGiJaxRsName()
java.util.List<APIApplication.Schema> getSchemas()
java.lang.String getTitle()
java.lang.String getVersion()