facebook4j
Class MilestoneUpdate

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

public final class MilestoneUpdate
extends Object
implements Serializable

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

Constructor Summary
MilestoneUpdate(String title, String description, Calendar startTime)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 Calendar getStartTime()
           
 String getTitle()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MilestoneUpdate

public MilestoneUpdate(String title,
                       String description,
                       Calendar startTime)
Method Detail

getTitle

public String getTitle()

getDescription

public String getDescription()

getStartTime

public Calendar getStartTime()

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.