facebook4j
Class QuestionUpdate

java.lang.Object
  extended by facebook4j.QuestionUpdate
All Implemented Interfaces:
Serializable

public class QuestionUpdate
extends Object
implements Serializable

Since:
Facebook4J 2.0.0
Author:
Ryuji Yamashita - roundrop at gmail.com
See Also:
Serialized Form

Constructor Summary
QuestionUpdate()
           
QuestionUpdate(String question)
           
 
Method Summary
 QuestionUpdate allowNewOptions(boolean allowNewOptions)
           
 boolean equals(Object o)
           
 Boolean getAllowNewOptions()
           
 List<String> getOptions()
           
 Boolean getPublished()
           
 String getQuestion()
           
 Integer getScheduledPublishTime()
           
 int hashCode()
           
 QuestionUpdate option(String option)
           
 QuestionUpdate options(List<String> options)
           
 QuestionUpdate published(boolean published)
           
 QuestionUpdate scheduledPublishTime(Date scheduledPublishTime)
           
 QuestionUpdate scheduledPublishTime(Integer scheduledPublishTime)
           
 void setAllowNewOptions(Boolean allowNewOptions)
           
 void setOptions(List<String> options)
           
 void setPublished(Boolean published)
           
 void setScheduledPublishTime(Date scheduledPublishTime)
           
 void setScheduledPublishTime(Integer scheduledPublishTime)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuestionUpdate

public QuestionUpdate()

QuestionUpdate

public QuestionUpdate(String question)
Method Detail

getQuestion

public String getQuestion()

getOptions

public List<String> getOptions()

setOptions

public void setOptions(List<String> options)

options

public QuestionUpdate options(List<String> options)

option

public QuestionUpdate option(String option)

getAllowNewOptions

public Boolean getAllowNewOptions()

setAllowNewOptions

public void setAllowNewOptions(Boolean allowNewOptions)

allowNewOptions

public QuestionUpdate allowNewOptions(boolean allowNewOptions)

getPublished

public Boolean getPublished()

setPublished

public void setPublished(Boolean published)

published

public QuestionUpdate published(boolean published)

getScheduledPublishTime

public Integer getScheduledPublishTime()

setScheduledPublishTime

public void setScheduledPublishTime(Integer scheduledPublishTime)

setScheduledPublishTime

public void setScheduledPublishTime(Date scheduledPublishTime)

scheduledPublishTime

public QuestionUpdate scheduledPublishTime(Integer scheduledPublishTime)

scheduledPublishTime

public QuestionUpdate scheduledPublishTime(Date scheduledPublishTime)

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.