| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
AlertsInfoDTO |
AlertSubscriptionsApi.getSubscribedAlertTypes()
Get the List of API Publisher Alert Types Subscribed by the User
This operation is used to get the list of subscribed alert types by the user.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AlertsInfoDTO> |
AlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()
Get the List of API Publisher Alert Types Subscribed by the User
This operation is used to get the list of subscribed alert types by the user.
|
| Modifier and Type | Method and Description |
|---|---|
AlertsInfoResponseDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsInfoDTO alertsInfoDTO)
Subscribe to the Selected Tlert types by the User
This operation is used to get the list of subscribed alert types by the user.
|
okhttp3.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsInfoDTO alertsInfoDTO,
ApiCallback<AlertsInfoResponseDTO> _callback)
Subscribe to the Selected Tlert types by the User (asynchronously)
This operation is used to get the list of subscribed alert types by the user.
|
okhttp3.Call |
AlertSubscriptionsApi.subscribeToAlertsCall(AlertsInfoDTO alertsInfoDTO,
ApiCallback _callback)
Build call for subscribeToAlerts
|
ApiResponse<AlertsInfoResponseDTO> |
AlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsInfoDTO alertsInfoDTO)
Subscribe to the Selected Tlert types by the User
This operation is used to get the list of subscribed alert types by the user.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsInfoDTO> _callback)
Get the List of API Publisher Alert Types Subscribed by the User (asynchronously)
This operation is used to get the list of subscribed alert types by the user.
|
| Modifier and Type | Method and Description |
|---|---|
AlertsInfoDTO |
AlertsInfoDTO.alerts(List<AlertDTO> alerts) |
AlertsInfoDTO |
AlertsInfoDTO.emailList(List<String> emailList) |
Copyright © 2021 WSO2 Inc. All rights reserved.