@Value.Immutable
public interface FilesUploadParamsIF
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getChannels() |
Optional<String> |
getContent() |
Optional<File> |
getFile() |
Optional<String> |
getFilename() |
Optional<SlackFileType> |
getFiletype() |
Optional<String> |
getInitialComment() |
Optional<String> |
getThreadTs() |
Optional<String> |
getTitle() |
default void |
hasContent() |
Optional<SlackFileType> getFiletype()
@Value.Check default void hasContent()
Copyright © 2020. All rights reserved.