com.sinch.sdk.domains.numbers.NumbersService 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.numbers;
/**
* Numbers Service
*
* @see https://developers.sinch.com/docs/numbers/api-reference/
* @since 1.0
*/
public interface NumbersService {
/**
* Available Number Service instance
*
* @return service instance for project
* @since 1.0
*/
AvailableNumberService available();
/**
* Available Region Service instance
*
* @return service instance for project
* @since 1.0
*/
AvailableRegionService regions();
/**
* Active Number Service instance
*
* @return service instance for project
* @since 1.0
*/
ActiveNumberService active();
/**
* Callbacks Configuration Service instance
*
* @return service instance for project
* @since 1.0
*/
CallbackConfigurationService callback();
/**
* Webhooks helpers instance
*
* @return instance service related to webhooks helpers
* @since 1.0
*/
WebHooksService webhooks();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy