Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIInfoDTO
Packages that use APIInfoDTO
-
Uses of APIInfoDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIInfoDTOModifier and TypeMethodDescriptionAPIInfoDTO.additionalProperties(List<APIInfoAdditionalPropertiesDTO> additionalProperties) APIInfoDTO.additionalPropertiesMap(Map<String, APIInfoAdditionalPropertiesMapDTO> additionalPropertiesMap) APIInfoDTO.advertiseOnly(Boolean advertiseOnly) APIInfoDTO.audience(APIInfoDTO.AudienceEnum audience) APIInfoDTO.createdTime(String createdTime) APIInfoDTO.description(String description) APIInfoDTO.gatewayVendor(String gatewayVendor) APIInfoDTO.hasThumbnail(Boolean hasThumbnail) APIInfoDTO.lifeCycleStatus(String lifeCycleStatus) APIInfoDTO.securityScheme(List<String> securityScheme) APIInfoDTO.updatedTime(String updatedTime) APIInfoDTO.workflowStatus(String workflowStatus) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type APIInfoDTOMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type APIInfoDTOModifier and TypeMethodDescriptionAPIListDTO.list(List<APIInfoDTO> list) voidAPIListDTO.setList(List<APIInfoDTO> list)