| Package | Description |
|---|---|
| com.coscale.sdk.client.requests |
| Modifier and Type | Field and Description |
|---|---|
List<Request> |
Request.requests |
| Modifier and Type | Method and Description |
|---|---|
Request |
RequestsApi.get(long id)
get a request by the id.
|
Request |
RequestsApi.get(long id,
Options options)
get a request by the id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Request> |
RequestsApi.all()
all is used to get a list of all requests.
|
List<Request> |
RequestsApi.all(Options options)
all is used to get a list of all requests.
|
| Constructor and Description |
|---|
Request(Protocol protocol,
State state,
String classifierConfig,
Long version,
Long id,
Long parentId,
RequestClassifierType classifierType,
List<Request> requests,
String source,
String description,
Integer priority,
String name) |
Copyright © 2016. All rights reserved.