| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
static Document.TypeEnum |
Document.TypeEnum.fromValue(String text) |
Document.TypeEnum |
Document.getType()
Get type
|
Document.TypeEnum |
Document.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Document.TypeEnum |
Document.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Document.TypeEnum[] |
Document.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setType(Document.TypeEnum type) |
Document |
Document.type(Document.TypeEnum type) |
void |
Document.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Document.TypeEnum enumeration) |
Copyright © 2018 WSO2. All rights reserved.