com.google.api.gbase.client.GmAttributes.addAttribute(String, GoogleBaseAttributeType)
|
com.google.gdata.data.docs.DocumentListEntry.addFolder(Person, String)
|
com.google.gdata.util.httputil.ParamMap.append(String, String)
use Multimap.put(name, value)
|
com.google.gdata.util.common.base.StringUtil.Collection2String(Collection>, String)
Please use
But note that Join does not consider null elements to be
equivalent to the empty string, as this method does.
|
com.google.gdata.util.common.base.StringUtil.convertEOLToCRLF(String)
Please inline this method.
|
com.google.gdata.util.httputil.FastURLEncoder.createSafeOctetBitSet()
|
com.google.gdata.data.ExtensionProfile.declareEntryExtension(Class extends Extension>)
Calls to this API should be replaced with calls to
ExtensionProfile.declare(Class,ExtensionDescription) where
the first argument is a specific BaseEntry subtype. The
BaseEntry class should only be used for mix-in types that
might appear in multiple entry types. Its use for all entry declarations
can result in conflicts when mutiple feed types are declared into a
single extension profile, a common practice in client library service
initialization for services that return multiple entry types.
|
com.google.gdata.data.ExtensionProfile.declareEntryExtension(ExtensionDescription)
Calls to this API should be replaced with calls to
ExtensionProfile.declare(Class,ExtensionDescription) where
the first argument is a specific BaseEntry subtype. The
BaseEntry class should only be used for mix-in types that
might appear in multiple entry types. Its use for all entry declarations
can result in conflicts when mutiple feed types are declared into a
single extension profile, a common practice in client library service
initialization for services that return multiple entry types.
|
com.google.gdata.data.ExtensionProfile.declareFeedExtension(Class extends Extension>)
Calls to this API should be replaced with calls to
ExtensionProfile.declare(Class,ExtensionDescription) where
the first argument is a specific BaseFeed subtype. The
BaseFeed class should only be used for mix-in types that
might appear in multiple feed types. Its use for all feed declarations
can result in conflicts when mutiple feed types are declared into a
single extension profile, a common practice in client library service
initialization for services that return multiple feed types.
|
com.google.gdata.data.ExtensionProfile.declareFeedExtension(ExtensionDescription)
Calls to this API should be replaced with calls to
ExtensionProfile.declare(Class,ExtensionDescription) where
the first argument is a specific BaseFeed subtype. The
BaseFeed class should only be used for mix-in types that
might appear in multiple feed types. Its use for all feed declarations
can result in conflicts when mutiple feed types are declared into a
single extension profile, a common practice in client library service
initialization for services that return multiple feed types.
|
com.google.gdata.util.httputil.FastURLEncoder.encode(String)
|
com.google.gdata.util.httputil.FastURLEncoder.encode(String, Appendable)
|
com.google.gdata.util.httputil.FastURLEncoder.encode(String, BitSet, boolean)
|
com.google.gdata.util.httputil.FastURLEncoder.encode(String, String)
|
com.google.gdata.util.httputil.FastURLEncoder.encode(String, String, Appendable)
|
com.google.gdata.util.httputil.FastURLEncoder.encode(String, String, BitSet, boolean)
|
com.google.gdata.util.httputil.FastURLEncoder.encode(String, String, BitSet, boolean, Appendable)
|
com.google.gdata.util.httputil.ParamMap.get(String)
Use Multimap.get(name) and convert to an array only if
you absolutely have to.
|
com.google.api.gbase.client.GmAttributes.getAttributeIds()
|
com.google.api.gbase.client.ItemTypeDescription.getAttributeIds()
|
com.google.gdata.client.batch.BatchInterruptedException.getBatchInterrupted()
|
com.google.gdata.data.webmastertools.SitesEntry.getCrawled()
This field is not used any more.
|
com.google.gdata.data.youtube.PlaylistEntry.getDescription()
Valid only in version 1. Replaced version 2.0 with
atom:summary.
|
com.google.gdata.data.youtube.FeedLinkEntry.getDescription()
Valid only in version 1. Replaced in version 2.0 with
atom:summary.
|
com.google.gdata.data.youtube.UserProfileEntry.getDescription()
Valid only in version 1. Replaced in version 2.0 with
yt:aboutMe for the user self description and atom:summary for
the user channel description
|
com.google.gdata.data.youtube.VideoMessageEntry.getDescription()
Valid only in version 1. Replaced version 2.0 with
atom:summary.
|
com.google.gdata.client.batch.BatchInterruptedException.getFeed()
|
com.google.gdata.data.youtube.FeedLinkEntry.getFeedLink()
|
com.google.gdata.data.docs.DocumentListEntry.getFolders()
|
com.google.gdata.model.atom.Source.Generator.getHref()
|
com.google.gdata.model.atom.Source.getIcon()
|
com.google.gdata.data.photos.impl.AlbumDataImpl.getImageUrl()
use the media:content element to get the image source.
|
com.google.gdata.client.youtube.YouTubeQuery.getIncludeRacy()
|
com.google.gdata.data.webmastertools.SitesEntry.getIndexed()
This field is not used any more.
|
com.google.gdata.data.docs.DocumentListEntry.getKey()
use getResourceId() instead.
|
com.google.gdata.model.atom.Source.getLogo()
|
com.google.gdata.client.Service.getStreamFromLink(ILink)
|
com.google.api.gbase.client.GoogleBaseAttributesExtension.getTaxPercent()
|
com.google.api.gbase.client.GoogleBaseAttributesExtension.getTaxRegion()
|
com.google.gdata.data.photos.impl.AlbumDataImpl.getThumbnail()
use the media:thumbnail element to get thumbnails.
|
com.google.gdata.model.atom.OutOfLineContent.getUri()
|
com.google.gdata.model.atom.Person.getUri()
|
com.google.gdata.client.authn.oauth.OAuthHelper.getUserAuthorizationUrl(OAuthParameters)
|
com.google.gdata.client.youtube.YouTubeQuery.getVideoQuery()
|
com.google.gdata.data.youtube.VideoEntry.isRacy()
|
com.google.gdata.util.common.base.StringUtil.Iterator2String(Iterator>, String)
Please use
But note that Join does not consider null elements to be
equivalent to the empty string, as this method does.
|
com.google.gdata.util.common.base.StringUtil.join(Collection, String)
Please use
But note that Join does not consider null elements to be
equivalent to the empty string, as this method does.
|
com.google.gdata.util.common.base.StringUtil.join(Object[], String)
Please use
But note that Join does not consider null elements to be
equivalent to the empty string, as this method does.
|
com.google.gdata.util.common.base.StringUtil.list2String(Collection>, String)
Please use
But note that Join does not consider null elements to be
equivalent to the empty string, as this method does.
|
com.google.gdata.util.common.base.StringUtil.lstrip(String)
ensure the string is not null and use CharMatcher.LEGACY_WHITESPACE.trimLeadingFrom(str) ; also consider whether you
really want the legacy whitespace definition, or something more
standard like CharMatcher.WHITESPACE .
|
com.google.gdata.util.common.base.StringUtil.megastrip(String, boolean, boolean, String)
ensure the string is not null and use
-
CharMatcher.anyOf(what).trimFrom(str)
if left == true and right == true
-
CharMatcher.anyOf(what).trimLeadingFrom(str)
if left == true and right == false
-
CharMatcher.anyOf(what).trimTrailingFrom(str)
if left == false and right == true
|
com.google.gdata.util.httputil.FormUrlDecoder.parse(String, ParamMap, String)
Use UriParameterMap.parse(query, encoding) . To convert
from the string to the Charset instance, see
Charsets . Note that an encoding of null
will default to ISO-8859-1 in this deprecated implementation, whereas the
classes in common.net default to UTF-8 encoding.
|
com.google.gdata.util.httputil.FormUrlDecoder.parseWithCallback(String, String, FormUrlDecoder.Callback)
Do not use. (Currently only needed internally by
UriParameterMap.)
|
com.google.gdata.util.httputil.ParamMap.put(String, String[])
Use Multimap.putAll(name, collection) , first converting
an array to a list with Arrays.asList(values) if the collection
is not already available.
|
com.google.gdata.model.Element.removeAttribute(AttributeKey>)
use removeAttributeValue instead.
|
com.google.gdata.model.Element.removeAttribute(QName)
use removeAttributeValue instead.
|
com.google.gdata.util.common.base.StringUtil.replace(String, String, String)
Please use String.replace(CharSequence, CharSequence) .
|
com.google.gdata.util.common.base.StringUtil.rstrip(String)
ensure the string is not null and use CharMatcher.LEGACY_WHITESPACE.trimTrailingFrom(str) ; also consider whether you
really want the legacy whitespace definition, or something more
standard like CharMatcher.WHITESPACE .
|
com.google.gdata.data.webmastertools.SitesEntry.setCrawled(DateTime)
This field is not used any more.
|
com.google.gdata.data.youtube.PlaylistEntry.setDescription(String)
Valid only in version 1. Replaced version 2.0 with
atom:summary.
|
com.google.gdata.data.youtube.FeedLinkEntry.setDescription(String)
Valid only in version 1. Replaced in version 2.0 with
atom:summary.
|
com.google.gdata.data.youtube.UserProfileEntry.setDescription(String)
Valid only in version 1. Replaced in version 2.0 with
yt:aboutMe for the user self description and atom:summary for
the user channel description
|
com.google.gdata.data.youtube.VideoMessageEntry.setDescription(String)
Valid only in version 1. Replaced version 2.0 with
atom:summary.
|
com.google.gdata.data.youtube.FeedLinkEntry.setFeedLink(FeedLink>)
Starting with version 2, the feed link can be found in the content.
|
com.google.gdata.data.docs.DocumentListEntry.setFile(File)
use setFile(File, String) instead.
|
com.google.gdata.client.uploader.ResumableHttpFileUploader.setHttpRequestMethod(ResumableHttpFileUploader.RequestMethod)
Please use ResumableHttpFileUploader.Builder#setRequestMethod(RequestMethod)
|
com.google.gdata.model.atom.Source.setIcon(String)
|
com.google.gdata.data.photos.impl.AlbumDataImpl.setImageUrl(String)
set the media:content element with the image source.
|
com.google.gdata.client.youtube.YouTubeQuery.setIncludeRacy(Boolean)
Please use #setSafeSearch(String) instead.
|
com.google.gdata.data.webmastertools.SitesEntry.setIndexed(boolean)
This field is not used any more.
|
com.google.gdata.util.ErrorDomain.ErrorCode.setInternalReason(String)
|
com.google.gdata.model.atom.Source.setLogo(String)
|
com.google.gdata.data.youtube.VideoEntry.setRacy(boolean)
|
com.google.api.gbase.client.GoogleBaseAttributesExtension.setTaxPercent(float)
|
com.google.api.gbase.client.GoogleBaseAttributesExtension.setTaxRegion(String)
|
com.google.gdata.data.photos.impl.AlbumDataImpl.setThumbnail(String)
use the media:thumbnail element to set thumbnails.
|
com.google.gdata.model.atom.OutOfLineContent.setUri(String)
|
com.google.gdata.model.atom.Person.setUri(String)
|
com.google.gdata.model.atom.Source.Generator.setUri(String)
|
com.google.gdata.client.youtube.YouTubeQuery.setVideoQuery(String)
Please use Query#setFullTextQuery() instead.
|
com.google.gdata.util.httputil.ParamMap.toMap()
Use Multimap.asMap() to get a (String name) ->
(Collection values) mapping and convert to an array only if you
absolutely have to. Or, use the multimap directly.
|