Uses of Class
com.google.api.client.http.UriTemplate.CompositeOutput
-
Packages that use UriTemplate.CompositeOutput 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 UriTemplate.CompositeOutput in com.google.api.client.http
Fields in com.google.api.client.http with type parameters of type UriTemplate.CompositeOutput Modifier and Type Field Description private static java.util.Map<java.lang.Character,UriTemplate.CompositeOutput>
UriTemplate. COMPOSITE_PREFIXES
Methods in com.google.api.client.http that return UriTemplate.CompositeOutput Modifier and Type Method Description (package private) static UriTemplate.CompositeOutput
UriTemplate. getCompositeOutput(java.lang.String propertyName)
static UriTemplate.CompositeOutput
UriTemplate.CompositeOutput. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UriTemplate.CompositeOutput[]
UriTemplate.CompositeOutput. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.client.http with parameters of type UriTemplate.CompositeOutput Modifier and Type Method Description private static java.lang.String
UriTemplate. getListPropertyValue(java.lang.String varName, java.util.Iterator<?> iterator, boolean containsExplodeModifier, UriTemplate.CompositeOutput compositeOutput)
Expand the template of a composite list property.private static java.lang.String
UriTemplate. getMapPropertyValue(java.lang.String varName, java.util.Map<java.lang.String,java.lang.Object> map, boolean containsExplodeModifier, UriTemplate.CompositeOutput compositeOutput)
Expand the template of a composite map property.private static java.lang.String
UriTemplate. getSimpleValue(java.lang.String name, java.lang.String value, UriTemplate.CompositeOutput compositeOutput)
-