Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.APIArtifactDTO
-
Packages that use APIArtifactDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of APIArtifactDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return APIArtifactDTO Modifier and Type Method Description APIArtifactDTODefaultApi. getAPIArtifacts(String apiName, String version, String tenantDomain)Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.APIArtifactDTOGetApiArtifactsApi. getAPIArtifacts(String apiName, String version, String tenantDomain)Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type APIArtifactDTO Modifier and Type Method Description ApiResponse<APIArtifactDTO>DefaultApi. getAPIArtifactsWithHttpInfo(String apiName, String version, String tenantDomain)Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.ApiResponse<APIArtifactDTO>GetApiArtifactsApi. getAPIArtifactsWithHttpInfo(String apiName, String version, String tenantDomain)Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type APIArtifactDTO Modifier and Type Method Description com.squareup.okhttp.CallDefaultApi. getAPIArtifactsAsync(String apiName, String version, String tenantDomain, ApiCallback<APIArtifactDTO> callback)Get API artifact from the storage (asynchronously) This operation is used to get the local entries, sequences and endpoints from the storage.com.squareup.okhttp.CallGetApiArtifactsApi. getAPIArtifactsAsync(String apiName, String version, String tenantDomain, ApiCallback<APIArtifactDTO> callback)Get API artifact from the storage (asynchronously) This operation is used to get the local entries, sequences and endpoints from the storage. -
Uses of APIArtifactDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return APIArtifactDTO Modifier and Type Method Description APIArtifactDTOAPIArtifactDTO. api(String api)
-