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
Subclasses with type arguments of type UriTemplate.CompositeOutput in com.google.api.client.httpModifier and TypeClassDescriptionprivate static enumContains information on how to output a composite value.Fields in com.google.api.client.http with type parameters of type UriTemplate.CompositeOutputModifier and TypeFieldDescriptionprivate static final Map<Character, UriTemplate.CompositeOutput> UriTemplate.COMPOSITE_PREFIXESMethods in com.google.api.client.http that return UriTemplate.CompositeOutputModifier and TypeMethodDescription(package private) static UriTemplate.CompositeOutputUriTemplate.getCompositeOutput(String propertyName) static UriTemplate.CompositeOutputReturns 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 StringUriTemplate.getListPropertyValue(String varName, Iterator<?> iterator, boolean containsExplodeModifier, UriTemplate.CompositeOutput compositeOutput) Expand the template of a composite list property.private static StringUriTemplate.getMapPropertyValue(String varName, Map<String, Object> map, boolean containsExplodeModifier, UriTemplate.CompositeOutput compositeOutput) Expand the template of a composite map property.private static StringUriTemplate.getSimpleValue(String name, String value, UriTemplate.CompositeOutput compositeOutput)