| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.files |
| Modifier and Type | Method and Description |
|---|---|
FilesUploadParams |
FilesUploadParams.Builder.build()
Builds a new
FilesUploadParams. |
static FilesUploadParams |
FilesUploadParams.copyOf(FilesUploadParamsIF instance)
Creates an immutable copy of a
FilesUploadParamsIF value. |
FilesUploadParams |
FilesUploadParams.withChannels(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
channels. |
FilesUploadParams |
FilesUploadParams.withChannels(String... elements)
Copy the current immutable object with elements that replace the content of
channels. |
FilesUploadParams |
FilesUploadParams.withContent(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
content attribute. |
FilesUploadParams |
FilesUploadParams.withContent(String value)
Copy the current immutable object by setting a present value for the optional
content attribute. |
FilesUploadParams |
FilesUploadParams.withFilename(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
filename attribute. |
FilesUploadParams |
FilesUploadParams.withFilename(String value)
Copy the current immutable object by setting a present value for the optional
filename attribute. |
FilesUploadParams |
FilesUploadParams.withInitialComment(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
initialComment attribute. |
FilesUploadParams |
FilesUploadParams.withInitialComment(String value)
Copy the current immutable object by setting a present value for the optional
initialComment attribute. |
FilesUploadParams |
FilesUploadParams.withThreadTs(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
threadTs attribute. |
FilesUploadParams |
FilesUploadParams.withThreadTs(String value)
Copy the current immutable object by setting a present value for the optional
threadTs attribute. |
FilesUploadParams |
FilesUploadParams.withTitle(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
title attribute. |
FilesUploadParams |
FilesUploadParams.withTitle(String value)
Copy the current immutable object by setting a present value for the optional
title attribute. |
Copyright © 2019. All rights reserved.