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 class
PresenceQuery.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.PresenceQueryBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<String>
getIds()
String
getType()
int
hashCode()
void
setIds(List<String> ids)
String
toString()
-
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)
-
-