| Package | Description |
|---|---|
| de.strullerbaumann.telemeejavaclient.boundary | |
| de.strullerbaumann.telemeejavaclient.entity | |
| de.strullerbaumann.telemeejavaclient.rest |
| Modifier and Type | Method and Description |
|---|---|
Collection<ChannelAttribute> |
TelemeeJavaClient.getChannelAttributes()
Get all ChannelAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TelemeeJavaClient.deleteChannelAttribute(ChannelAttribute channelAttributeToDelete)
Deletes a ChannelAttribute on the server.
|
TelemeeJavaClient |
TelemeeJavaClient.forChannelAttribute(ChannelAttribute channelAttribute)
Define the current channelAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelAttribute |
LogValue.getChannelAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Set<ChannelAttribute> |
Channel.getBoundedChannelAttributes() |
Set<ChannelAttribute> |
Channel.getChannelAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.addChannelAttribute(ChannelAttribute channelAttribute) |
void |
LogEntry.addLogValue(String value,
ChannelAttribute channelAttribute) |
void |
LogValue.setChannelAttribute(ChannelAttribute channelAttribute) |
| Constructor and Description |
|---|
LogValue(String value,
ChannelAttribute channelAttribute) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelAttribute> |
RestClient.getChannelAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClient.bindChannelAttributeToChannel(ChannelAttribute channelAttribute,
Channel channel) |
void |
RestClient.createChannelAttribute(ChannelAttribute newChannelAttribute) |
void |
RestClient.deleteChannelAttribute(ChannelAttribute channelAttribute) |
Copyright © 2014 Thomas Struller-Baumann. All Rights Reserved.