public class PinRemovedEvent extends Object implements Event
The has_pins property indicates that there are other pinned items in that channel.
https://api.slack.com/events/pin_removed
Modifier and Type | Class and Description |
---|---|
static class |
PinRemovedEvent.Item |
static class |
PinRemovedEvent.Message |
Constructor and Description |
---|
PinRemovedEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId() |
String |
getEventTs() |
PinRemovedEvent.Item |
getItem() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
boolean |
isHasPins() |
void |
setChannelId(String channelId) |
void |
setEventTs(String eventTs) |
void |
setHasPins(boolean hasPins) |
void |
setItem(PinRemovedEvent.Item item) |
void |
setUser(String user) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
public String getUser()
public String getChannelId()
public PinRemovedEvent.Item getItem()
public boolean isHasPins()
public String getEventTs()
public void setUser(String user)
public void setChannelId(String channelId)
public void setItem(PinRemovedEvent.Item item)
public void setHasPins(boolean hasPins)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.