public class Note extends FacebookType
FacebookType.Metadata| Constructor and Description |
|---|
Note() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedTime()
The time the note was initially published.
|
NamedFacebookType |
getFrom()
The ID of the user who posted the note.
|
String |
getIcon()
The note icon.
|
String |
getMessage()
The note content, an HTML string.
|
String |
getSubject()
The title of the note.
|
Date |
getUpdatedTime()
The time the note was last updated.
|
equals, getId, getMetadata, getType, hashCode, toStringpublic NamedFacebookType getFrom()
public String getSubject()
public String getMessage()
public String getIcon()
public Date getCreatedTime()
public Date getUpdatedTime()
Copyright © 2014. All rights reserved.