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