Skip navigation links
A C E G M P S W 

A

AtomPatchContent - Class in com.google.api.client.googleapis.xml.atom
Beta
Serializes Atom XML PATCH HTTP content based on the data key/value mapping object for an Atom entry.
AtomPatchContent(XmlNamespaceDictionary, Object) - Constructor for class com.google.api.client.googleapis.xml.atom.AtomPatchContent
 
AtomPatchRelativeToOriginalContent - Class in com.google.api.client.googleapis.xml.atom
Beta
Serializes an optimal Atom XML PATCH HTTP content based on the data key/value mapping object for an Atom entry, by comparing the original value to the patched value.
AtomPatchRelativeToOriginalContent(XmlNamespaceDictionary, Object, Object) - Constructor for class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
 

C

com.google.api.client.googleapis.xml.atom - package com.google.api.client.googleapis.xml.atom
Beta
Utilities for Google's Atom XML implementation (see detailed package specification).
computePatch(Object, Object) - Static method in class com.google.api.client.googleapis.xml.atom.GoogleAtom
Compute the patch object of key/value pairs from the given original and patched objects, adding a @gd:fields key for the fields mask.
create(HttpResponse, XmlNamespaceDictionary, Class<T>, Class<E>...) - Static method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
Parses the given HTTP response using the given feed class and entry classes.

E

ERROR_CONTENT_TYPE - Static variable in class com.google.api.client.googleapis.xml.atom.GoogleAtom
Content type used on an error formatted in XML.

G

GD_NAMESPACE - Static variable in class com.google.api.client.googleapis.xml.atom.GoogleAtom
GData namespace.
getFeedFields(Class<?>, Class<?>) - Static method in class com.google.api.client.googleapis.xml.atom.GoogleAtom
Returns the fields mask to use for the given data class of key/value pairs for the feed class and for the entry class.
getFieldsFor(Class<?>) - Static method in class com.google.api.client.googleapis.xml.atom.GoogleAtom
Returns the fields mask to use for the given data class of key/value pairs.
getOriginalEntry() - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
Returns the data key name/value pairs for the original unmodified Atom entry.
getPatchedEntry() - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
Returns the data key name/value pairs for the updated/patched Atom entry.
GoogleAtom - Class in com.google.api.client.googleapis.xml.atom
Beta
Utilities for working with the Atom XML of Google Data APIs.

M

MultiKindFeedParser<T> - Class in com.google.api.client.googleapis.xml.atom
Beta
GData Atom feed pull parser when the entry class can be computed from the kind.

P

parseEntryInternal() - Method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
 

S

setEntryClasses(Class<?>...) - Method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
Sets the entry classes to use when parsing.
setMediaType(HttpMediaType) - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchContent
 
setMediaType(HttpMediaType) - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
 

W

writeTo(XmlSerializer) - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
 
A C E G M P S W 
Skip navigation links

Copyright © 2010–2022 Google. All rights reserved.