Uses of Class
com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails
-
Packages that use DeliveryReportStatusDetails Package Description com.sinch.sdk.domains.sms.models -
-
Uses of DeliveryReportStatusDetails in com.sinch.sdk.domains.sms.models
Methods in com.sinch.sdk.domains.sms.models that return DeliveryReportStatusDetails Modifier and Type Method Description DeliveryReportStatusDetailsDeliveryReportStatusDetails.Builder. build()Methods in com.sinch.sdk.domains.sms.models that return types with arguments of type DeliveryReportStatusDetails Modifier and Type Method Description Collection<DeliveryReportStatusDetails>DeliveryReportBatch. getStatuses()Method parameters in com.sinch.sdk.domains.sms.models with type arguments of type DeliveryReportStatusDetails Modifier and Type Method Description BDeliveryReportBatch.Builder. setStatuses(Collection<DeliveryReportStatusDetails> statuses)Constructor parameters in com.sinch.sdk.domains.sms.models with type arguments of type DeliveryReportStatusDetails Constructor Description DeliveryReportBatch(String batchId, String clientReference, Collection<DeliveryReportStatusDetails> statuses, Integer totalMessageCount)DeliveryReportBatchMMS(String batchId, String clientReference, Collection<DeliveryReportStatusDetails> statuses, Integer totalMessageCount)DeliveryReportBatchSMS(String batchId, String clientReference, Collection<DeliveryReportStatusDetails> statuses, Integer totalMessageCount)
-