Uses of Class
com.google.api.client.http.HttpResponseException.Builder
-
Packages that use HttpResponseException.Builder 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 HttpResponseException.Builder in com.google.api.client.http
Methods in com.google.api.client.http that return HttpResponseException.Builder Modifier and Type Method Description HttpResponseException.Builder
HttpResponseException.Builder. setContent(String content)
Sets the HTTP response content ornull
for none.HttpResponseException.Builder
HttpResponseException.Builder. setHeaders(HttpHeaders headers)
Sets the HTTP response headers.HttpResponseException.Builder
HttpResponseException.Builder. setMessage(String message)
Sets the detail message to use ornull
for none.HttpResponseException.Builder
HttpResponseException.Builder. setStatusCode(int statusCode)
Sets the HTTP status code or0
for none.HttpResponseException.Builder
HttpResponseException.Builder. setStatusMessage(String statusMessage)
Sets the HTTP status message ornull
for none.Constructors in com.google.api.client.http with parameters of type HttpResponseException.Builder Constructor Description HttpResponseException(HttpResponseException.Builder builder)
-