Interface IChannelAPI
-
- All Superinterfaces:
T4PublishAPI
public interface IChannelAPI extends T4PublishAPI
Publish API for getting information about the channel being published.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Get the description of the channel being published.int
getId()
Get the id of the channel being published.String
getName()
Get the name of the channel being published.
-
-
-
Method Detail
-
getId
int getId()
Get the id of the channel being published.- Returns:
- The channel id.
-
getName
String getName()
Get the name of the channel being published.- Returns:
- The channel name.
-
getDescription
String getDescription()
Get the description of the channel being published.- Returns:
- The channel description.
-
-