-
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.
docs (Conversation/javadoc): Enhance javadoc
- Loading branch information
Showing
99 changed files
with
719 additions
and
17 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
3 changes: 2 additions & 1 deletion
3
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/** | ||
* Conversation API interface for templates management | ||
* | ||
* @see <a href="https://developers.sinch.com/docs/conversation/templates">Conversation Templates</a> | ||
* @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
3 changes: 2 additions & 1 deletion
3
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 |
---|---|---|
@@ -1,7 +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> | ||
* @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
3 changes: 2 additions & 1 deletion
3
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 |
---|---|---|
@@ -1,7 +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> | ||
* @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
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
1 change: 1 addition & 0 deletions
1
client/src/main/com/sinch/sdk/domains/conversation/models/v1/Recipient.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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package com.sinch.sdk.domains.conversation.models.v1; | ||
|
||
/** Base class for all classes supported by Recipient */ | ||
public interface Recipient {} |
14 changes: 14 additions & 0 deletions
14
client/src/main/com/sinch/sdk/domains/conversation/models/v1/app/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,14 @@ | ||
/** | ||
* Conversation models for <code>App</code> | ||
* | ||
* <p>Apps are created and configured through the Sinch Dashboard, are tied to the API user and come | ||
* with a set of <b>channel credentials</b> for each underlying connected channel. | ||
* | ||
* <p>The app has a list of <b>conversations</b> between itself and different <b>contacts</b> which | ||
* share the same <b>project</b>. | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/App">App</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.app; |
8 changes: 8 additions & 0 deletions
8
client/src/main/com/sinch/sdk/domains/conversation/models/v1/app/request/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 @@ | ||
/** | ||
* <code>App</code> request models | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/App">App</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.app.request; |
8 changes: 8 additions & 0 deletions
8
client/src/main/com/sinch/sdk/domains/conversation/models/v1/app/response/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 @@ | ||
/** | ||
* <code>App</code> response models | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/App">App</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.app.response; |
18 changes: 18 additions & 0 deletions
18
client/src/main/com/sinch/sdk/domains/conversation/models/v1/capability/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,18 @@ | ||
/** | ||
* Conversation models for <code>Capability</code> | ||
* | ||
* <p>A capability query checks the options available for reaching the contact on the channels on | ||
* which it has a channel identity. | ||
* | ||
* <p>Capability queries can only be executed for contacts that already exist in a project and app. | ||
* For executing the request, either the contact ID or the channel recipient identities of the | ||
* contact are required. | ||
* | ||
* <p>The request is executed asynchronously, therefore the service responds immediately. The result | ||
* of the capability query is sent to the registered webhook for the <b>CAPABILITY</b> trigger. | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Capability">Capability</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.capability; |
8 changes: 8 additions & 0 deletions
8
...rc/main/com/sinch/sdk/domains/conversation/models/v1/capability/request/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 @@ | ||
/** | ||
* <code>Capability</code> request models | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Capability">Capability</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.capability.request; |
8 changes: 8 additions & 0 deletions
8
...c/main/com/sinch/sdk/domains/conversation/models/v1/capability/response/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 @@ | ||
/** | ||
* <code>Capability</code> responses models | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Capability">Capability</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.capability.response; |
15 changes: 15 additions & 0 deletions
15
client/src/main/com/sinch/sdk/domains/conversation/models/v1/contact/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,15 @@ | ||
/** | ||
* Conversation models for <code>Contact</code> | ||
* | ||
* <p>A contact is a collection that groups together underlying connected <b>channel recipient | ||
* identities</b>. It's tied to a specific <b>project</b> and is therefore considered public to all | ||
* <b>apps</b> sharing the same <b>project</b>. | ||
* | ||
* <p>Most contact creation and maintenance is handled by the Conversation API's automatic contact | ||
* management processes. However, you can also use API calls to manually manage your contacts. | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Capability">Capability</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.contact; |
8 changes: 8 additions & 0 deletions
8
...t/src/main/com/sinch/sdk/domains/conversation/models/v1/contact/request/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 @@ | ||
/** | ||
* <code>Contact</code> request models | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Contact">Contact</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.contact.request; |
8 changes: 8 additions & 0 deletions
8
.../src/main/com/sinch/sdk/domains/conversation/models/v1/contact/response/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 @@ | ||
/** | ||
* <code>Contact</code> response models | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Contact">Contact</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.contact.response; |
10 changes: 10 additions & 0 deletions
10
client/src/main/com/sinch/sdk/domains/conversation/models/v1/conversation/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,10 @@ | ||
/** | ||
* Conversation models for <code>Conversation</code> | ||
* | ||
* <p>APIS for working with the conversation log. | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Conversation">Conversation</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.conversation; |
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
.../main/com/sinch/sdk/domains/conversation/models/v1/conversation/request/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 @@ | ||
/** | ||
* <code>Conversation</code> request models | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Conversation">Conversation</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.conversation.request; |
8 changes: 8 additions & 0 deletions
8
...main/com/sinch/sdk/domains/conversation/models/v1/conversation/response/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 @@ | ||
/** | ||
* <code>Conversation</code> response models | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation/api-reference/conversation/tag/Conversation">Conversation</a> | ||
* @since 1.3 | ||
*/ | ||
package com.sinch.sdk.domains.conversation.models.v1.conversation.response; |
1 change: 1 addition & 0 deletions
1
...src/main/com/sinch/sdk/domains/conversation/models/v1/credentials/ChannelCredentials.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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package com.sinch.sdk.domains.conversation.models.v1.credentials; | ||
|
||
/** Base class for Credentials classes */ | ||
public interface ChannelCredentials {} |
Oops, something went wrong.