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)
           
PhotoUpdate(URL url)
           
 
Method Summary
 boolean equals(Object o)
           
 String getMessage()
           
 Boolean getNoStory()
           
 String getPlace()
           
 PrivacyParameter getPrivacy()
           
 Media getSource()
           
 URL getUrl()
           
 int hashCode()
           
 PhotoUpdate message(String message)
           
 PhotoUpdate noStory(boolean noStory)
           
 PhotoUpdate place(String place)
           
 PhotoUpdate privacy(PrivacyParameter privacy)
           
 void setMessage(String message)
           
 void setNoStory(boolean noStory)
           
 void setPlace(String place)
           
 void setPrivacy(PrivacyParameter privacy)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhotoUpdate

public PhotoUpdate(Media source)

PhotoUpdate

public PhotoUpdate(URL url)
Method Detail

getSource

public Media getSource()

getUrl

public URL getUrl()

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)

getPrivacy

public PrivacyParameter getPrivacy()

setPrivacy

public void setPrivacy(PrivacyParameter privacy)

privacy

public PhotoUpdate privacy(PrivacyParameter privacy)

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 © 2019. All rights reserved.