Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentSearchResultDTO.DocTypeEnum
Packages that use DocumentSearchResultDTO.DocTypeEnum
-
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.DocTypeEnumModifier and TypeMethodDescriptionDocumentSearchResultDTO.getDocType()Get docTypeDocumentSearchResultDTO.DocTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) 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.DocTypeEnumModifier and TypeMethodDescriptionDocumentSearchResultDTO.docType(DocumentSearchResultDTO.DocTypeEnum docType) voidDocumentSearchResultDTO.setDocType(DocumentSearchResultDTO.DocTypeEnum docType) voidDocumentSearchResultDTO.DocTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, DocumentSearchResultDTO.DocTypeEnum enumeration)