| 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.createAPI(APIDTO APIDTO,
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.createNewAPIVersion(String newVersion,
String apiId,
Boolean defaultVersion,
String serviceVersion)
Create a New API Version
This operation can be used to create a new version of an existing API.
|
APIDTO |
ApIsApi.getAPI(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.importAsyncAPISpecification(File file,
String url,
String additionalProperties)
import an AsyncAPI Specification
This operation can be used to create and API from the AsyncAPI Specification.
|
APIDTO |
ApIsApi.importGraphQLSchema(String ifMatch,
String type,
File file,
String additionalProperties)
Import a GraphQL SDL
This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schema
|
APIDTO |
ApIsApi.importOpenAPIDefinition(File file,
String url,
String additionalProperties,
String inlineAPIDefinition)
Import an OpenAPI Definition
This operation can be used to create an API from an OpenAPI definition.
|
APIDTO |
ApIsApi.importServiceFromCatalog(String serviceKey,
APIDTO APIDTO)
Import a Service from Service Catalog
This operation can be used to create an API from a Service from Service Catalog
|
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.
|
APIDTO |
ApIsApi.reimportServiceFromCatalog(String apiId)
Update the Service that is used to create the API
This operation can be used to re-import the Service used to create the API
|
APIDTO |
ApiRevisionsApi.restoreAPIRevision(String apiId,
String revisionId)
Restore API Revision
Restore a revision to the current API of the API
|
APIDTO |
ApIsApi.updateAPI(String apiId,
APIDTO APIDTO,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
APIDTO |
ApIsApi.updateTopics(String apiId,
TopicListDTO topicListDTO,
String ifMatch)
Update Topics
This operation can be used to update topics of an existing API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIDTO> |
ApIsApi.createAPIWithHttpInfo(APIDTO APIDTO,
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.createNewAPIVersionWithHttpInfo(String newVersion,
String apiId,
Boolean defaultVersion,
String serviceVersion)
Create a New API Version
This operation can be used to create a new version of an existing API.
|
ApiResponse<APIDTO> |
ApIsApi.getAPIWithHttpInfo(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.importAsyncAPISpecificationWithHttpInfo(File file,
String url,
String additionalProperties)
import an AsyncAPI Specification
This operation can be used to create and API from the AsyncAPI Specification.
|
ApiResponse<APIDTO> |
ApIsApi.importGraphQLSchemaWithHttpInfo(String ifMatch,
String type,
File file,
String additionalProperties)
Import a GraphQL SDL
This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schema
|
ApiResponse<APIDTO> |
ApIsApi.importOpenAPIDefinitionWithHttpInfo(File file,
String url,
String additionalProperties,
String inlineAPIDefinition)
Import an OpenAPI Definition
This operation can be used to create an API from an OpenAPI definition.
|
ApiResponse<APIDTO> |
ApIsApi.importServiceFromCatalogWithHttpInfo(String serviceKey,
APIDTO APIDTO)
Import a Service from Service Catalog
This operation can be used to create an API from a Service from Service Catalog
|
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.
|
ApiResponse<APIDTO> |
ApIsApi.reimportServiceFromCatalogWithHttpInfo(String apiId)
Update the Service that is used to create the API
This operation can be used to re-import the Service used to create the API
|
ApiResponse<APIDTO> |
ApiRevisionsApi.restoreAPIRevisionWithHttpInfo(String apiId,
String revisionId)
Restore API Revision
Restore a revision to the current API of the API
|
ApiResponse<APIDTO> |
ApIsApi.updateAPIWithHttpInfo(String apiId,
APIDTO APIDTO,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
ApiResponse<APIDTO> |
ApIsApi.updateTopicsWithHttpInfo(String apiId,
TopicListDTO topicListDTO,
String ifMatch)
Update Topics
This operation can be used to update topics of an existing API.
|
| Modifier and Type | Method and Description |
|---|---|
APIDTO |
ApIsApi.createAPI(APIDTO APIDTO,
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.
|
okhttp3.Call |
ApIsApi.createAPIAsync(APIDTO APIDTO,
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.
|
okhttp3.Call |
ApIsApi.createAPICall(APIDTO APIDTO,
String openAPIVersion,
ApiCallback _callback)
Build call for createAPI
|
ApiResponse<APIDTO> |
ApIsApi.createAPIWithHttpInfo(APIDTO APIDTO,
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.importServiceFromCatalog(String serviceKey,
APIDTO APIDTO)
Import a Service from Service Catalog
This operation can be used to create an API from a Service from Service Catalog
|
okhttp3.Call |
ApIsApi.importServiceFromCatalogAsync(String serviceKey,
APIDTO APIDTO,
ApiCallback<APIDTO> _callback)
Import a Service from Service Catalog (asynchronously)
This operation can be used to create an API from a Service from Service Catalog
|
okhttp3.Call |
ApIsApi.importServiceFromCatalogCall(String serviceKey,
APIDTO APIDTO,
ApiCallback _callback)
Build call for importServiceFromCatalog
|
ApiResponse<APIDTO> |
ApIsApi.importServiceFromCatalogWithHttpInfo(String serviceKey,
APIDTO APIDTO)
Import a Service from Service Catalog
This operation can be used to create an API from a Service from Service Catalog
|
APIDTO |
ApIsApi.updateAPI(String apiId,
APIDTO APIDTO,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
okhttp3.Call |
ApIsApi.updateAPIAsync(String apiId,
APIDTO APIDTO,
String ifMatch,
ApiCallback<APIDTO> _callback)
Update an API (asynchronously)
This operation can be used to update an existing API.
|
okhttp3.Call |
ApIsApi.updateAPICall(String apiId,
APIDTO APIDTO,
String ifMatch,
ApiCallback _callback)
Build call for updateAPI
|
ApiResponse<APIDTO> |
ApIsApi.updateAPIWithHttpInfo(String apiId,
APIDTO APIDTO,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApIsApi.createAPIAsync(APIDTO APIDTO,
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.
|
okhttp3.Call |
ApIsApi.createNewAPIVersionAsync(String newVersion,
String apiId,
Boolean defaultVersion,
String serviceVersion,
ApiCallback<APIDTO> _callback)
Create a New API Version (asynchronously)
This operation can be used to create a new version of an existing API.
|
okhttp3.Call |
ApIsApi.getAPIAsync(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.
|
okhttp3.Call |
ApIsApi.importAsyncAPISpecificationAsync(File file,
String url,
String additionalProperties,
ApiCallback<APIDTO> _callback)
import an AsyncAPI Specification (asynchronously)
This operation can be used to create and API from the AsyncAPI Specification.
|
okhttp3.Call |
ApIsApi.importGraphQLSchemaAsync(String ifMatch,
String type,
File file,
String additionalProperties,
ApiCallback<APIDTO> _callback)
Import a GraphQL SDL (asynchronously)
This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schema
|
okhttp3.Call |
ApIsApi.importOpenAPIDefinitionAsync(File file,
String url,
String additionalProperties,
String inlineAPIDefinition,
ApiCallback<APIDTO> _callback)
Import an OpenAPI Definition (asynchronously)
This operation can be used to create an API from an OpenAPI definition.
|
okhttp3.Call |
ApIsApi.importServiceFromCatalogAsync(String serviceKey,
APIDTO APIDTO,
ApiCallback<APIDTO> _callback)
Import a Service from Service Catalog (asynchronously)
This operation can be used to create an API from a Service from Service Catalog
|
okhttp3.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.
|
okhttp3.Call |
ApIsApi.reimportServiceFromCatalogAsync(String apiId,
ApiCallback<APIDTO> _callback)
Update the Service that is used to create the API (asynchronously)
This operation can be used to re-import the Service used to create the API
|
okhttp3.Call |
ApiRevisionsApi.restoreAPIRevisionAsync(String apiId,
String revisionId,
ApiCallback<APIDTO> _callback)
Restore API Revision (asynchronously)
Restore a revision to the current API of the API
|
okhttp3.Call |
ApIsApi.updateAPIAsync(String apiId,
APIDTO APIDTO,
String ifMatch,
ApiCallback<APIDTO> _callback)
Update an API (asynchronously)
This operation can be used to update an existing API.
|
okhttp3.Call |
ApIsApi.updateTopicsAsync(String apiId,
TopicListDTO topicListDTO,
String ifMatch,
ApiCallback<APIDTO> _callback)
Update Topics (asynchronously)
This operation can be used to update topics of an existing API.
|
| Modifier and Type | Method and Description |
|---|---|
List<APIDTO> |
APIListExpandedDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
APIListExpandedDTO |
APIListExpandedDTO.list(List<APIDTO> list) |
void |
APIListExpandedDTO.setList(List<APIDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.