public static class RestApi.Orchestrator.Orchestration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestApi.Orchestrator.Orchestration.Paths |
| Modifier and Type | Field and Description |
|---|---|
static RestEndpoint |
RESULT
"/order"/{id}/result
|
static java.lang.String |
ROOT |
static RestEndpoint |
SUBMIT
"/order"/submit
|
static RestEndpoint |
WAIT
"/order"/{id}/wait
|
public static final java.lang.String ROOT
public static final RestEndpoint RESULT
public static final RestEndpoint WAIT
public static final RestEndpoint SUBMIT