Class SlackMessage.Attachment.Field
- java.lang.Object
-
- org.apache.camel.component.slack.helper.SlackMessage.Attachment.Field
-
- Enclosing class:
- SlackMessage.Attachment
public static class SlackMessage.Attachment.Field extends Object
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTitle()
String
getValue()
Boolean
isShortValue()
void
setShortValue(Boolean shortValue)
void
setTitle(String title)
void
setValue(String value)
-