Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductInfoDTO
-
Packages that use APIProductInfoDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIProductInfoDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIProductInfoDTO Modifier and Type Method Description APIProductInfoDTOAPIProductInfoDTO. context(String context)APIProductInfoDTOAPIProductInfoDTO. description(String description)APIProductInfoDTOAPIProductInfoDTO. gatewayVendor(String gatewayVendor)APIProductInfoDTOAPIProductInfoDTO. hasThumbnail(Boolean hasThumbnail)APIProductInfoDTOAPIProductInfoDTO. id(String id)APIProductInfoDTOAPIProductInfoDTO. name(String name)APIProductInfoDTOAPIProductInfoDTO. provider(String provider)APIProductInfoDTOAPIProductInfoDTO. securityScheme(List<String> securityScheme)APIProductInfoDTOAPIProductInfoDTO. state(String state)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type APIProductInfoDTO Modifier and Type Method Description List<APIProductInfoDTO>APIProductListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type APIProductInfoDTO Modifier and Type Method Description APIProductListDTOAPIProductListDTO. list(List<APIProductInfoDTO> list)voidAPIProductListDTO. setList(List<APIProductInfoDTO> list)
-