public class SmsNotificationResource extends BaseResource
| Modifier and Type | Method and Description |
|---|---|
SmsNotificationEntity |
createNotification(SmsNotificationEntity notification) |
void |
deleteNotification(Long notificationId) |
SmsNotificationEntity |
getNotification(Long notificationId) |
SmsNotificationDataEntity |
getNotificationData(Long notificationId,
String notificationDataId) |
SmsNotificationsEntity |
getNotifications(Pagination pagination) |
SmsBatchResultEntity |
sendSmsBatchNotification(Long notificationId,
SmsNotificationBatchEntity notificationBatch) |
SmsNotificationDataEntity |
sendSmsNotification(Long notificationId,
SmsNotificationDataEntity notification) |
void |
updateNotification(SmsNotificationEntity notification) |
getConnectorpublic SmsNotificationsEntity getNotifications(Pagination pagination) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic SmsNotificationEntity createNotification(SmsNotificationEntity notification) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic SmsNotificationEntity getNotification(Long notificationId) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic void updateNotification(SmsNotificationEntity notification) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic void deleteNotification(Long notificationId) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic SmsNotificationDataEntity sendSmsNotification(Long notificationId, SmsNotificationDataEntity notification) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic SmsBatchResultEntity sendSmsBatchNotification(Long notificationId, SmsNotificationBatchEntity notificationBatch) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic SmsNotificationDataEntity getNotificationData(Long notificationId, String notificationDataId) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionCopyright © 2018. All rights reserved.