Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.DocumentSearchResultAllOfDTO.DocTypeEnum
-
Packages that use DocumentSearchResultAllOfDTO.DocTypeEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of DocumentSearchResultAllOfDTO.DocTypeEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return DocumentSearchResultAllOfDTO.DocTypeEnum Modifier and Type Method Description static DocumentSearchResultAllOfDTO.DocTypeEnumDocumentSearchResultAllOfDTO.DocTypeEnum. fromValue(String value)DocumentSearchResultAllOfDTO.DocTypeEnumDocumentSearchResultAllOfDTO. getDocType()Get docTypeDocumentSearchResultAllOfDTO.DocTypeEnumDocumentSearchResultAllOfDTO.DocTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentSearchResultAllOfDTO.DocTypeEnumDocumentSearchResultAllOfDTO.DocTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentSearchResultAllOfDTO.DocTypeEnum[]DocumentSearchResultAllOfDTO.DocTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.store.api.v1.dto with parameters of type DocumentSearchResultAllOfDTO.DocTypeEnum Modifier and Type Method Description DocumentSearchResultAllOfDTODocumentSearchResultAllOfDTO. docType(DocumentSearchResultAllOfDTO.DocTypeEnum docType)voidDocumentSearchResultAllOfDTO. setDocType(DocumentSearchResultAllOfDTO.DocTypeEnum docType)voidDocumentSearchResultAllOfDTO.DocTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentSearchResultAllOfDTO.DocTypeEnum enumeration)
-