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