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