| Modifier and Type | Method and Description |
|---|---|
static Channel.Builder |
Channel.Builder.channel(Channel channel)
Create a channel builder initialized to a copy of the channel
|
static Channel.Builder |
Channel.Builder.channel(String name)
Create a channel builder for a channel with the given name
|
Channel.Builder |
Channel.Builder.owner(String owner)
Set owner for the channel to be created
|
Channel.Builder |
Channel.Builder.with(Property.Builder property)
Add property to the channel to be created
|
Channel.Builder |
Channel.Builder.with(Tag.Builder tag)
Add tag to the channel to be created
|
Channel.Builder |
Channel.Builder.withProperties(Collection<Property.Builder> properties)
Add the Collection of properties to the channel to be created
|
Channel.Builder |
Channel.Builder.withTags(Collection<Tag.Builder> tags)
Add the Collection of tags to the channel to be created
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelFinderClientImpl.set(Channel.Builder channel)
Destructively set a single channel channel, if the channel
already exists it will be replaced with the given channel.
|
void |
ChannelFinderClientComp.set(Channel.Builder channel) |
void |
ChannelFinderClient.set(Channel.Builder channel)
Destructively set a single channel channel, if the channel
already exists it will be replaced with the given channel.
|
void |
ChannelFinderClientImpl.update(Channel.Builder channel)
Update existing channel with channel.
|
void |
ChannelFinderClientComp.update(Channel.Builder channel) |
void |
ChannelFinderClient.update(Channel.Builder channel)
Update existing channel with channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelFinderClientImpl.delete(Collection<Channel.Builder> channels)
Deprecated.
|
void |
ChannelFinderClientComp.delete(Collection<Channel.Builder> channels) |
void |
ChannelFinderClient.delete(Collection<Channel.Builder> channels)
Deprecated.
|
void |
ChannelFinderClientImpl.set(Collection<Channel.Builder> channels)
Destructively set a set of channels, if any channels already exists it is
replaced.
|
void |
ChannelFinderClientComp.set(Collection<Channel.Builder> channels) |
void |
ChannelFinderClient.set(Collection<Channel.Builder> channels)
Destructively set a set of channels, if any channels already exists it is
replaced.
|
Copyright © 2012. All Rights Reserved.