Package com.restfb.types
Class Page.PageStartInfo
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Page.PageStartInfo
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Page
public static class Page.PageStartInfo extends AbstractFacebookType
Represents the Page Start Info Graph API type.- Since:
- 1.10.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageStartInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page.PageStartDate
getDate()
String
getType()
void
setDate(Page.PageStartDate date)
void
setType(String type)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PageStartInfo
public PageStartInfo()
-
-
Method Detail
-
getDate
public Page.PageStartDate getDate()
-
setDate
public void setDate(Page.PageStartDate date)
-
-