Package com.slack.api.rtm.message
Class PresenceQuery
- java.lang.Object
-
- com.slack.api.rtm.message.PresenceQuery
-
- All Implemented Interfaces:
RTMMessage
public class PresenceQuery extends Object implements RTMMessage
https://api.slack.com/events/presence_query
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPresenceQuery.PresenceQueryBuilder
-
Constructor Summary
Constructors Constructor Description PresenceQuery()PresenceQuery(List<String> ids)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresenceQuery.PresenceQueryBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getIds()StringgetType()inthashCode()voidsetIds(List<String> ids)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
-
-
Method Detail
-
builder
public static PresenceQuery.PresenceQueryBuilder builder()
-
getType
public String getType()
-
canEqual
protected boolean canEqual(Object other)
-
-