| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.files | |
| com.hubspot.slack.client.models.files |
| Modifier and Type | Method and Description |
|---|---|
Optional<SlackFileType> |
FilesUploadParams.getFiletype() |
Optional<SlackFileType> |
FilesUploadParamsIF.getFiletype() |
| Modifier and Type | Method and Description |
|---|---|
FilesUploadParams.Builder |
FilesUploadParams.Builder.setFiletype(SlackFileType filetype)
Initializes the optional value
filetype to filetype. |
FilesUploadParams |
FilesUploadParams.withFiletype(SlackFileType value)
Copy the current immutable object by setting a present value for the optional
filetype attribute. |
| Modifier and Type | Method and Description |
|---|---|
FilesUploadParams.Builder |
FilesUploadParams.Builder.setFiletype(Optional<SlackFileType> filetype)
Initializes the optional value
filetype to filetype. |
FilesUploadParams |
FilesUploadParams.withFiletype(Optional<SlackFileType> optional)
Copy the current immutable object by setting an optional value for the
filetype attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackFileType |
SlackGifFile.getFiletype() |
SlackFileType |
SlackUnknownFiletype.getFiletype() |
SlackFileType |
SlackTextFile.getFiletype() |
SlackFileType |
SlackPngFile.getFiletype() |
SlackFileType |
SlackJpgFile.getFiletype() |
SlackFileType |
SlackCsvFile.getFiletype() |
SlackFileType |
SlackFile.getFiletype() |
default SlackFileType |
SlackJpgFileIF.getFiletype() |
default SlackFileType |
SlackTextFileIF.getFiletype() |
default SlackFileType |
SlackGifFileIF.getFiletype() |
default SlackFileType |
SlackPngFileIF.getFiletype() |
default SlackFileType |
SlackUnknownFiletypeIF.getFiletype() |
default SlackFileType |
SlackCsvFileIF.getFiletype() |
static SlackFileType |
SlackFileType.parse(String field) |
static SlackFileType |
SlackFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlackFileType[] |
SlackFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SlackGifFile.Builder |
SlackGifFile.Builder.setFiletype(SlackFileType filetype)
Initializes the value for the
filetype attribute. |
SlackUnknownFiletype.Builder |
SlackUnknownFiletype.Builder.setFiletype(SlackFileType filetype)
Initializes the value for the
filetype attribute. |
SlackTextFile.Builder |
SlackTextFile.Builder.setFiletype(SlackFileType filetype)
Initializes the value for the
filetype attribute. |
SlackPngFile.Builder |
SlackPngFile.Builder.setFiletype(SlackFileType filetype)
Initializes the value for the
filetype attribute. |
SlackJpgFile.Builder |
SlackJpgFile.Builder.setFiletype(SlackFileType filetype)
Initializes the value for the
filetype attribute. |
SlackCsvFile.Builder |
SlackCsvFile.Builder.setFiletype(SlackFileType filetype)
Initializes the value for the
filetype attribute. |
SlackGifFile |
SlackGifFile.withFiletype(SlackFileType filetype)
Copy the current immutable object by setting a value for the
filetype attribute. |
SlackUnknownFiletype |
SlackUnknownFiletype.withFiletype(SlackFileType filetype)
Copy the current immutable object by setting a value for the
filetype attribute. |
SlackTextFile |
SlackTextFile.withFiletype(SlackFileType filetype)
Copy the current immutable object by setting a value for the
filetype attribute. |
SlackPngFile |
SlackPngFile.withFiletype(SlackFileType filetype)
Copy the current immutable object by setting a value for the
filetype attribute. |
SlackJpgFile |
SlackJpgFile.withFiletype(SlackFileType filetype)
Copy the current immutable object by setting a value for the
filetype attribute. |
SlackCsvFile |
SlackCsvFile.withFiletype(SlackFileType filetype)
Copy the current immutable object by setting a value for the
filetype attribute. |
Copyright © 2020. All rights reserved.