Uses of Class
com.google.api.client.http.MultipartContent.Part
-
Packages that use MultipartContent.Part Package Description com.google.api.client.http 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
Methods in com.google.api.client.http that return MultipartContent.Part Modifier and Type Method Description MultipartContent.Part
MultipartContent.Part. setContent(HttpContent content)
Sets the HTTP content ornull
for none.MultipartContent.Part
MultipartContent.Part. setEncoding(HttpEncoding encoding)
Sets the HTTP encoding ornull
for none.MultipartContent.Part
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.Part Modifier and Type Method Description 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.Part Modifier and Type Method Description MultipartContent
MultipartContent. addPart(MultipartContent.Part part)
Adds an HTTP multipart part.Method parameters in com.google.api.client.http with type arguments of type MultipartContent.Part Modifier and Type Method Description MultipartContent
MultipartContent. setParts(Collection<MultipartContent.Part> parts)
Sets the parts of the HTTP multipart request.
-