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
Fields in com.google.api.client.http with type parameters of type MultipartContent.Part Modifier and Type Field Description private java.util.ArrayList<MultipartContent.Part>MultipartContent. partsParts of the HTTP multipart request.Methods in com.google.api.client.http that return MultipartContent.Part Modifier and Type Method Description MultipartContent.PartMultipartContent.Part. setContent(HttpContent content)Sets the HTTP content ornullfor none.MultipartContent.PartMultipartContent.Part. setEncoding(HttpEncoding encoding)Sets the HTTP encoding ornullfor none.MultipartContent.PartMultipartContent.Part. setHeaders(HttpHeaders headers)Sets the HTTP headers ornullfor none.Methods in com.google.api.client.http that return types with arguments of type MultipartContent.Part Modifier and Type Method Description java.util.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 MultipartContentMultipartContent. 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 MultipartContentMultipartContent. setParts(java.util.Collection<MultipartContent.Part> parts)Sets the parts of the HTTP multipart request.
-