com.sinch.sdk.domains.conversation.api.v1.ConversationService 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.conversation.api.v1;
/**
* Conversation Service V1
*
* @see https://developers.sinch.com/docs/conversation/
* @since 1.3
*/
public interface ConversationService {
/**
* Applications Service instance
*
* @return service instance for project
* @since 1.3
*/
AppService app();
/**
* Contact Service instance
*
* @return service instance for project
* @since 1.3
*/
ContactService contact();
/**
* Messages Service instance
*
* @return service instance for project
* @since 1.3
*/
MessagesService messages();
/**
* Conversations Service instance
*
* @return service instance for project
* @since 1.3
*/
ConversationsService conversations();
/**
* Events Service instance
*
* @return service instance for project
* @since 1.3
*/
EventsService events();
/**
* Transcoding Service instance
*
* @return service instance for project
* @since 1.3
*/
TranscodingService transcoding();
/**
* Capability Service instance
*
* @return service instance for project
* @since 1.3
*/
CapabilityService capability();
/**
* WebHooksService Service instance
*
* @return service instance for project
* @since 1.3
*/
WebHooksService webhooks();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy