facebook4j
Class BackdatingPostUpdate

java.lang.Object
  extended by facebook4j.PostUpdate
      extended by facebook4j.BackdatingPostUpdate
All Implemented Interfaces:
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
 
Constructor Summary
BackdatingPostUpdate(String message)
           
BackdatingPostUpdate(URL link)
           
 
Method Summary
 BackdatingPostUpdate backdatedTime(Date backdatedTime)
           
 BackdatingPostUpdate backdatedTime(Integer backdatedTime)
           
 BackdatingPostUpdate backdatedTimeGranularity(BackdatedTimeGranularity backdatedTimeGranularity)
           
 boolean equals(Object o)
           
 Integer getBackdatedTime()
           
 BackdatedTimeGranularity getBackdatedTimeGranularity()
           
 int hashCode()
           
 void setBackdatedTime(Date backdatedTime)
           
 void setBackdatedTime(Integer backdatedTime)
           
 void setBackdatedTimeGranularity(BackdatedTimeGranularity backdatedTimeGranularity)
           
 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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackdatingPostUpdate

public BackdatingPostUpdate(String message)

BackdatingPostUpdate

public BackdatingPostUpdate(URL link)
Method Detail

getBackdatedTime

public Integer getBackdatedTime()

setBackdatedTime

public void setBackdatedTime(Integer backdatedTime)

setBackdatedTime

public void setBackdatedTime(Date backdatedTime)

backdatedTime

public BackdatingPostUpdate backdatedTime(Integer backdatedTime)

backdatedTime

public BackdatingPostUpdate backdatedTime(Date backdatedTime)

getBackdatedTimeGranularity

public BackdatedTimeGranularity getBackdatedTimeGranularity()

setBackdatedTimeGranularity

public void setBackdatedTimeGranularity(BackdatedTimeGranularity backdatedTimeGranularity)

backdatedTimeGranularity

public BackdatingPostUpdate backdatedTimeGranularity(BackdatedTimeGranularity backdatedTimeGranularity)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class PostUpdate

toString

public String toString()
Overrides:
toString in class PostUpdate


Copyright © 2019. All rights reserved.