-
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 #192 from sinch/DEVEXP-621-javadoc
Mailgun's javadoc
- Loading branch information
Showing
14 changed files
with
76 additions
and
20 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
7 changes: 7 additions & 0 deletions
7
client/src/main/com/sinch/sdk/domains/mailgun/api/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,7 @@ | ||
/** | ||
* Mailgun API interface for V1 endpoints | ||
* | ||
* @see <a href="https://documentation.mailgun.com/docs/mailgun/api-reference">Mailgun</a> | ||
* @since __TO_BE_DEFINED__ | ||
*/ | ||
package com.sinch.sdk.domains.mailgun.api.v1; |
6 changes: 6 additions & 0 deletions
6
client/src/main/com/sinch/sdk/domains/mailgun/models/v1/emails/request/SendEmailRequest.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,9 @@ | ||
package com.sinch.sdk.domains.mailgun.models.v1.emails.request; | ||
|
||
/** | ||
* Base class for all classes supported by SendEmail | ||
* | ||
* @see com.sinch.sdk.domains.mailgun.api.v1.EmailsService#sendEmail(String, SendEmailRequest) | ||
* @since __TO_BE_DEFINED__ | ||
*/ | ||
public interface SendEmailRequest {} |
6 changes: 6 additions & 0 deletions
6
client/src/main/com/sinch/sdk/domains/mailgun/models/v1/emails/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,6 @@ | ||
/** | ||
* Mailgun emails API requests related models | ||
* | ||
* @since __TO_BE_DEFINED__ | ||
*/ | ||
package com.sinch.sdk.domains.mailgun.models.v1.emails.request; |
6 changes: 6 additions & 0 deletions
6
client/src/main/com/sinch/sdk/domains/mailgun/models/v1/emails/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,6 @@ | ||
/** | ||
* Mailgun emails API response related models | ||
* | ||
* @since __TO_BE_DEFINED__ | ||
*/ | ||
package com.sinch.sdk.domains.mailgun.models.v1.emails.response; |
10 changes: 5 additions & 5 deletions
10
client/src/main/com/sinch/sdk/domains/mailgun/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,11 +1,11 @@ | ||
/** | ||
* Conversation API interface | ||
* Mailgun API interface | ||
* | ||
* <p>The Sinch Conversation API allows you to send and receive messages globally over SMS, RCS, | ||
* WhatsApp, Viber Business, Facebook Messenger and other popular channels. | ||
* <p>The Mailgun API is part of the Sinch family and enables you to send, track, and receive email | ||
* effortlessly | ||
* | ||
* @see <a | ||
* href="https://developers.sinch.com/docs/conversation">https://developers.sinch.com/docs/conversation</a> | ||
* @since 1.3 | ||
* href="https://documentation.mailgun.com/docs/mailgun">https://documentation.mailgun.com/docs/mailgun</a> | ||
* @since __TO_BE_DEFINED__ | ||
*/ | ||
package com.sinch.sdk.domains.mailgun; |
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
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
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