-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from sinch/DEVEXP-542-conversation-javadoc
DEVEXP-542: Conversation javadoc
- Loading branch information
Showing
115 changed files
with
861 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
client/src/main/com/sinch/sdk/domains/conversation/api/templates/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Conversation API interface for templates management | ||
* | ||
* @see <a href="https://developers.sinch.com/docs/conversation/templates">Conversation | ||
* Templates</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.api.templates; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
client/src/main/com/sinch/sdk/domains/conversation/api/templates/v1/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Conversation API interface for templates V1 management | ||
* | ||
* @see <a href="https://developers.sinch.com/docs/conversation/templates/#version-1">Conversation | ||
* Templates V1</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.api.templates.v1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
client/src/main/com/sinch/sdk/domains/conversation/api/templates/v2/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Conversation API interface for templates V2 management | ||
* | ||
* @see <a href="https://developers.sinch.com/docs/conversation/templates/#version-2">Conversation | ||
* Templates V2</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.api.templates.v2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.