com.sinch.sdk.domains.sms.SMSService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sinch-sdk-java Show documentation
Show all versions of sinch-sdk-java Show documentation
SDK providing a Java API for the Sinch REST APIs.
package com.sinch.sdk.domains.sms;
/**
* SMS Service
*
* @see https://developers.sinch.com/docs/sms/api-reference/
* @since 1.0
*/
public interface SMSService {
/**
* Batches Service instance
*
* @return service instance for project
* @since 1.0
*/
BatchesService batches();
/**
* WebHooksService Service instance
*
* @return service instance for project
* @since 1.0
*/
WebHooksService webHooks();
/**
* Delivery Reports Service instance
*
* @return service instance for project
* @since 1.0
*/
DeliveryReportsService deliveryReports();
/**
* Inbounds Service instance
*
* @return service instance for project
* @since 1.0
*/
InboundsService inbounds();
/**
* Groups Service instance
*
* @return service instance for project
* @since 1.0
*/
GroupsService groups();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy