Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentSearchResultDTO.DocTypeEnum
-
Packages that use DocumentSearchResultDTO.DocTypeEnum Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of DocumentSearchResultDTO.DocTypeEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return DocumentSearchResultDTO.DocTypeEnum Modifier and Type Method Description static DocumentSearchResultDTO.DocTypeEnumDocumentSearchResultDTO.DocTypeEnum. fromValue(String value)DocumentSearchResultDTO.DocTypeEnumDocumentSearchResultDTO. getDocType()Get docTypeDocumentSearchResultDTO.DocTypeEnumDocumentSearchResultDTO.DocTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentSearchResultDTO.DocTypeEnumDocumentSearchResultDTO.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.Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type DocumentSearchResultDTO.DocTypeEnum Modifier and Type Method Description DocumentSearchResultDTODocumentSearchResultDTO. docType(DocumentSearchResultDTO.DocTypeEnum docType)voidDocumentSearchResultDTO. setDocType(DocumentSearchResultDTO.DocTypeEnum docType)voidDocumentSearchResultDTO.DocTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentSearchResultDTO.DocTypeEnum enumeration)
-