java.lang.Object | |
↳ | chan.content.ChanPerformer.ReadPostsResult |
Result holder for onReadPosts(ReadPostsData)
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for | |||||||||||
Constructor for | |||||||||||
Constructor for |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Allow client to handle result as a full thread even when partial result requested. | |||||||||||
Stores |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructor for ChanPerformer.ReadPostsResult
.
Parameters | |
---|---|
posts |
Posts :
Posts model instance.
|
Constructor for ChanPerformer.ReadPostsResult
. Will create Posts
instance from your
array of Post
.
Parameters | |
---|---|
posts |
Post :
Array of Post .
|
Constructor for ChanPerformer.ReadPostsResult
. Will create Posts
instance from your
collection of Post
.
Parameters | |
---|---|
posts |
Collection :
Collection of Post .
|
Allow client to handle result as a full thread even when partial result requested.
Parameters | |
---|---|
fullThread |
boolean :
True if client must handle result as full thread, false otherwise. |
Returns | |
---|---|
ChanPerformer.ReadPostsResult |
This object. |
Stores validator
in this cache. By default client will call getValidator()
after the last request. This can be useful if you want to store validator from intermediate request.
Parameters | |
---|---|
validator |
HttpValidator :
HttpValidator instance. |
Returns | |
---|---|
ChanPerformer.ReadPostsResult |
This object. |