Java twitter4j TwitterObjectFactory fields, constructors, methods, implement or subclass

Example usage for Java twitter4j TwitterObjectFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for twitter4j TwitterObjectFactory.

The text is from its open source code.

Method

DirectMessagecreateDirectMessage(String rawJSON)
Constructs a DirectMessage object from rawJSON string.
StatuscreateStatus(String rawJSON)
Constructs a Status object from rawJSON string.
UsercreateUser(String rawJSON)
Constructs a User object from rawJSON string.
StringgetRawJSON(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