facebook4j
Class PhotoUpdate
java.lang.Object
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
PhotoUpdate
public PhotoUpdate(Media source)
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.