public interface AttributeImportDraft
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static AttributeImportDraft |
of(String name,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
static <T> AttributeImportDraft |
of(String name,
T value) |
String getName()
static AttributeImportDraft of(String name, com.fasterxml.jackson.databind.JsonNode jsonNode)
static <T> AttributeImportDraft of(String name, T value)