You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/java-application-setup.md
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,20 +52,3 @@ public class App
52
52
}
53
53
}
54
54
```
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