public static class RestApi.Wessbas.Model
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestApi.Wessbas.Model.Paths |
| Modifier and Type | Field and Description |
|---|---|
static RestEndpoint |
GET_ANNOTATION
"/model"/{id}/annotation
|
static RestEndpoint |
GET_APPLICATION
"/model"/{id}/application
|
static RestEndpoint |
OVERVIEW
"/model"/{id}
|
static RestEndpoint |
PERSIST
"/model"/{id}/persist
|
static RestEndpoint |
REMOVE
"/model"/{id}
|
static java.lang.String |
ROOT |
public static final java.lang.String ROOT
public static final RestEndpoint OVERVIEW
public static final RestEndpoint REMOVE
public static final RestEndpoint GET_APPLICATION
public static final RestEndpoint GET_ANNOTATION
public static final RestEndpoint PERSIST