| 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 |
|---|---|
AlertsInfoDTO |
AlertSubscriptionsApi.getSubscribedAlertTypes()
Get the list of API Store alert types subscribed by the user.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AlertsInfoDTO> |
AlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()
Get the list of API Store alert types subscribed by the user.
|
| Modifier and Type | Method and Description |
|---|---|
AlertsInfoResponseDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsInfoDTO body)
Subscribe to the selected alert types by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsInfoDTO body,
ApiCallback<AlertsInfoResponseDTO> callback)
Subscribe to the selected alert types by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsCall(AlertsInfoDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscribeToAlerts
|
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.getSubscribedAlertTypesAsync(ApiCallback<AlertsInfoDTO> callback)
Get the list of API Store alert types subscribed by the user.
|
| Modifier and Type | Method and Description |
|---|---|
AlertsInfoDTO |
AlertsInfoDTO.addAlertsItem(AlertDTO alertsItem) |
AlertsInfoDTO |
AlertsInfoDTO.addEmailListItem(String emailListItem) |
AlertsInfoDTO |
AlertsInfoDTO.alerts(List<AlertDTO> alerts) |
AlertsInfoDTO |
AlertsInfoDTO.emailList(List<String> emailList) |
Copyright © 2020 WSO2 Inc. All rights reserved.