public class EditRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EditRequest.Label |
| Constructor and Description |
|---|
EditRequest(String datatype,
Map<String,EditRequest.Label> labels) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatype() |
Map<String,EditRequest.Label> |
getLabels() |
public EditRequest(String datatype, Map<String,EditRequest.Label> labels)
public String getDatatype()
public Map<String,EditRequest.Label> getLabels()
Copyright © 2019. All rights reserved.