| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl | |
| com.slack.api.methods.request.files.remote |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<FilesRemoteUpdateResponse> |
AsyncMethodsClient.filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req) |
FilesRemoteUpdateResponse |
MethodsClient.filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
FilesRemoteUpdateResponse |
MethodsClientImpl.filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req) |
CompletableFuture<FilesRemoteUpdateResponse> |
AsyncMethodsClientImpl.filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder |
FilesRemoteUpdateRequest.builder() |
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder |
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.externalId(String externalId)
Creator defined GUID for the file.
|
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder |
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.externalUrl(String externalUrl)
URL of the remote file.
|
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder |
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.filetype(String filetype)
type of file
|
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder |
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.indexableFileContents(byte[] indexableFileContents)
File containing contents that can be used to improve searchability for the remote file.
|
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder |
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.previewImage(byte[] previewImage)
Preview of the document via multipart/form-data.
|
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder |
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.title(String title)
Title of the file being shared.
|
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder |
FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.token(String token)
Authentication token.
|
Copyright © 2020. All rights reserved.