Uses of Enum
com.google.api.client.http.UriTemplate.CompositeOutput
Packages that use UriTemplate.CompositeOutput
Package
Description
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.CompositeOutputModifier and TypeFieldDescription(package private) static final Map
<Character, UriTemplate.CompositeOutput> UriTemplate.COMPOSITE_PREFIXES
Methods in com.google.api.client.http that return UriTemplate.CompositeOutputModifier and TypeMethodDescription(package private) static UriTemplate.CompositeOutput
UriTemplate.getCompositeOutput
(String propertyName) static UriTemplate.CompositeOutput
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.CompositeOutputModifier and TypeMethodDescriptionprivate static String
UriTemplate.getListPropertyValue
(String varName, Iterator<?> iterator, boolean containsExplodeModifier, UriTemplate.CompositeOutput compositeOutput) Expand the template of a composite list property.private static String
UriTemplate.getMapPropertyValue
(String varName, Map<String, Object> map, boolean containsExplodeModifier, UriTemplate.CompositeOutput compositeOutput) Expand the template of a composite map property.