Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.EndpointConfigAttributesDTO
-
Packages that use EndpointConfigAttributesDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of EndpointConfigAttributesDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return EndpointConfigAttributesDTO Modifier and Type Method Description EndpointConfigAttributesDTOEndpointConfigAttributesDTO. name(String name)EndpointConfigAttributesDTOEndpointConfigAttributesDTO. value(String value)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type EndpointConfigAttributesDTO Modifier and Type Method Description List<EndpointConfigAttributesDTO>EndpointConfigDTO. getAttributes()Get attributesMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type EndpointConfigAttributesDTO Modifier and Type Method Description EndpointConfigDTOEndpointConfigDTO. attributes(List<EndpointConfigAttributesDTO> attributes)voidEndpointConfigDTO. setAttributes(List<EndpointConfigAttributesDTO> attributes)
-