Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIDTO
-
Packages that use APIDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIDTO Modifier and Type Method Description APIDTOApIsApi. 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.APIDTOApIsApi. 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.APIDTOApIsApi. getAPI(String apiId, String xWSO2Tenant, String ifNoneMatch)Get Details of an API Using this operation, you can retrieve complete details of a single API.APIDTOApIsApi. importAsyncAPISpecification(File file, String url, String additionalProperties)import an AsyncAPI Specification This operation can be used to create and API from the AsyncAPI Specification.APIDTOApIsApi. 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 SchemaAPIDTOApIsApi. 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.APIDTOApIsApi. 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 CatalogAPIDTOApIsApi. 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.APIDTOApIsApi. 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 APIAPIDTOApiRevisionsApi. restoreAPIRevision(String apiId, String revisionId)Restore API Revision Restore a revision to the current API of the APIAPIDTOApIsApi. updateAPI(String apiId, APIDTO APIDTO, String ifMatch)Update an API This operation can be used to update an existing API.APIDTOApIsApi. updateTopics(String apiId, TopicListDTO topicListDTO, String ifMatch)Update Topics This operation can be used to update topics of an existing API.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIDTO Modifier and Type Method 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 SchemaApiResponse<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 CatalogApiResponse<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 APIApiResponse<APIDTO>ApiRevisionsApi. restoreAPIRevisionWithHttpInfo(String apiId, String revisionId)Restore API Revision Restore a revision to the current API of the APIApiResponse<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.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type APIDTO Modifier and Type Method Description APIDTOApIsApi. 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.CallApIsApi. 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.CallApIsApi. createAPICall(APIDTO APIDTO, String openAPIVersion, ApiCallback _callback)Build call for createAPIApiResponse<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.APIDTOApIsApi. 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 Catalogokhttp3.CallApIsApi. 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 Catalogokhttp3.CallApIsApi. importServiceFromCatalogCall(String serviceKey, APIDTO APIDTO, ApiCallback _callback)Build call for importServiceFromCatalogApiResponse<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 CatalogAPIDTOApIsApi. updateAPI(String apiId, APIDTO APIDTO, String ifMatch)Update an API This operation can be used to update an existing API.okhttp3.CallApIsApi. 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.CallApIsApi. updateAPICall(String apiId, APIDTO APIDTO, String ifMatch, ApiCallback _callback)Build call for updateAPIApiResponse<APIDTO>ApIsApi. updateAPIWithHttpInfo(String apiId, APIDTO APIDTO, String ifMatch)Update an API This operation can be used to update an existing API.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIDTO Modifier and Type Method Description okhttp3.CallApIsApi. 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.CallApIsApi. 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.CallApIsApi. 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.CallApIsApi. 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.CallApIsApi. 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 Schemaokhttp3.CallApIsApi. 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.CallApIsApi. 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 Catalogokhttp3.CallApIsApi. 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.CallApIsApi. 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 APIokhttp3.CallApiRevisionsApi. restoreAPIRevisionAsync(String apiId, String revisionId, ApiCallback<APIDTO> _callback)Restore API Revision (asynchronously) Restore a revision to the current API of the APIokhttp3.CallApIsApi. 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.CallApIsApi. 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. -
Uses of APIDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
-