Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIDTO
Packages that use APIDTO
Package
Description
-
Uses of APIDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIDTOModifier and TypeMethodDescriptionCreate a New API This operation can be used to create a new API specifying the details of the API in the payload.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.Get Details of an API Using this operation, you can retrieve complete details of a single API.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.ApIsApi.importGraphQLSchema(String ifMatch, String type, File file, String url, String schema, String additionalProperties) Import a GraphQL SDL This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL SchemaApIsApi.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.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 CatalogApIsApi.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.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 APIApiRevisionsApi.restoreAPIRevision(String apiId, String revisionId) Restore API Revision Restore a revision to the current API of the APIApIsApi.sequenceBackendUpdate(String apiId, File sequence, String type) Upload Sequence Sequence as the Endpoint of the API This operation can be used to change the endpoint of the API to Sequence BackendUpdate an API This operation can be used to update an existing API.ApIsApi.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 APIDTOModifier and TypeMethodDescriptionApIsApi.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.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.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.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.ApIsApi.importGraphQLSchemaWithHttpInfo(String ifMatch, String type, File file, String url, String schema, String additionalProperties) Import a GraphQL SDL This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL SchemaApIsApi.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.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 CatalogApIsApi.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.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 APIApiRevisionsApi.restoreAPIRevisionWithHttpInfo(String apiId, String revisionId) Restore API Revision Restore a revision to the current API of the APIApIsApi.sequenceBackendUpdateWithHttpInfo(String apiId, File sequence, String type) Upload Sequence Sequence as the Endpoint of the API This operation can be used to change the endpoint of the API to Sequence BackendApIsApi.updateAPIWithHttpInfo(String apiId, APIDTO APIDTO, String ifMatch) Update an API This operation can be used to update an existing API.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 APIDTOModifier and TypeMethodDescriptionCreate 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 createAPIApIsApi.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.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 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 importServiceFromCatalogApIsApi.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 CatalogUpdate 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 updateAPIApIsApi.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 APIDTOModifier and TypeMethodDescriptionokhttp3.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 url, String schema, 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.sequenceBackendUpdateAsync(String apiId, File sequence, String type, ApiCallback<APIDTO> _callback) Upload Sequence Sequence as the Endpoint of the API (asynchronously) This operation can be used to change the endpoint of the API to Sequence Backendokhttp3.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
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIDTOModifier and TypeMethodDescriptionAPIDTO.accessControl(APIDTO.AccessControlEnum accessControl) APIDTO.accessControlRoles(List<String> accessControlRoles) APIDTO.additionalProperties(List<APIInfoAdditionalPropertiesDTO> additionalProperties) APIDTO.additionalPropertiesMap(Map<String, APIInfoAdditionalPropertiesMapDTO> additionalPropertiesMap) APIDTO.advertiseInfo(AdvertiseInfoDTO advertiseInfo) APIDTO.apiKeyHeader(String apiKeyHeader) APIDTO.apiPolicies(APIOperationPoliciesDTO apiPolicies) APIDTO.apiThrottlingPolicy(String apiThrottlingPolicy) APIDTO.asyncTransportProtocols(List<String> asyncTransportProtocols) APIDTO.audience(APIDTO.AudienceEnum audience) APIDTO.authorizationHeader(String authorizationHeader) APIDTO.businessInformation(APIBusinessInformationDTO businessInformation) APIDTO.cacheTimeout(Integer cacheTimeout) APIDTO.categories(List<String> categories) APIDTO.corsConfiguration(APICorsConfigurationDTO corsConfiguration) APIDTO.createdTime(String createdTime) APIDTO.description(String description) APIDTO.displayName(String displayName) APIDTO.enableSchemaValidation(Boolean enableSchemaValidation) APIDTO.enableSubscriberVerification(Boolean enableSubscriberVerification) APIDTO.endpointConfig(Object endpointConfig) APIDTO.endpointImplementationType(APIDTO.EndpointImplementationTypeEnum endpointImplementationType) APIDTO.gatewayType(String gatewayType) APIDTO.gatewayVendor(String gatewayVendor) APIDTO.hasThumbnail(Boolean hasThumbnail) APIDTO.initiatedFromGateway(Boolean initiatedFromGateway) APIDTO.isDefaultVersion(Boolean isDefaultVersion) APIDTO.isRevision(Boolean isRevision) APIDTO.keyManagers(Object keyManagers) APIDTO.lastUpdatedTime(String lastUpdatedTime) APIDTO.lastUpdatedTimestamp(String lastUpdatedTimestamp) APIDTO.lifeCycleStatus(String lifeCycleStatus) APIDTO.maxTps(APIMaxTpsDTO maxTps) APIDTO.mediationPolicies(List<MediationPolicyDTO> mediationPolicies) APIDTO.monetization(APIMonetizationInfoDTO monetization) APIDTO.operations(List<APIOperationsDTO> operations) APIDTO.organizationPolicies(List<OrganizationPoliciesDTO> organizationPolicies) APIDTO.primaryProductionEndpointId(String primaryProductionEndpointId) APIDTO.primarySandboxEndpointId(String primarySandboxEndpointId) APIDTO.responseCachingEnabled(Boolean responseCachingEnabled) APIDTO.revisionedApiId(String revisionedApiId) APIDTO.revisionId(Integer revisionId) APIDTO.scopes(List<APIScopeDTO> scopes) APIDTO.securityScheme(List<String> securityScheme) APIDTO.serviceInfo(APIServiceInfoDTO serviceInfo) APIDTO.subscriptionAvailability(APIDTO.SubscriptionAvailabilityEnum subscriptionAvailability) APIDTO.subscriptionAvailableTenants(List<String> subscriptionAvailableTenants) APIDTO.threatProtectionPolicies(APIThreatProtectionPoliciesDTO threatProtectionPolicies) APIDTO.type(APIDTO.TypeEnum type) APIDTO.visibility(APIDTO.VisibilityEnum visibility) APIDTO.visibleOrganizations(List<String> visibleOrganizations) APIDTO.visibleRoles(List<String> visibleRoles) APIDTO.visibleTenants(List<String> visibleTenants) APIDTO.websubSubscriptionConfiguration(WebsubSubscriptionConfigurationDTO websubSubscriptionConfiguration) APIDTO.workflowStatus(String workflowStatus) APIDTO.wsdlInfo(WSDLInfoDTO wsdlInfo)