Uses of Class
cloud.opencode.base.web.body.MultipartBody.Builder
Packages that use MultipartBody.Builder
-
Uses of MultipartBody.Builder in cloud.opencode.base.web.body
Methods in cloud.opencode.base.web.body that return MultipartBody.BuilderModifier and TypeMethodDescriptionAdds a text field.Adds a file with explicit content type and byte data.MultipartBody.Builder.addFile(String name, String fileName, String contentType, InputStream stream) Adds a file from an InputStream.Adds a file from a Path with automatic content type detection.static MultipartBody.BuilderMultipartBody.builder()Creates a new builder with a random UUID boundary.static MultipartBody.BuilderCreates a new builder with the specified boundary.