| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
ChannelsApi.channelsNameGet(String name)
Retrieve an existing channel.
|
Channel |
ChannelsApi.channelsNamePut(String name,
String body)
Rename an existing channel.
|
Channel |
ChannelsApi.channelsPost(String body)
Manually add a channel to your account to group email
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
ChannelsApi.channelsGet(Integer limit,
Integer offset)
List all of your channels
|
ApiResponse<List<Channel>> |
ChannelsApi.channelsGetWithHttpInfo(Integer limit,
Integer offset)
List all of your channels
|
ApiResponse<Channel> |
ChannelsApi.channelsNameGetWithHttpInfo(String name)
Retrieve an existing channel.
|
ApiResponse<Channel> |
ChannelsApi.channelsNamePutWithHttpInfo(String name,
String body)
Rename an existing channel.
|
ApiResponse<Channel> |
ChannelsApi.channelsPostWithHttpInfo(String body)
Manually add a channel to your account to group email
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ChannelsApi.channelsGetAsync(Integer limit,
Integer offset,
ApiCallback<List<Channel>> callback)
List all of your channels (asynchronously)
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNameGetAsync(String name,
ApiCallback<Channel> callback)
Retrieve an existing channel.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNamePutAsync(String name,
String body,
ApiCallback<Channel> callback)
Rename an existing channel.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsPostAsync(String body,
ApiCallback<Channel> callback)
Manually add a channel to your account to group email (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clickedCount(Integer clickedCount) |
Channel |
Channel.cost(BigDecimal cost) |
Channel |
Channel.dateAdded(org.threeten.bp.OffsetDateTime dateAdded) |
Channel |
Channel.failedAbuse(Integer failedAbuse) |
Channel |
Channel.failedCount(Integer failedCount) |
Channel |
Channel.jobCount(Integer jobCount) |
Channel |
Channel.lastActivity(org.threeten.bp.OffsetDateTime lastActivity) |
Channel |
Channel.name(String name) |
Channel |
Channel.openedCount(Integer openedCount) |
Channel |
Channel.recipientCount(Integer recipientCount) |
Channel |
Channel.sentCount(Integer sentCount) |
Channel |
Channel.unsubscribedCount(Integer unsubscribedCount) |
Copyright © 2019. All rights reserved.