Package com.gooddata.notification
Class Channel
- java.lang.Object
-
- com.gooddata.notification.Channel
-
public class Channel extends Object
Notification channel
-
-
Field Summary
Fields Modifier and Type Field Description static StringURIstatic org.springframework.web.util.UriTemplateURI_TEMPLATE
-
Constructor Summary
Constructors Constructor Description Channel(Configuration configuration, String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationgetConfiguration()MetagetMeta()StringtoString()
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
URI_TEMPLATE
public static final org.springframework.web.util.UriTemplate URI_TEMPLATE
-
-
Constructor Detail
-
Channel
public Channel(Configuration configuration, String title)
-
-
Method Detail
-
getConfiguration
public Configuration getConfiguration()
-
getMeta
public Meta getMeta()
-
-