hi guys
i'm using twitter4j to get tweets from a search. I wanna know what are the fields that the result provides. in almos all the examples around we see .getText() for the message .getUser().getScreenName() for the username .getCreatedAt() for the timestamp of the tweet
what else do we get from the search? it looks like it has a JSON Object syntax, is there any link where the full answer is mapped, so I could know what infos I can retrieve out of a simple rest Search?
tks