| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
List |
ListsApi.listsRandomPost(RandomListPayload body)
Create a new list with randomized contacts from an existing list or segment
|
com.squareup.okhttp.Call |
ListsApi.listsRandomPostAsync(RandomListPayload body,
ApiCallback<List> callback)
Create a new list with randomized contacts from an existing list or segment (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.listsRandomPostCall(RandomListPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsRandomPost
|
ApiResponse<List> |
ListsApi.listsRandomPostWithHttpInfo(RandomListPayload body)
Create a new list with randomized contacts from an existing list or segment
|
| Modifier and Type | Method and Description |
|---|---|
RandomListPayload |
RandomListPayload.allContacts(Boolean allContacts) |
RandomListPayload |
RandomListPayload.allowUnsubscribe(Boolean allowUnsubscribe) |
RandomListPayload |
RandomListPayload.count(Integer count) |
RandomListPayload |
RandomListPayload.excludeBlocked(Boolean excludeBlocked) |
RandomListPayload |
RandomListPayload.listName(String listName) |
RandomListPayload |
RandomListPayload.rule(String rule) |
Copyright © 2019. All rights reserved.