public class PinAddedEvent extends Object implements Event
https://api.slack.com/events/pin_added
| Modifier and Type | Class and Description |
|---|---|
static class |
PinAddedEvent.Item |
static class |
PinAddedEvent.Message |
| Constructor and Description |
|---|
PinAddedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId() |
String |
getEventTs() |
PinAddedEvent.Item |
getItem() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setChannelId(String channelId) |
void |
setEventTs(String eventTs) |
void |
setItem(PinAddedEvent.Item item) |
void |
setUser(String user) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getUser()
public String getChannelId()
public PinAddedEvent.Item getItem()
public String getEventTs()
public void setUser(String user)
public void setChannelId(String channelId)
public void setItem(PinAddedEvent.Item item)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.