facebook4j
Class BackdatingPostUpdate

java.lang.Object
  extended by facebook4j.PostUpdate
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class facebook4j.PostUpdate
PostUpdate.PostAction
 
Field Summary
private  java.lang.Integer backdatedTime
           
private  BackdatedTimeGranularity backdatedTimeGranularity
           
private static long serialVersionUID
           
 
Constructor Summary
BackdatingPostUpdate(java.lang.String message)
           
BackdatingPostUpdate(java.net.URL link)
           
 
Method Summary
(package private)  HttpParameter[] asHttpParameterArray()
           
 BackdatingPostUpdate backdatedTime(java.util.Date backdatedTime)
           
 BackdatingPostUpdate backdatedTime(java.lang.Integer backdatedTime)
           
 BackdatingPostUpdate backdatedTimeGranularity(BackdatedTimeGranularity backdatedTimeGranularity)
           
 boolean equals(java.lang.Object o)
           
 java.lang.Integer getBackdatedTime()
           
 BackdatedTimeGranularity getBackdatedTimeGranularity()
           
 int hashCode()
           
 void setBackdatedTime(java.util.Date backdatedTime)
           
 void setBackdatedTime(java.lang.Integer backdatedTime)
           
 void setBackdatedTimeGranularity(BackdatedTimeGranularity backdatedTimeGranularity)
           
 java.lang.String toString()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

backdatedTime

private java.lang.Integer backdatedTime

backdatedTimeGranularity

private BackdatedTimeGranularity backdatedTimeGranularity
Constructor Detail

BackdatingPostUpdate

public BackdatingPostUpdate(java.lang.String message)

BackdatingPostUpdate

public BackdatingPostUpdate(java.net.URL link)
Method Detail

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