| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
AlertsSubscriptionDTO |
AlertSubscriptionsApi.getSubscribedAlertTypes()
Get the list of API Admin alert types subscribed by the user.
|
AlertsSubscriptionDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsSubscriptionDTO body)
Subscribe to an admin alert.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AlertsSubscriptionDTO> |
AlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()
Get the list of API Admin alert types subscribed by the user.
|
ApiResponse<AlertsSubscriptionDTO> |
AlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsSubscriptionDTO body)
Subscribe to an admin alert.
|
| Modifier and Type | Method and Description |
|---|---|
AlertsSubscriptionDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsSubscriptionDTO body)
Subscribe to an admin alert.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsSubscriptionDTO body,
ApiCallback<AlertsSubscriptionDTO> callback)
Subscribe to an admin alert.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsCall(AlertsSubscriptionDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscribeToAlerts
|
ApiResponse<AlertsSubscriptionDTO> |
AlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsSubscriptionDTO body)
Subscribe to an admin alert.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsSubscriptionDTO> callback)
Get the list of API Admin alert types subscribed by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsSubscriptionDTO body,
ApiCallback<AlertsSubscriptionDTO> callback)
Subscribe to an admin alert.
|
| Modifier and Type | Method and Description |
|---|---|
AlertsSubscriptionDTO |
AlertsSubscriptionDTO.addAlertsItem(AlertTypeDTO alertsItem) |
AlertsSubscriptionDTO |
AlertsSubscriptionDTO.addEmailListItem(String emailListItem) |
AlertsSubscriptionDTO |
AlertsSubscriptionDTO.alerts(List<AlertTypeDTO> alerts) |
AlertsSubscriptionDTO |
AlertsSubscriptionDTO.emailList(List<String> emailList) |
Copyright © 2020 WSO2 Inc. All rights reserved.