You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -401,6 +409,8 @@ public class GetOutboundSmsMessageLogsRequest {
401
409
privateStringentityId;
402
410
privateStringapplicationId;
403
411
privateList<String> campaignReferenceId;
412
+
privateBooleanuseCursor;
413
+
privateStringcursor;
404
414
405
415
privateGetOutboundSmsMessageLogsRequest() {}
406
416
@@ -547,6 +557,28 @@ public GetOutboundSmsMessageLogsRequest campaignReferenceId(List<String> campaig
547
557
returnthis;
548
558
}
549
559
560
+
/**
561
+
* Sets useCursor.
562
+
*
563
+
* @param useCursor Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs. (optional)
* @param cursor Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data. (optional)
@@ -659,7 +695,7 @@ public okhttp3.Call executeAsync(ApiCallback<SmsBulkResponse> callback) {
659
695
/**
660
696
* Get scheduled SMS messages.
661
697
* <p>
662
-
* See all scheduled messages and their scheduled date and time. To schedule a message, use the `sendAt` field when [sending a message](https://www.infobip.com/docs/api/channels/sms/sms-messaging/outbound-sms/send-sms-message).
698
+
* See all [scheduled messages](https://www.infobip.com/docs/sms/sms-over-api#schedule-sms) and their scheduled date and time. To schedule a message, use the `sendAt` field when [sending a message](https://www.infobip.com/docs/api/channels/sms/sms-messaging/outbound-sms/send-sms-message).
663
699
*
664
700
* @param bulkId (required)
665
701
* @return GetScheduledSmsMessagesRequest
@@ -720,7 +756,7 @@ public okhttp3.Call executeAsync(ApiCallback<SmsBulkStatusResponse> callback) {
720
756
/**
721
757
* Get scheduled SMS messages status.
722
758
* <p>
723
-
* See the status of scheduled messages. To schedule a message, use the `sendAt` field when [sending a message](https://www.infobip.com/docs/api/channels/sms/sms-messaging/outbound-sms/send-sms-message).
759
+
* See the status of [scheduled messages](https://www.infobip.com/docs/sms/sms-over-api#schedule-sms). To schedule a message, use the `sendAt` field when [sending a message](https://www.infobip.com/docs/api/channels/sms/sms-messaging/outbound-sms/send-sms-message).
724
760
*
725
761
* @param bulkId (required)
726
762
* @return GetScheduledSmsMessagesStatusRequest
@@ -842,7 +878,7 @@ public okhttp3.Call executeAsync(ApiCallback<SmsBulkResponse> callback) {
842
878
/**
843
879
* Reschedule SMS messages.
844
880
* <p>
845
-
* Change the date and time of already scheduled messages. To schedule a message, use the `sendAt` field when [sending a message](https://www.infobip.com/docs/api/channels/sms/sms-messaging/outbound-sms/send-sms-message).
881
+
* Change the date and time of already [scheduled messages](https://www.infobip.com/docs/sms/sms-over-api#schedule-sms). To schedule a message, use the `sendAt` field when [sending a message](https://www.infobip.com/docs/api/channels/sms/sms-messaging/outbound-sms/send-sms-message).
846
882
*
847
883
* @param bulkId (required)
848
884
* @param smsBulkRequest (required)
@@ -970,7 +1006,7 @@ public okhttp3.Call executeAsync(ApiCallback<SmsBulkStatusResponse> callback) {
970
1006
/**
971
1007
* Update scheduled SMS messages status.
972
1008
* <p>
973
-
* Change the status or completely cancel sending of scheduled messages. To schedule a message, use the `sendAt` field when [sending a message](https://www.infobip.com/docs/api/channels/sms/sms-messaging/outbound-sms/send-sms-message).
1009
+
* Change the status or completely cancel sending of [scheduled messages](https://www.infobip.com/docs/sms/sms-over-api#schedule-sms). To schedule a message, use the `sendAt` field when [sending a message](https://www.infobip.com/docs/api/channels/sms/sms-messaging/outbound-sms/send-sms-message).
0 commit comments