Uses of Class
com.slack.api.methods.request.files.remote.FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder
Packages that use FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req) MethodsClient.filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req) -
Uses of FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req) MethodsClientImpl.filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req) -
Uses of FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder in com.slack.api.methods.request.files.remote
Methods in com.slack.api.methods.request.files.remote that return FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderModifier and TypeMethodDescriptionFilesRemoteUpdateRequest.builder()FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.externalId(String externalId) Creator defined GUID for the file.FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.externalUrl(String externalUrl) URL of the remote file.type of fileFilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.indexableFileContents(byte[] indexableFileContents) File containing contents that can be used to improve searchability for the remote file.FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder.previewImage(byte[] previewImage) Preview of the document via multipart/form-data.Title of the file being shared.Authentication token.