com.tumblr.jumblr.types
Class Photo

java.lang.Object
  extended by com.tumblr.jumblr.types.Photo

public class Photo
extends Object

This class represents a Photo in a PhotoPost

Author:
jc

Constructor Summary
Photo()
           
 
Method Summary
 String getCaption()
          Get the caption of this photo
 List<PhotoSize> getSizes()
          Get the sizes of this Photo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Photo

public Photo()
Method Detail

getSizes

public List<PhotoSize> getSizes()
Get the sizes of this Photo

Returns:
PhotoSize[] sizes

getCaption

public String getCaption()
Get the caption of this photo

Returns:
the caption


Copyright © 2013. All Rights Reserved.