public interface SlackFile
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getChannelIds() |
default int |
getCommentsCount() |
long |
getCreatedEpochSeconds() |
boolean |
getDisplayAsBot() |
SlackFileType |
getFiletype() |
List<String> |
getGroupIds() |
String |
getId() |
List<String> |
getImIds() |
String |
getMimetype() |
String |
getMode() |
String |
getName() |
String |
getPermalink() |
Optional<String> |
getPermalinkPublic() |
String |
getPrettyType() |
long |
getSize() |
long |
getTimestampEpochSeconds() |
String |
getTitle() |
String |
getUrlPrivate() |
Optional<String> |
getUrlPrivateDownload() |
String |
getUserId() |
String |
getUsername() |
boolean |
isEditable() |
boolean |
isExternal() |
boolean |
isPublic() |
boolean |
isPublicUrlShared() |
Optional<Boolean> |
isStarred() |
String getId()
long getCreatedEpochSeconds()
long getTimestampEpochSeconds()
String getName()
String getTitle()
String getMimetype()
SlackFileType getFiletype()
String getPrettyType()
String getUserId()
boolean isEditable()
long getSize()
String getMode()
boolean isExternal()
boolean isPublic()
boolean isPublicUrlShared()
boolean getDisplayAsBot()
String getUsername()
String getUrlPrivate()
String getPermalink()
@Value.Default default int getCommentsCount()
Copyright © 2019. All rights reserved.