Package com.slack.api.model
Class Bookmark
- java.lang.Object
-
- com.slack.api.model.Bookmark
-
public class Bookmark extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBookmark.BookmarkBuilder
-
Constructor Summary
Constructors Constructor Description Bookmark()Bookmark(String id, String channelId, String title, String link, String emoji, String iconUrl, String entityId, String type, Integer dateCreated, Integer dateUpdated, String rank, String lastUpdatedByUserId, String lastUpdatedByTeamId, String shortcutId, String appId, String appActionId)
-
Method Summary
-
-
-
Constructor Detail
-
Bookmark
public Bookmark()
-
Bookmark
public Bookmark(String id, String channelId, String title, String link, String emoji, String iconUrl, String entityId, String type, Integer dateCreated, Integer dateUpdated, String rank, String lastUpdatedByUserId, String lastUpdatedByTeamId, String shortcutId, String appId, String appActionId)
-
-
Method Detail
-
builder
public static Bookmark.BookmarkBuilder builder()
-
getId
public String getId()
-
getChannelId
public String getChannelId()
-
getTitle
public String getTitle()
-
getLink
public String getLink()
-
getEmoji
public String getEmoji()
-
getIconUrl
public String getIconUrl()
-
getEntityId
public String getEntityId()
-
getType
public String getType()
-
getDateCreated
public Integer getDateCreated()
-
getDateUpdated
public Integer getDateUpdated()
-
getRank
public String getRank()
-
getLastUpdatedByUserId
public String getLastUpdatedByUserId()
-
getLastUpdatedByTeamId
public String getLastUpdatedByTeamId()
-
getShortcutId
public String getShortcutId()
-
getAppId
public String getAppId()
-
getAppActionId
public String getAppActionId()
-
setId
public void setId(String id)
-
setChannelId
public void setChannelId(String channelId)
-
setTitle
public void setTitle(String title)
-
setLink
public void setLink(String link)
-
setEmoji
public void setEmoji(String emoji)
-
setIconUrl
public void setIconUrl(String iconUrl)
-
setEntityId
public void setEntityId(String entityId)
-
setType
public void setType(String type)
-
setDateCreated
public void setDateCreated(Integer dateCreated)
-
setDateUpdated
public void setDateUpdated(Integer dateUpdated)
-
setRank
public void setRank(String rank)
-
setLastUpdatedByUserId
public void setLastUpdatedByUserId(String lastUpdatedByUserId)
-
setLastUpdatedByTeamId
public void setLastUpdatedByTeamId(String lastUpdatedByTeamId)
-
setShortcutId
public void setShortcutId(String shortcutId)
-
setAppId
public void setAppId(String appId)
-
setAppActionId
public void setAppActionId(String appActionId)
-
canEqual
protected boolean canEqual(Object other)
-
-