Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ProductAPIDTO
-
Packages that use ProductAPIDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ProductAPIDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ProductAPIDTO Modifier and Type Method Description ProductAPIDTOProductAPIDTO. apiId(String apiId)ProductAPIDTOProductAPIDTO. name(String name)ProductAPIDTOProductAPIDTO. operations(List<APIOperationsDTO> operations)ProductAPIDTOProductAPIDTO. version(String version)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ProductAPIDTO Modifier and Type Method Description List<ProductAPIDTO>APIProductDTO. getApis()APIs and resources in the API Product.Method parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ProductAPIDTO Modifier and Type Method Description APIProductDTOAPIProductDTO. apis(List<ProductAPIDTO> apis)voidAPIProductDTO. setApis(List<ProductAPIDTO> apis)
-