-
Notifications
You must be signed in to change notification settings - Fork 81
Updates conversations API with recent features. #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates conversations API with recent features. #128
Conversation
|
@olimpias Can you review this conversation related PR when you have time? I will also check tests etc. |
api/src/main/java/com/messagebird/objects/conversations/ConversationMessage.java
Show resolved
Hide resolved
|
If you have time, you can add Email Object to content as well. Here Doc: https://developers.messagebird.com/api/conversations/#email-object |
* Some minor fixes over the last commit.
|
Added email content as well, reflected comments. |
api/src/main/java/com/messagebird/objects/MessageReference.java
Outdated
Show resolved
Hide resolved
api/src/main/java/com/messagebird/objects/conversations/ConversationContentEmail.java
Outdated
Show resolved
Hide resolved
api/src/main/java/com/messagebird/objects/conversations/ConversationContentEmail.java
Show resolved
Hide resolved
* Adds accessor and toString to ConversationContentEmail.
|
Hi @mehmetminanc , in Note: I tried to push the changes but I didn't have permission to push our your branch :) |
|
@mehmetminanc to make this faster, cem will add enum it another PR, no need to do anything. |
Description
This PR aims to reflect new Conversations features in the client.
Testing
mvn testThere is a curious issue with my local mvn runner:
This doesn't occur with IntelliJ Test Runner - set to Java 1.8 (OpenJDK).
mvn package