Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductDTO
Packages that use APIProductDTO
Package
Description
-
Uses of APIProductDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIProductDTOModifier and TypeMethodDescriptionApiProductsApi.createAPIProduct(APIProductDTO apIProductDTO) Create a New API Product This operation can be used to create a new API Product specifying the details of the API Product in the payload.ApiProductsApi.createNewAPIProductVersion(String newVersion, String apiProductId, Boolean defaultVersion) Create a New API Product Version This operation can be used to create a new version of an existing API Products.ApiProductsApi.getAPIProduct(String apiProductId, String accept, String ifNoneMatch) Get Details of an API Product Using this operation, you can retrieve complete details of a single API Product.ApiProductRevisionsApi.restoreAPIProductRevision(String apiProductId, String revisionId) Restore Revision Restore a revision to the Current API of the API ProductApiProductsApi.updateAPIProduct(String apiProductId, APIProductDTO apIProductDTO, String ifMatch) Update an API Product This operation can be used to update an existing API product.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIProductDTOModifier and TypeMethodDescriptionApiProductsApi.createAPIProductWithHttpInfo(APIProductDTO apIProductDTO) Create a New API Product This operation can be used to create a new API Product specifying the details of the API Product in the payload.ApiProductsApi.createNewAPIProductVersionWithHttpInfo(String newVersion, String apiProductId, Boolean defaultVersion) Create a New API Product Version This operation can be used to create a new version of an existing API Products.ApiProductsApi.getAPIProductWithHttpInfo(String apiProductId, String accept, String ifNoneMatch) Get Details of an API Product Using this operation, you can retrieve complete details of a single API Product.ApiProductRevisionsApi.restoreAPIProductRevisionWithHttpInfo(String apiProductId, String revisionId) Restore Revision Restore a revision to the Current API of the API ProductApiProductsApi.updateAPIProductWithHttpInfo(String apiProductId, APIProductDTO apIProductDTO, String ifMatch) Update an API Product This operation can be used to update an existing API product.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type APIProductDTOModifier and TypeMethodDescriptionApiProductsApi.createAPIProduct(APIProductDTO apIProductDTO) Create a New API Product This operation can be used to create a new API Product specifying the details of the API Product in the payload.okhttp3.CallApiProductsApi.createAPIProductAsync(APIProductDTO apIProductDTO, ApiCallback<APIProductDTO> _callback) Create a New API Product (asynchronously) This operation can be used to create a new API Product specifying the details of the API Product in the payload.okhttp3.CallApiProductsApi.createAPIProductCall(APIProductDTO apIProductDTO, ApiCallback _callback) Build call for createAPIProductApiProductsApi.createAPIProductWithHttpInfo(APIProductDTO apIProductDTO) Create a New API Product This operation can be used to create a new API Product specifying the details of the API Product in the payload.ApiProductsApi.updateAPIProduct(String apiProductId, APIProductDTO apIProductDTO, String ifMatch) Update an API Product This operation can be used to update an existing API product.okhttp3.CallApiProductsApi.updateAPIProductAsync(String apiProductId, APIProductDTO apIProductDTO, String ifMatch, ApiCallback<APIProductDTO> _callback) Update an API Product (asynchronously) This operation can be used to update an existing API product.okhttp3.CallApiProductsApi.updateAPIProductCall(String apiProductId, APIProductDTO apIProductDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIProductApiProductsApi.updateAPIProductWithHttpInfo(String apiProductId, APIProductDTO apIProductDTO, String ifMatch) Update an API Product This operation can be used to update an existing API product.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIProductDTOModifier and TypeMethodDescriptionokhttp3.CallApiProductsApi.createAPIProductAsync(APIProductDTO apIProductDTO, ApiCallback<APIProductDTO> _callback) Create a New API Product (asynchronously) This operation can be used to create a new API Product specifying the details of the API Product in the payload.okhttp3.CallApiProductsApi.createNewAPIProductVersionAsync(String newVersion, String apiProductId, Boolean defaultVersion, ApiCallback<APIProductDTO> _callback) Create a New API Product Version (asynchronously) This operation can be used to create a new version of an existing API Products.okhttp3.CallApiProductsApi.getAPIProductAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<APIProductDTO> _callback) Get Details of an API Product (asynchronously) Using this operation, you can retrieve complete details of a single API Product.okhttp3.CallApiProductRevisionsApi.restoreAPIProductRevisionAsync(String apiProductId, String revisionId, ApiCallback<APIProductDTO> _callback) Restore Revision (asynchronously) Restore a revision to the Current API of the API Productokhttp3.CallApiProductsApi.updateAPIProductAsync(String apiProductId, APIProductDTO apIProductDTO, String ifMatch, ApiCallback<APIProductDTO> _callback) Update an API Product (asynchronously) This operation can be used to update an existing API product. -
Uses of APIProductDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIProductDTOModifier and TypeMethodDescriptionAPIProductDTO.accessControl(APIProductDTO.AccessControlEnum accessControl) APIProductDTO.accessControlRoles(List<String> accessControlRoles) APIProductDTO.additionalProperties(List<APIInfoAdditionalPropertiesDTO> additionalProperties) APIProductDTO.additionalPropertiesMap(Map<String, APIInfoAdditionalPropertiesMapDTO> additionalPropertiesMap) APIProductDTO.apiKeyHeader(String apiKeyHeader) APIProductDTO.apis(List<ProductAPIDTO> apis) APIProductDTO.apiThrottlingPolicy(String apiThrottlingPolicy) APIProductDTO.apiType(APIProductDTO.ApiTypeEnum apiType) APIProductDTO.authorizationHeader(String authorizationHeader) APIProductDTO.businessInformation(APIProductBusinessInformationDTO businessInformation) APIProductDTO.cacheTimeout(Integer cacheTimeout) APIProductDTO.categories(List<String> categories) APIProductDTO.corsConfiguration(APICorsConfigurationDTO corsConfiguration) APIProductDTO.createdTime(String createdTime) APIProductDTO.description(String description) APIProductDTO.enableSchemaValidation(Boolean enableSchemaValidation) APIProductDTO.gatewayVendor(String gatewayVendor) APIProductDTO.hasThumbnail(Boolean hasThumbnail) APIProductDTO.isDefaultVersion(Boolean isDefaultVersion) APIProductDTO.isRevision(Boolean isRevision) APIProductDTO.lastUpdatedTime(String lastUpdatedTime) APIProductDTO.lastUpdatedTimestamp(String lastUpdatedTimestamp) APIProductDTO.monetization(APIMonetizationInfoDTO monetization) APIProductDTO.responseCachingEnabled(Boolean responseCachingEnabled) APIProductDTO.revisionedApiProductId(String revisionedApiProductId) APIProductDTO.revisionId(Integer revisionId) APIProductDTO.scopes(List<APIScopeDTO> scopes) APIProductDTO.securityScheme(List<String> securityScheme) APIProductDTO.subscriptionAvailability(APIProductDTO.SubscriptionAvailabilityEnum subscriptionAvailability) APIProductDTO.subscriptionAvailableTenants(List<String> subscriptionAvailableTenants) APIProductDTO.visibility(APIProductDTO.VisibilityEnum visibility) APIProductDTO.visibleRoles(List<String> visibleRoles) APIProductDTO.visibleTenants(List<String> visibleTenants) APIProductDTO.workflowStatus(String workflowStatus)