public static class RestApi.RequestRates.Model
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestApi.RequestRates.Model.Paths |
| Modifier and Type | Field and Description |
|---|---|
static RestEndpoint |
GET_ANNOTATION
"/model"/{id}/annotation
|
static RestEndpoint |
GET_APPLICATION
"/model"/{id}/application
|
static RestEndpoint |
GET_MODEL
"/model"/{id}/model
|
static RestEndpoint |
OVERVIEW
"/model"/{id}
|
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 GET_MODEL
public static final RestEndpoint REMOVE
public static final RestEndpoint GET_APPLICATION
public static final RestEndpoint GET_ANNOTATION