com.sinch.sdk.domains.verification.VerificationService 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.verification;
/**
* Verification Domain Level Service
*
* @see https://developers.sinch.com/docs/verification
* @since 1.0
*/
public interface VerificationService {
/**
* Verifications Service instance
*
* @return service instance for project
* @see Documentation
* @since 1.0
*/
VerificationsService verifications();
/**
* Status Service instance
*
* @return service instance for project
* @see Documentation
* @since 1.0
*/
VerificationStatusService verificationStatus();
/**
* Webhooks helpers instance
*
* @return instance service related to webhooks helpers
* @see Documentation
* @since 1.0
*/
WebHooksService webhooks();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy