Uses of Class
org.wso2.am.integration.clients.admin.api.dto.AlertsSubscriptionDTO
-
Packages that use AlertsSubscriptionDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of AlertsSubscriptionDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return AlertsSubscriptionDTO Modifier and Type Method Description AlertsSubscriptionDTOAlertSubscriptionsApi. getSubscribedAlertTypes()Get Subscribed Alert Types This operation is used to get the list of subscribed alert types by the user.AlertsSubscriptionDTOAlertSubscriptionsApi. subscribeToAlerts(AlertsSubscriptionDTO alertsSubscriptionDTO)Subscribe to an Admin Alert This operation is used to subscribe to admin alertsMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type AlertsSubscriptionDTO Modifier and Type Method Description ApiResponse<AlertsSubscriptionDTO>AlertSubscriptionsApi. getSubscribedAlertTypesWithHttpInfo()Get Subscribed Alert Types This operation is used to get the list of subscribed alert types by the user.ApiResponse<AlertsSubscriptionDTO>AlertSubscriptionsApi. subscribeToAlertsWithHttpInfo(AlertsSubscriptionDTO alertsSubscriptionDTO)Subscribe to an Admin Alert This operation is used to subscribe to admin alertsMethods in org.wso2.am.integration.clients.admin.api with parameters of type AlertsSubscriptionDTO Modifier and Type Method Description AlertsSubscriptionDTOAlertSubscriptionsApi. subscribeToAlerts(AlertsSubscriptionDTO alertsSubscriptionDTO)Subscribe to an Admin Alert This operation is used to subscribe to admin alertsokhttp3.CallAlertSubscriptionsApi. subscribeToAlertsAsync(AlertsSubscriptionDTO alertsSubscriptionDTO, ApiCallback<AlertsSubscriptionDTO> _callback)Subscribe to an Admin Alert (asynchronously) This operation is used to subscribe to admin alertsokhttp3.CallAlertSubscriptionsApi. subscribeToAlertsCall(AlertsSubscriptionDTO alertsSubscriptionDTO, ApiCallback _callback)Build call for subscribeToAlertsApiResponse<AlertsSubscriptionDTO>AlertSubscriptionsApi. subscribeToAlertsWithHttpInfo(AlertsSubscriptionDTO alertsSubscriptionDTO)Subscribe to an Admin Alert This operation is used to subscribe to admin alertsMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type AlertsSubscriptionDTO Modifier and Type Method Description okhttp3.CallAlertSubscriptionsApi. getSubscribedAlertTypesAsync(ApiCallback<AlertsSubscriptionDTO> _callback)Get Subscribed Alert Types (asynchronously) This operation is used to get the list of subscribed alert types by the user.okhttp3.CallAlertSubscriptionsApi. subscribeToAlertsAsync(AlertsSubscriptionDTO alertsSubscriptionDTO, ApiCallback<AlertsSubscriptionDTO> _callback)Subscribe to an Admin Alert (asynchronously) This operation is used to subscribe to admin alerts -
Uses of AlertsSubscriptionDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return AlertsSubscriptionDTO Modifier and Type Method Description AlertsSubscriptionDTOAlertsSubscriptionDTO. alerts(List<AlertTypeDTO> alerts)AlertsSubscriptionDTOAlertsSubscriptionDTO. emailList(List<String> emailList)
-