public abstract class FlowdockMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
tags |
| Constructor and Description |
|---|
FlowdockMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
asPostData() |
void |
setContent(String content) |
void |
setTags(String tags) |
protected String |
urlEncode(String data) |
public void setContent(String content)
public void setTags(String tags)
public abstract String asPostData() throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected String urlEncode(String data) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2004-2014. All Rights Reserved.