facebook4j
Class BackdatingPostUpdate
java.lang.Object
facebook4j.PostUpdate
facebook4j.BackdatingPostUpdate
- All Implemented Interfaces:
- java.io.Serializable
public class BackdatingPostUpdate
- extends PostUpdate
- Since:
- Facebook4J 2.0.0
- Author:
- Ryuji Yamashita - roundrop at gmail.com
- See Also:
- Serialized Form
| Methods inherited from class facebook4j.PostUpdate |
actions, caption, description, getActions, getCaption, getDescription, getLink, getMessage, getName, getObjectAttachment, getPicture, getPlace, getPrivacy, getPublished, getScheduledPublishTime, getTags, getTargeting, link, message, name, objectAttachment, picture, place, privacy, published, scheduledPublishTime, scheduledPublishTime, setActions, setCaption, setDescription, setLink, setMessage, setName, setObjectAttachment, setPicture, setPlace, setPrivacy, setPublished, setScheduledPublishTime, setScheduledPublishTime, setTags, setTargeting, tags, targeting |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
backdatedTime
private java.lang.Integer backdatedTime
backdatedTimeGranularity
private BackdatedTimeGranularity backdatedTimeGranularity
BackdatingPostUpdate
public BackdatingPostUpdate(java.lang.String message)
BackdatingPostUpdate
public BackdatingPostUpdate(java.net.URL link)
getBackdatedTime
public java.lang.Integer getBackdatedTime()
setBackdatedTime
public void setBackdatedTime(java.lang.Integer backdatedTime)
setBackdatedTime
public void setBackdatedTime(java.util.Date backdatedTime)
backdatedTime
public BackdatingPostUpdate backdatedTime(java.lang.Integer backdatedTime)
backdatedTime
public BackdatingPostUpdate backdatedTime(java.util.Date backdatedTime)
getBackdatedTimeGranularity
public BackdatedTimeGranularity getBackdatedTimeGranularity()
setBackdatedTimeGranularity
public void setBackdatedTimeGranularity(BackdatedTimeGranularity backdatedTimeGranularity)
backdatedTimeGranularity
public BackdatingPostUpdate backdatedTimeGranularity(BackdatedTimeGranularity backdatedTimeGranularity)
asHttpParameterArray
HttpParameter[] asHttpParameterArray()
- Overrides:
asHttpParameterArray in class PostUpdate
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class PostUpdate
hashCode
public int hashCode()
- Overrides:
hashCode in class PostUpdate
toString
public java.lang.String toString()
- Overrides:
toString in class PostUpdate