| Package | Description |
|---|---|
| org.wso2.am.integration.clients.internal.api | |
| org.wso2.am.integration.clients.internal.api.dto |
| Modifier and Type | Method and Description |
|---|---|
SynapseAttributesDTO |
RetrievingSynapseArtifactsApi.synapseAttributesGet(String apiName,
String tenantDomain,
String version)
Get API UUID and label associated with it
This will provide access to synapse artifacts in database.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SynapseAttributesDTO> |
RetrievingSynapseArtifactsApi.synapseAttributesGetWithHttpInfo(String apiName,
String tenantDomain,
String version)
Get API UUID and label associated with it
This will provide access to synapse artifacts in database.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
RetrievingSynapseArtifactsApi.synapseAttributesGetAsync(String apiName,
String tenantDomain,
String version,
ApiCallback<SynapseAttributesDTO> callback)
Get API UUID and label associated with it (asynchronously)
This will provide access to synapse artifacts in database.
|
| Modifier and Type | Method and Description |
|---|---|
SynapseAttributesDTO |
SynapseAttributesDTO.addLabelsItem(String labelsItem) |
SynapseAttributesDTO |
SynapseAttributesDTO.apiId(String apiId) |
SynapseAttributesDTO |
SynapseAttributesDTO.count(Integer count) |
SynapseAttributesDTO |
SynapseAttributesDTO.labels(List<String> labels) |
Copyright © 2021 WSO2 Inc. All rights reserved.