Package com.sinch.sdk.domains.sms
Interface SMSService
-
public interface SMSServiceSMS Service- Since:
- 1.0
- See Also:
- https://developers.sinch.com/docs/sms/api-reference/
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchesServicebatches()Batches Service instanceDeliveryReportsServicedeliveryReports()Delivery Reports Service instanceGroupsServicegroups()Groups Service instanceInboundsServiceinbounds()Inbounds Service instanceWebHooksServicewebHooks()WebHooksService Service instance
-
-
-
Method Detail
-
batches
BatchesService batches()
Batches Service instance- Returns:
- service instance for project
- Since:
- 1.0
-
webHooks
WebHooksService webHooks()
WebHooksService Service instance- Returns:
- service instance for project
- Since:
- 1.0
-
deliveryReports
DeliveryReportsService deliveryReports()
Delivery Reports Service instance- Returns:
- service instance for project
- Since:
- 1.0
-
inbounds
InboundsService inbounds()
Inbounds Service instance- Returns:
- service instance for project
- Since:
- 1.0
-
groups
GroupsService groups()
Groups Service instance- Returns:
- service instance for project
- Since:
- 1.0
-
-