com.google.gdata.data.photos.impl
Class Extensions

java.lang.Object
  extended by com.google.gdata.data.photos.impl.Extensions

public class Extensions
extends java.lang.Object

A container for all of the gphoto extensions that are not specific to any particular kind, but usable in multiple places. If any of these become used on every single interface they should be added to the GphotoDataImpl interface, but as long as they are only used on a subset of kinds they belong here. As this is an implementation detail these classes should not be used directly by any client code, but instead the appropriate GphotoData implementation methods should be used.


Nested Class Summary
static class Extensions.GphotoAlbumId
          The gphoto:albumId field.
static class Extensions.GphotoCommentCount
          The gphoto:commentCount element.
static class Extensions.GphotoCommentsEnabled
          The gphoto:commentsEnabled element.
static class Extensions.GphotoConstruct
          Parent class for gphoto:foo extensions.
static class Extensions.GphotoNickname
          The gphoto:nickname field.
static class Extensions.GphotoPhotoId
          The gphoto:photoId field.
static class Extensions.GphotoThumbnail
          The gphoto:thumbnail element.
static class Extensions.GphotoTimestamp
          Simple timestamp element, has the date of the item.
static class Extensions.GphotoUsername
          The gphoto:user field.
static class Extensions.GphotoVersion
          The gphoto:version element.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait