Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.APIArtifactDTO
Packages that use APIArtifactDTO
Package
Description
-
Uses of APIArtifactDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return APIArtifactDTOModifier and TypeMethodDescriptionDefaultApi.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.GetApiArtifactsApi.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 APIArtifactDTOModifier and TypeMethodDescriptionDefaultApi.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.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 APIArtifactDTOModifier and TypeMethodDescriptioncom.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