Interface FilesBuilderSteps.InputStreamStep<T>
-
- All Known Implementing Classes:
SendFile.Builder.InnerBuilder
- Enclosing interface:
- FilesBuilderSteps
public static interface FilesBuilderSteps.InputStreamStep<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
inputStream(java.io.InputStream inputStream)
-
-
-
Method Detail
-
inputStream
T inputStream(java.io.InputStream inputStream) throws java.io.IOException
- Throws:
java.io.IOException
-
-