Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentDTO.TypeEnum
Packages that use DocumentDTO.TypeEnum
-
Uses of DocumentDTO.TypeEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return DocumentDTO.TypeEnumModifier and TypeMethodDescriptionstatic DocumentDTO.TypeEnumDocumentDTO.getType()Get typeDocumentDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static DocumentDTO.TypeEnumReturns the enum constant of this type with the specified name.static DocumentDTO.TypeEnum[]DocumentDTO.TypeEnum.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.TypeEnumModifier and TypeMethodDescriptionvoidDocumentDTO.setType(DocumentDTO.TypeEnum type) DocumentDTO.type(DocumentDTO.TypeEnum type) voidDocumentDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, DocumentDTO.TypeEnum enumeration)