| Package | Description |
|---|---|
| com.hubspot.slack.client.models.files |
| Modifier and Type | Method and Description |
|---|---|
SlackTextFile |
SlackTextFile.Builder.build()
Builds a new
SlackTextFile. |
static SlackTextFile |
SlackTextFile.copyOf(SlackTextFileIF instance)
Creates an immutable copy of a
SlackTextFileIF value. |
SlackTextFile |
SlackTextFile.withChannelIds(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
channelIds. |
SlackTextFile |
SlackTextFile.withChannelIds(String... elements)
Copy the current immutable object with elements that replace the content of
channelIds. |
SlackTextFile |
SlackTextFile.withCommentsCount(int commentsCount)
Copy the current immutable object by setting a value for the
commentsCount attribute. |
SlackTextFile |
SlackTextFile.withCreatedEpochSeconds(long createdEpochSeconds)
Copy the current immutable object by setting a value for the
createdEpochSeconds attribute. |
SlackTextFile |
SlackTextFile.withDisplayAsBot(boolean displayAsBot)
Copy the current immutable object by setting a value for the
displayAsBot attribute. |
SlackTextFile |
SlackTextFile.withEditable(boolean editable)
Copy the current immutable object by setting a value for the
editable attribute. |
SlackTextFile |
SlackTextFile.withEditLink(String editLink)
Copy the current immutable object by setting a value for the
editLink attribute. |
SlackTextFile |
SlackTextFile.withExternal(boolean external)
Copy the current immutable object by setting a value for the
external attribute. |
SlackTextFile |
SlackTextFile.withFiletype(SlackFileType filetype)
Copy the current immutable object by setting a value for the
filetype attribute. |
SlackTextFile |
SlackTextFile.withGroupIds(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
groupIds. |
SlackTextFile |
SlackTextFile.withGroupIds(String... elements)
Copy the current immutable object with elements that replace the content of
groupIds. |
SlackTextFile |
SlackTextFile.withId(String id)
Copy the current immutable object by setting a value for the
id attribute. |
SlackTextFile |
SlackTextFile.withImIds(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
imIds. |
SlackTextFile |
SlackTextFile.withImIds(String... elements)
Copy the current immutable object with elements that replace the content of
imIds. |
SlackTextFile |
SlackTextFile.withIsPublic(boolean isPublic)
Copy the current immutable object by setting a value for the
isPublic attribute. |
SlackTextFile |
SlackTextFile.withLines(String lines)
Copy the current immutable object by setting a value for the
lines attribute. |
SlackTextFile |
SlackTextFile.withLinesMore(String linesMore)
Copy the current immutable object by setting a value for the
linesMore attribute. |
SlackTextFile |
SlackTextFile.withMimetype(String mimetype)
Copy the current immutable object by setting a value for the
mimetype attribute. |
SlackTextFile |
SlackTextFile.withMode(String mode)
Copy the current immutable object by setting a value for the
mode attribute. |
SlackTextFile |
SlackTextFile.withName(String name)
Copy the current immutable object by setting a value for the
name attribute. |
SlackTextFile |
SlackTextFile.withPermalink(String permalink)
Copy the current immutable object by setting a value for the
permalink attribute. |
SlackTextFile |
SlackTextFile.withPermalinkPublic(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
permalinkPublic attribute. |
SlackTextFile |
SlackTextFile.withPermalinkPublic(String value)
Copy the current immutable object by setting a present value for the optional
permalinkPublic attribute. |
SlackTextFile |
SlackTextFile.withPrettyType(String prettyType)
Copy the current immutable object by setting a value for the
prettyType attribute. |
SlackTextFile |
SlackTextFile.withPreview(String preview)
Copy the current immutable object by setting a value for the
preview attribute. |
SlackTextFile |
SlackTextFile.withPreviewHighlight(String previewHighlight)
Copy the current immutable object by setting a value for the
previewHighlight attribute. |
SlackTextFile |
SlackTextFile.withPreviewTruncated(boolean previewTruncated)
Copy the current immutable object by setting a value for the
previewTruncated attribute. |
SlackTextFile |
SlackTextFile.withPublicUrlShared(boolean publicUrlShared)
Copy the current immutable object by setting a value for the
publicUrlShared attribute. |
SlackTextFile |
SlackTextFile.withSize(long size)
Copy the current immutable object by setting a value for the
size attribute. |
SlackTextFile |
SlackTextFile.withStarred(Boolean value)
Copy the current immutable object by setting a present value for the optional
starred attribute. |
SlackTextFile |
SlackTextFile.withStarred(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
starred attribute. |
SlackTextFile |
SlackTextFile.withTimestampEpochSeconds(long timestampEpochSeconds)
Copy the current immutable object by setting a value for the
timestampEpochSeconds attribute. |
SlackTextFile |
SlackTextFile.withTitle(String title)
Copy the current immutable object by setting a value for the
title attribute. |
SlackTextFile |
SlackTextFile.withUrlPrivate(String urlPrivate)
Copy the current immutable object by setting a value for the
urlPrivate attribute. |
SlackTextFile |
SlackTextFile.withUrlPrivateDownload(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
urlPrivateDownload attribute. |
SlackTextFile |
SlackTextFile.withUrlPrivateDownload(String value)
Copy the current immutable object by setting a present value for the optional
urlPrivateDownload attribute. |
SlackTextFile |
SlackTextFile.withUserId(String userId)
Copy the current immutable object by setting a value for the
userId attribute. |
SlackTextFile |
SlackTextFile.withUsername(String username)
Copy the current immutable object by setting a value for the
username attribute. |
Copyright © 2019. All rights reserved.