setDescription
Defines the internal description of a recipient list in Optimizely Campaign.
Type: void
Parameters
| Name | Type | Value | 
|---|---|---|
| sessionId | String | ID of the session | 
| recipientListId | long | ID of the recipient list | 
| description | String | Internal description of the recipient list | 
Return values
- 
Code structure void setDescription(String sessionId, long recipientListId, String description)
Updated about 2 months ago
Next