| Package | Description |
|---|---|
| org.wso2.am.integration.clients.gateway.api.v2 | |
| org.wso2.am.integration.clients.gateway.api.v2.dto |
| Modifier and Type | Method and Description |
|---|---|
LocalEntryDTO |
GetApiArtifactsApi.localEntryGet(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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<LocalEntryDTO> |
GetApiArtifactsApi.localEntryGetWithHttpInfo(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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
GetApiArtifactsApi.localEntryGetAsync(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.
|
| Modifier and Type | Method and Description |
|---|---|
LocalEntryDTO |
LocalEntryDTO.addLocalEntriesItem(String localEntriesItem) |
LocalEntryDTO |
LocalEntryDTO.localEntries(List<String> localEntries) |
Copyright © 2021 WSO2 Inc. All rights reserved.