Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
Packages that use LocalEntryDTO
Package
Description
-
Uses of LocalEntryDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return LocalEntryDTOModifier and TypeMethodDescriptionDefaultApi.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.GetApiArtifactsApi.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 LocalEntryDTOModifier and TypeMethodDescriptionDefaultApi.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.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 LocalEntryDTOModifier and TypeMethodDescriptioncom.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 LocalEntryDTOModifier and TypeMethodDescriptionLocalEntryDTO.addLocalEntriesItem(String localEntriesItem) LocalEntryDTO.localEntries(List<String> localEntries)