| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
AlertsInfoResponseDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsInfoDTO body)
Subscribe to the selected alert types by the user.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AlertsInfoResponseDTO> |
AlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsInfoDTO body)
Subscribe to the selected alert types by the user.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsInfoDTO body,
ApiCallback<AlertsInfoResponseDTO> callback)
Subscribe to the selected alert types by the user.
|
| Modifier and Type | Method and Description |
|---|---|
AlertsInfoResponseDTO |
AlertsInfoResponseDTO.addAlertsItem(AlertDTO alertsItem) |
AlertsInfoResponseDTO |
AlertsInfoResponseDTO.addEmailListItem(String emailListItem) |
AlertsInfoResponseDTO |
AlertsInfoResponseDTO.addFailedConfigurationsItem(AlertConfigDTO failedConfigurationsItem) |
AlertsInfoResponseDTO |
AlertsInfoResponseDTO.alerts(List<AlertDTO> alerts) |
AlertsInfoResponseDTO |
AlertsInfoResponseDTO.emailList(List<String> emailList) |
AlertsInfoResponseDTO |
AlertsInfoResponseDTO.failedConfigurations(List<AlertConfigDTO> failedConfigurations) |
Copyright © 2020 WSO2 Inc. All rights reserved.