| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
APIDTO |
ApIsApi.apisApiIdGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
APIDTO |
ApIsApi.apisApiIdPut(String apiId,
APIDTO body,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
APIDTO |
ApIsApi.apisCopyApiPost(String newVersion,
String apiId,
Boolean defaultVersion)
Create a new API version
This operation can be used to create a new version of an existing API.
|
APIDTO |
ApIsApi.apisImportGraphqlSchemaPost(String type,
File file,
String additionalProperties,
String ifMatch)
Import API Definition
This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schema
|
APIDTO |
ApIsApi.apisPost(APIDTO body,
String openAPIVersion)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
APIDTO |
ApIsApi.importOpenAPIDefinition(File file,
String url,
String additionalProperties)
Import an OpenAPI Definition
This operation can be used to create an API from an OpenAPI definition.
|
APIDTO |
ApIsApi.importWSDLDefinition(File file,
String url,
String additionalProperties,
String implementationType)
Import a WSDL Definition
This operation can be used to create an API using a WSDL definition.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIDTO> |
ApIsApi.apisApiIdGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
ApiResponse<APIDTO> |
ApIsApi.apisApiIdPutWithHttpInfo(String apiId,
APIDTO body,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
ApiResponse<APIDTO> |
ApIsApi.apisCopyApiPostWithHttpInfo(String newVersion,
String apiId,
Boolean defaultVersion)
Create a new API version
This operation can be used to create a new version of an existing API.
|
ApiResponse<APIDTO> |
ApIsApi.apisImportGraphqlSchemaPostWithHttpInfo(String type,
File file,
String additionalProperties,
String ifMatch)
Import API Definition
This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schema
|
ApiResponse<APIDTO> |
ApIsApi.apisPostWithHttpInfo(APIDTO body,
String openAPIVersion)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
ApiResponse<APIDTO> |
ApIsApi.importOpenAPIDefinitionWithHttpInfo(File file,
String url,
String additionalProperties)
Import an OpenAPI Definition
This operation can be used to create an API from an OpenAPI definition.
|
ApiResponse<APIDTO> |
ApIsApi.importWSDLDefinitionWithHttpInfo(File file,
String url,
String additionalProperties,
String implementationType)
Import a WSDL Definition
This operation can be used to create an API using a WSDL definition.
|
| Modifier and Type | Method and Description |
|---|---|
APIDTO |
ApIsApi.apisApiIdPut(String apiId,
APIDTO body,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdPutAsync(String apiId,
APIDTO body,
String ifMatch,
ApiCallback<APIDTO> callback)
Update an API (asynchronously)
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdPutCall(String apiId,
APIDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdPut
|
ApiResponse<APIDTO> |
ApIsApi.apisApiIdPutWithHttpInfo(String apiId,
APIDTO body,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
APIDTO |
ApIsApi.apisPost(APIDTO body,
String openAPIVersion)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
com.squareup.okhttp.Call |
ApIsApi.apisPostAsync(APIDTO body,
String openAPIVersion,
ApiCallback<APIDTO> callback)
Create a new API (asynchronously)
This operation can be used to create a new API specifying the details of the API in the payload.
|
com.squareup.okhttp.Call |
ApIsApi.apisPostCall(APIDTO body,
String openAPIVersion,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisPost
|
ApiResponse<APIDTO> |
ApIsApi.apisPostWithHttpInfo(APIDTO body,
String openAPIVersion)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<APIDTO> callback)
Get details of an API (asynchronously)
Using this operation, you can retrieve complete details of a single API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdPutAsync(String apiId,
APIDTO body,
String ifMatch,
ApiCallback<APIDTO> callback)
Update an API (asynchronously)
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.apisCopyApiPostAsync(String newVersion,
String apiId,
Boolean defaultVersion,
ApiCallback<APIDTO> callback)
Create a new API version (asynchronously)
This operation can be used to create a new version of an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.apisImportGraphqlSchemaPostAsync(String type,
File file,
String additionalProperties,
String ifMatch,
ApiCallback<APIDTO> callback)
Import API Definition (asynchronously)
This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schema
|
com.squareup.okhttp.Call |
ApIsApi.apisPostAsync(APIDTO body,
String openAPIVersion,
ApiCallback<APIDTO> callback)
Create a new API (asynchronously)
This operation can be used to create a new API specifying the details of the API in the payload.
|
com.squareup.okhttp.Call |
ApIsApi.importOpenAPIDefinitionAsync(File file,
String url,
String additionalProperties,
ApiCallback<APIDTO> callback)
Import an OpenAPI Definition (asynchronously)
This operation can be used to create an API from an OpenAPI definition.
|
com.squareup.okhttp.Call |
ApIsApi.importWSDLDefinitionAsync(File file,
String url,
String additionalProperties,
String implementationType,
ApiCallback<APIDTO> callback)
Import a WSDL Definition (asynchronously)
This operation can be used to create an API using a WSDL definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<APIDTO> |
APIListExpandedDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
APIListExpandedDTO |
APIListExpandedDTO.addListItem(APIDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
APIListExpandedDTO |
APIListExpandedDTO.list(List<APIDTO> list) |
void |
APIListExpandedDTO.setList(List<APIDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.