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 |
static class |
PinRemovedEvent.PinnedInfo |
| 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 |
getItemUser() |
Integer |
getPinCount() |
PinRemovedEvent.PinnedInfo |
getPinnedInfo() |
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 |
setItemUser(String itemUser) |
void |
setPinCount(Integer pinCount) |
void |
setPinnedInfo(PinRemovedEvent.PinnedInfo pinnedInfo) |
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 PinRemovedEvent.Item getItem()
public String getItemUser()
public Integer getPinCount()
public PinRemovedEvent.PinnedInfo getPinnedInfo()
public boolean isHasPins()
public String getEventTs()
public void setUser(String user)
public void setChannelId(String channelId)
public void setItem(PinRemovedEvent.Item item)
public void setItemUser(String itemUser)
public void setPinCount(Integer pinCount)
public void setPinnedInfo(PinRemovedEvent.PinnedInfo pinnedInfo)
public void setHasPins(boolean hasPins)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.