Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.DocumentDTO.TypeEnum
-
Packages that use DocumentDTO.TypeEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of DocumentDTO.TypeEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return DocumentDTO.TypeEnum Modifier and Type Method Description static DocumentDTO.TypeEnumDocumentDTO.TypeEnum. fromValue(String value)DocumentDTO.TypeEnumDocumentDTO. getType()Get typeDocumentDTO.TypeEnumDocumentDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentDTO.TypeEnumDocumentDTO.TypeEnum. valueOf(String name)Returns 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.store.api.v1.dto with parameters of type DocumentDTO.TypeEnum Modifier and Type Method Description voidDocumentDTO. setType(DocumentDTO.TypeEnum type)DocumentDTODocumentDTO. type(DocumentDTO.TypeEnum type)voidDocumentDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentDTO.TypeEnum enumeration)
-