Uses of Class
com.google.api.client.http.MultipartContent.Part
Packages that use MultipartContent.Part
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
-
Uses of MultipartContent.Part in com.google.api.client.http
Fields in com.google.api.client.http with type parameters of type MultipartContent.PartModifier and TypeFieldDescriptionprivate ArrayList
<MultipartContent.Part> MultipartContent.parts
Parts of the HTTP multipart request.Methods in com.google.api.client.http that return MultipartContent.PartModifier and TypeMethodDescriptionMultipartContent.Part.setContent
(HttpContent content) Sets the HTTP content ornull
for none.MultipartContent.Part.setEncoding
(HttpEncoding encoding) Sets the HTTP encoding ornull
for none.MultipartContent.Part.setHeaders
(HttpHeaders headers) Sets the HTTP headers ornull
for none.Methods in com.google.api.client.http that return types with arguments of type MultipartContent.PartModifier and TypeMethodDescriptionfinal Collection
<MultipartContent.Part> MultipartContent.getParts()
Returns an unmodifiable view of the parts of the HTTP multipart request.Methods in com.google.api.client.http with parameters of type MultipartContent.PartModifier and TypeMethodDescriptionMultipartContent.addPart
(MultipartContent.Part part) Adds an HTTP multipart part.Method parameters in com.google.api.client.http with type arguments of type MultipartContent.PartModifier and TypeMethodDescriptionMultipartContent.setParts
(Collection<MultipartContent.Part> parts) Sets the parts of the HTTP multipart request.