Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.EndpointDTO
-
Packages that use EndpointDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of EndpointDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return EndpointDTO Modifier and Type Method Description EndpointDTOEndpointDTO. endpointConfig(EndpointEndpointConfigDTO endpointConfig)EndpointDTOEndpointDTO. endpointSecurity(EndpointEndpointSecurityDTO endpointSecurity)EndpointDTOEndpointDTO. id(String id)EndpointDTOEndpointDTO. maxTps(Long maxTps)EndpointDTOEndpointDTO. name(String name)EndpointDTOEndpointDTO. type(String type)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type EndpointDTO Modifier and Type Method Description List<EndpointDTO>EndpointListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type EndpointDTO Modifier and Type Method Description EndpointListDTOEndpointListDTO. list(List<EndpointDTO> list)voidEndpointListDTO. setList(List<EndpointDTO> list)
-