Package com.restfb.types
Class Page.PageStartDate
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Page.PageStartDate
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Page
public static class Page.PageStartDate extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageStartDate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getDay()
Integer
getMonth()
Integer
getYear()
void
setDay(Integer day)
void
setMonth(Integer month)
void
setYear(Integer year)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-