| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static DocumentSearchResultDTO.DocTypeEnum |
DocumentSearchResultDTO.DocTypeEnum.fromValue(String text) |
DocumentSearchResultDTO.DocTypeEnum |
DocumentSearchResultDTO.getDocType()
Get docType
|
DocumentSearchResultDTO.DocTypeEnum |
DocumentSearchResultDTO.DocTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DocumentSearchResultDTO.DocTypeEnum |
DocumentSearchResultDTO.DocTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSearchResultDTO.DocTypeEnum[] |
DocumentSearchResultDTO.DocTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentSearchResultDTO |
DocumentSearchResultDTO.docType(DocumentSearchResultDTO.DocTypeEnum docType) |
void |
DocumentSearchResultDTO.setDocType(DocumentSearchResultDTO.DocTypeEnum docType) |
void |
DocumentSearchResultDTO.DocTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DocumentSearchResultDTO.DocTypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.