| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static DocumentDTO.SourceTypeEnum |
DocumentDTO.SourceTypeEnum.fromValue(String text) |
DocumentDTO.SourceTypeEnum |
DocumentDTO.getSourceType()
Get sourceType
|
DocumentDTO.SourceTypeEnum |
DocumentDTO.SourceTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DocumentDTO.SourceTypeEnum |
DocumentDTO.SourceTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentDTO.SourceTypeEnum[] |
DocumentDTO.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 |
DocumentDTO.setSourceType(DocumentDTO.SourceTypeEnum sourceType) |
DocumentDTO |
DocumentDTO.sourceType(DocumentDTO.SourceTypeEnum sourceType) |
void |
DocumentDTO.SourceTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DocumentDTO.SourceTypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.