Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.DocumentDTO
-
Packages that use DocumentDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of DocumentDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return DocumentDTO Modifier and Type Method Description DocumentDTOApiDocumentsApi. apisApiIdDocumentsDocumentIdGet(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch)Get a Document of an API This operation can be used to retrieve a particular document's metadata associated with an API.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type DocumentDTO Modifier and Type Method Description ApiResponse<DocumentDTO>ApiDocumentsApi. apisApiIdDocumentsDocumentIdGetWithHttpInfo(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch)Get a Document of an API This operation can be used to retrieve a particular document's metadata associated with an API.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type DocumentDTO Modifier and Type Method Description okhttp3.CallApiDocumentsApi. apisApiIdDocumentsDocumentIdGetAsync(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<DocumentDTO> _callback)Get a Document of an API (asynchronously) This operation can be used to retrieve a particular document's metadata associated with an API. -
Uses of DocumentDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return DocumentDTO Modifier and Type Method Description DocumentDTODocumentDTO. documentId(String documentId)DocumentDTODocumentDTO. name(String name)DocumentDTODocumentDTO. otherTypeName(String otherTypeName)DocumentDTODocumentDTO. sourceType(DocumentDTO.SourceTypeEnum sourceType)DocumentDTODocumentDTO. sourceUrl(String sourceUrl)DocumentDTODocumentDTO. summary(String summary)DocumentDTODocumentDTO. type(DocumentDTO.TypeEnum type)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type DocumentDTO Modifier and Type Method Description List<DocumentDTO>DocumentListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type DocumentDTO Modifier and Type Method Description DocumentListDTODocumentListDTO. list(List<DocumentDTO> list)voidDocumentListDTO. setList(List<DocumentDTO> list)
-