Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentDTO.SourceTypeEnum
-
Packages that use DocumentDTO.SourceTypeEnum Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of DocumentDTO.SourceTypeEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return DocumentDTO.SourceTypeEnum Modifier and Type Method Description static DocumentDTO.SourceTypeEnumDocumentDTO.SourceTypeEnum. fromValue(String value)DocumentDTO.SourceTypeEnumDocumentDTO. getSourceType()Get sourceTypeDocumentDTO.SourceTypeEnumDocumentDTO.SourceTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentDTO.SourceTypeEnumDocumentDTO.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.Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type DocumentDTO.SourceTypeEnum Modifier and Type Method Description voidDocumentDTO. setSourceType(DocumentDTO.SourceTypeEnum sourceType)DocumentDTODocumentDTO. sourceType(DocumentDTO.SourceTypeEnum sourceType)voidDocumentDTO.SourceTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentDTO.SourceTypeEnum enumeration)
-