Skip to content

Commit 32d140e

Browse files
committed
merge issues
1 parent eee6b1c commit 32d140e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/java-application-setup.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,3 @@ public class App
5252
}
5353
}
5454
```
55-
56-
## Object model
57-
58-
The following classes and interfaces handle some of the major features of the Azure Communication Services Advance Messaging SDK for Java.
59-
60-
| Class Name | Description |
61-
| --- |--- |
62-
| `NotificationMessagesClientBuilder` | Creates the Notification Messages Client. You provide it with an endpoint and a credential. |
63-
| `NotificationMessagesClient` | Needed to send WhatsApp messages and download media files. |
64-
| `NotificationMessagesAsyncClient` | Needed to send WhatsApp messages and download media files asynchronously. |
65-
| `SendMessageResult` | Contains the result from the Advance Messaging service for send notification message. |
66-
| `MessageTemplateClientBuilder` | Creates the Message Template Client. You provide it with an endpoint and a credential. |
67-
| `MessageTemplateClient` | Needed to get the list of WhatsApp templates. |
68-
| `MessageTemplateAsyncClient` | Needed to get the list of WhatsApp templates asynchronously. |
69-
70-
> [!NOTE]
71-
> For more information, see the Azure SDK for Java reference [com.azure.communication.messages](https://learn.microsoft.com/en-us/java/api/overview/azure/communication-messages-readme?view=azure-java-stable)

0 commit comments

Comments
 (0)