Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
-
Packages that use LocalEntryDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of LocalEntryDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return LocalEntryDTO Modifier and Type Method Description LocalEntryDTODefaultApi. getLocalEntries(String apiName, String version, String tenantDomain)Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.LocalEntryDTOGetApiArtifactsApi. getLocalEntries(String apiName, String version, String tenantDomain)Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type LocalEntryDTO Modifier and Type Method Description ApiResponse<LocalEntryDTO>DefaultApi. getLocalEntriesWithHttpInfo(String apiName, String version, String tenantDomain)Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.ApiResponse<LocalEntryDTO>GetApiArtifactsApi. getLocalEntriesWithHttpInfo(String apiName, String version, String tenantDomain)Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type LocalEntryDTO Modifier and Type Method Description com.squareup.okhttp.CallDefaultApi. getLocalEntriesAsync(String apiName, String version, String tenantDomain, ApiCallback<LocalEntryDTO> callback)Get Local Entry from the storage (asynchronously) This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.com.squareup.okhttp.CallGetApiArtifactsApi. getLocalEntriesAsync(String apiName, String version, String tenantDomain, ApiCallback<LocalEntryDTO> callback)Get Local Entry from the storage (asynchronously) This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain. -
Uses of LocalEntryDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return LocalEntryDTO Modifier and Type Method Description LocalEntryDTOLocalEntryDTO. addLocalEntriesItem(String localEntriesItem)LocalEntryDTOLocalEntryDTO. localEntries(List<String> localEntries)
-