| 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 Developer Portal Alert Types Subscribed by the User.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AlertsInfoDTO> |
AlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()
Get the List of API Developer Portal Alert Types Subscribed by the User.
|
| Modifier and Type | Method and Description |
|---|---|
AlertsInfoResponseDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsInfoDTO alertsInfoDTO)
Subscribe to the Selected Alert Types by the User.
|
okhttp3.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsInfoDTO alertsInfoDTO,
ApiCallback<AlertsInfoResponseDTO> _callback)
Subscribe to the Selected 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 Alert Types by the User.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsInfoDTO> _callback)
Get the List of API Developer Portal Alert Types Subscribed 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.