public class OttRequest
extends java.lang.Object
Example:
{
"userIds": [
"Uee2db09bdf8c11d9e63a7bdd48898c7e"
]
}| Constructor and Description |
|---|
OttRequest(java.util.List<java.lang.String> targetUserIds)
Construct a
OttRequest object with multiple recipients. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toJsonString() |
public OttRequest(@NonNull
java.util.List<java.lang.String> targetUserIds)
OttRequest object with multiple recipients.targetUserIds - Required. A list of the recipients' user IDs.