com.google.gdata.data.photos.pheed
Class PheedVideoUrl

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ValueConstruct
          extended by com.google.gdata.data.photos.pheed.PheedConstruct
              extended by com.google.gdata.data.photos.pheed.PheedVideoUrl
All Implemented Interfaces:
Extension

Deprecated. the pheed namespace is deprecated in favor of media rss.

@Deprecated
public class PheedVideoUrl
extends PheedConstruct

Pheed version of the video url, for backwards compatibility. Once all of the clients support the GphotoVideoUrl we can remove this.


Constructor Summary
PheedVideoUrl()
          Deprecated.  
PheedVideoUrl(java.lang.String videoUrl)
          Deprecated.  
 
Method Summary
static ExtensionDescription getDefaultDescription()
          Deprecated.  
 
Methods inherited from class com.google.gdata.data.ValueConstruct
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setValue
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PheedVideoUrl

public PheedVideoUrl()
Deprecated. 

PheedVideoUrl

public PheedVideoUrl(java.lang.String videoUrl)
Deprecated. 
Method Detail

getDefaultDescription

public static ExtensionDescription getDefaultDescription()
Deprecated.