Package com.slack.api.model.event
Class PinAddedEvent.Item
java.lang.Object
com.slack.api.model.event.PinAddedEvent.Item
- Enclosing class:
- PinAddedEvent
public static class PinAddedEvent.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()PinAddedEvent.MessagegetMessage()StringgetType()inthashCode()voidsetChannel(String channel)voidsetComment(FileComment comment)voidsetCreated(Integer created)voidsetCreatedBy(String createdBy)voidsetFile(File file)voidsetMessage(PinAddedEvent.Message message)voidsetType(String type)StringtoString()
-
Constructor Details
-
Item
public Item()
-
-
Method Details