Example usage for Java twitter4j TwitterObjectFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
DirectMessage | createDirectMessage(String rawJSON) Constructs a DirectMessage object from rawJSON string. |
Status | createStatus(String rawJSON) Constructs a Status object from rawJSON string. |
User | createUser(String rawJSON) Constructs a User object from rawJSON string. |
String | getRawJSON(Object obj) Returns a raw JSON form of the provided object. Note that raw JSON forms can be retrieved only from the same thread invoked the last method call and will become inaccessible once another method call |