Package com.slack.api.rtm.message
Class Typing
- java.lang.Object
-
- com.slack.api.rtm.message.Typing
-
- All Implemented Interfaces:
RTMMessage
public class Typing extends Object implements RTMMessage
https://api.slack.com/events/user_typing
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTyping.TypingBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Typing.TypingBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()LonggetId()StringgetType()inthashCode()voidsetChannel(String channel)voidsetId(Long id)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.rtm.message.RTMMessage
toJSONString
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-