Uses of Class
org.wso2.am.integration.clients.admin.api.dto.GatewayInstanceDTO
-
Packages that use GatewayInstanceDTO Package Description org.wso2.am.integration.clients.admin.api.dto -
-
Uses of GatewayInstanceDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return GatewayInstanceDTO Modifier and Type Method Description GatewayInstanceDTOGatewayInstanceDTO. gatewayId(String gatewayId)GatewayInstanceDTOGatewayInstanceDTO. lastActive(String lastActive)GatewayInstanceDTOGatewayInstanceDTO. status(GatewayInstanceDTO.StatusEnum status)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type GatewayInstanceDTO Modifier and Type Method Description List<GatewayInstanceDTO>GatewayInstanceListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type GatewayInstanceDTO Modifier and Type Method Description GatewayInstanceListDTOGatewayInstanceListDTO. list(List<GatewayInstanceDTO> list)voidGatewayInstanceListDTO. setList(List<GatewayInstanceDTO> list)
-