setName
Defines the internal name 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 |
Name | String | Internal name of the recipient list |
Return values
-
Code structure
Void setName(String sessionId, long recipientListId, String name)
Updated over 2 years ago