All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sinch.sdk.domains.sms.SMSService Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
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