| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
static Document.SourceTypeEnum |
Document.SourceTypeEnum.fromValue(String text) |
Document.SourceTypeEnum |
Document.getSourceType()
Get sourceType
|
Document.SourceTypeEnum |
Document.SourceTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Document.SourceTypeEnum |
Document.SourceTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Document.SourceTypeEnum[] |
Document.SourceTypeEnum.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.setSourceType(Document.SourceTypeEnum sourceType) |
Document |
Document.sourceType(Document.SourceTypeEnum sourceType) |
void |
Document.SourceTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Document.SourceTypeEnum enumeration) |
Copyright © 2018 WSO2. All rights reserved.