| 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 |
|---|---|
SequencesDTO |
GetApiArtifactsApi.sequenceGet(String apiName,
String version,
String tenantDomain)
Get sequences from the storage
This operation is used to get the API sequence from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SequencesDTO> |
GetApiArtifactsApi.sequenceGetWithHttpInfo(String apiName,
String version,
String tenantDomain)
Get sequences from the storage
This operation is used to get the API sequence from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
GetApiArtifactsApi.sequenceGetAsync(String apiName,
String version,
String tenantDomain,
ApiCallback<SequencesDTO> callback)
Get sequences from the storage (asynchronously)
This operation is used to get the API sequence from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
SequencesDTO |
SequencesDTO.addSequencesItem(String sequencesItem) |
SequencesDTO |
SequencesDTO.sequences(List<String> sequences) |
Copyright © 2021 WSO2 Inc. All rights reserved.