public final class Http extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Service Consumer Management API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Http() |
Modifier and Type | Method and Description |
---|---|
Http |
clone() |
Boolean |
getFullyDecodeReservedExpansion()
When set to true, URL path parameters will be fully URI-decoded except in cases of single
segment matches in reserved expansion, where "%2F" will be left encoded.
|
List<HttpRule> |
getRules()
A list of HTTP configuration rules that apply to individual API methods.
|
Http |
set(String fieldName,
Object value) |
Http |
setFullyDecodeReservedExpansion(Boolean fullyDecodeReservedExpansion)
When set to true, URL path parameters will be fully URI-decoded except in cases of single
segment matches in reserved expansion, where "%2F" will be left encoded.
|
Http |
setRules(List<HttpRule> rules)
A list of HTTP configuration rules that apply to individual API methods.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Boolean getFullyDecodeReservedExpansion()
null
for nonepublic Http setFullyDecodeReservedExpansion(Boolean fullyDecodeReservedExpansion)
fullyDecodeReservedExpansion
- fullyDecodeReservedExpansion or null
for nonepublic List<HttpRule> getRules()
null
for nonepublic Http setRules(List<HttpRule> rules)
rules
- rules or null
for nonepublic Http set(String fieldName, Object value)
set
in class GenericJson
public Http clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.