| Package | Description |
|---|---|
| com.hubspot.slack.client.models.files |
| Modifier and Type | Method and Description |
|---|---|
SlackFileType |
SlackPngFile.getFiletype() |
SlackFileType |
SlackTextFile.getFiletype() |
SlackFileType |
SlackJpgFile.getFiletype() |
SlackFileType |
SlackCsvFile.getFiletype() |
SlackFileType |
SlackUnknownFiletype.getFiletype() |
SlackFileType |
SlackGifFile.getFiletype() |
default SlackFileType |
SlackPngFileIF.getFiletype() |
default SlackFileType |
SlackTextFileIF.getFiletype() |
default SlackFileType |
SlackUnknownFiletypeIF.getFiletype() |
default SlackFileType |
SlackJpgFileIF.getFiletype() |
default SlackFileType |
SlackCsvFileIF.getFiletype() |
default SlackFileType |
SlackGifFileIF.getFiletype() |
SlackFileType |
SlackFile.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 |
|---|---|
SlackPngFile.Builder |
SlackPngFile.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. |
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. |
SlackUnknownFiletype.Builder |
SlackUnknownFiletype.Builder.setFiletype(SlackFileType filetype)
Initializes the value for the
filetype attribute. |
SlackGifFile.Builder |
SlackGifFile.Builder.setFiletype(SlackFileType filetype)
Initializes the value for the
filetype attribute. |
SlackPngFile |
SlackPngFile.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. |
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. |
SlackUnknownFiletype |
SlackUnknownFiletype.withFiletype(SlackFileType filetype)
Copy the current immutable object by setting a value for the
filetype attribute. |
SlackGifFile |
SlackGifFile.withFiletype(SlackFileType filetype)
Copy the current immutable object by setting a value for the
filetype attribute. |
Copyright © 2019. All rights reserved.