Class AddFileRequest.Builder
Object
Builder
- Enclosing class:
AddFileRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.fileStream
(InputStream fileStream) Required. The content of the file.Required. The name of the file.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please useAddFileRequest.builder()
Clone method for this Builder. -
name
Required. The name of the file.- Returns:
this
.
-
fileStream
Required. The content of the file.- Returns:
this
.
-
build
-
toString
-