facebook4j
Class PhotoUpdate

java.lang.Object
  extended by facebook4j.PhotoUpdate
All Implemented Interfaces:
Serializable

public class PhotoUpdate
extends Object
implements Serializable

Since:
Facebook4J 2.0.0
Author:
Ryuji Yamashita - roundrop at gmail.com
See Also:
Serialized Form

Constructor Summary
PhotoUpdate(Media source)
           
 
Method Summary
 boolean equals(Object o)
           
 String getMessage()
           
 Boolean getNoStory()
           
 String getPlace()
           
 Media getSource()
           
 int hashCode()
           
 PhotoUpdate message(String message)
           
 PhotoUpdate noStory(boolean noStory)
           
 PhotoUpdate place(String place)
           
 void setMessage(String message)
           
 void setNoStory(boolean noStory)
           
 void setPlace(String place)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhotoUpdate

public PhotoUpdate(Media source)
Method Detail

getSource

public Media getSource()

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

message

public PhotoUpdate message(String message)

getPlace

public String getPlace()

setPlace

public void setPlace(String place)

place

public PhotoUpdate place(String place)

getNoStory

public Boolean getNoStory()

setNoStory

public void setNoStory(boolean noStory)

noStory

public PhotoUpdate noStory(boolean noStory)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.