Package com.slack.api.model.event
Class PinRemovedEvent.Item
java.lang.Object
com.slack.api.model.event.PinRemovedEvent.Item
- Enclosing class:
- PinRemovedEvent
public static class PinRemovedEvent.Item extends Object
-
Constructor Summary
Constructors Constructor Description Item() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()FileCommentgetComment()IntegergetCreated()StringgetCreatedBy()FilegetFile()PinRemovedEvent.MessagegetMessage()StringgetType()inthashCode()voidsetChannel(String channel)voidsetComment(FileComment comment)voidsetCreated(Integer created)voidsetCreatedBy(String createdBy)voidsetFile(File file)voidsetMessage(PinRemovedEvent.Message message)voidsetType(String type)StringtoString()
-
Constructor Details
-
Item
public Item()
-
-
Method Details