Uses of Class
com.slack.api.methods.request.files.remote.FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder
-
Packages that use FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder 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 -
-
Uses of FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder Modifier and Type Method Description CompletableFuture<FilesRemoteUpdateResponse>AsyncMethodsClient. filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req)FilesRemoteUpdateResponseMethodsClient. 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.FilesRemoteUpdateRequestBuilder Modifier and Type Method Description CompletableFuture<FilesRemoteUpdateResponse>AsyncMethodsClientImpl. filesRemoteUpdate(RequestConfigurator<FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder> req)FilesRemoteUpdateResponseMethodsClientImpl. 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.FilesRemoteUpdateRequestBuilder Modifier and Type Method Description static FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderFilesRemoteUpdateRequest. builder()FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderFilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder. externalId(String externalId)Creator defined GUID for the file.FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderFilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder. externalUrl(String externalUrl)URL of the remote file.FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderFilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder. filetype(String filetype)type of fileFilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderFilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder. indexableFileContents(byte[] indexableFileContents)File containing contents that can be used to improve searchability for the remote file.FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderFilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder. previewImage(byte[] previewImage)Preview of the document via multipart/form-data.FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderFilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder. title(String title)Title of the file being shared.FilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilderFilesRemoteUpdateRequest.FilesRemoteUpdateRequestBuilder. token(String token)Authentication token.
-