| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
AlertTypeDTO |
AlertTypeDTO.id(String id) |
AlertTypeDTO |
AlertTypeDTO.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<AlertTypeDTO> |
AlertsSubscriptionDTO.getAlerts()
Get alerts
|
List<AlertTypeDTO> |
AlertTypesListDTO.getAlerts()
Get alerts
|
| Modifier and Type | Method and Description |
|---|---|
AlertsSubscriptionDTO |
AlertsSubscriptionDTO.addAlertsItem(AlertTypeDTO alertsItem) |
AlertTypesListDTO |
AlertTypesListDTO.addAlertsItem(AlertTypeDTO alertsItem) |
| Modifier and Type | Method and Description |
|---|---|
AlertsSubscriptionDTO |
AlertsSubscriptionDTO.alerts(List<AlertTypeDTO> alerts) |
AlertTypesListDTO |
AlertTypesListDTO.alerts(List<AlertTypeDTO> alerts) |
void |
AlertsSubscriptionDTO.setAlerts(List<AlertTypeDTO> alerts) |
void |
AlertTypesListDTO.setAlerts(List<AlertTypeDTO> alerts) |
Copyright © 2020 WSO2 Inc. All rights reserved.