Uses of Class
org.wso2.am.integration.clients.admin.api.dto.AlertsSubscriptionDTO
Packages that use AlertsSubscriptionDTO
Package
Description
-
Uses of AlertsSubscriptionDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return AlertsSubscriptionDTOModifier and TypeMethodDescriptionAlertSubscriptionsApi.getSubscribedAlertTypes()Get Subscribed Alert Types This operation is used to get the list of subscribed alert types by the user.AlertSubscriptionsApi.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 AlertsSubscriptionDTOModifier and TypeMethodDescriptionAlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()Get Subscribed Alert Types This operation is used to get the list of subscribed alert types by the user.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 AlertsSubscriptionDTOModifier and TypeMethodDescriptionAlertSubscriptionsApi.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 subscribeToAlertsAlertSubscriptionsApi.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 AlertsSubscriptionDTOModifier and TypeMethodDescriptionokhttp3.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