public static class RestApi.IdpaAnnotation.Annotation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestApi.IdpaAnnotation.Annotation.Paths |
| Modifier and Type | Field and Description |
|---|---|
static RestEndpoint |
GET
"/annotation"/{tag}
|
static RestEndpoint |
GET_BASE
"/annotation"/{tag}/base
|
static RestEndpoint |
LEGACY_UPDATE
"/annotation"/legacy/{tag}/update
|
static java.lang.String |
ROOT |
static RestEndpoint |
UPDATE
"/annotation"/{tag}
|
public static final java.lang.String ROOT
public static final RestEndpoint GET
public static final RestEndpoint GET_BASE
public static final RestEndpoint UPDATE
public static final RestEndpoint LEGACY_UPDATE