Package com.longbridge.sharelist
Class SharelistList
- java.lang.Object
-
- com.longbridge.sharelist.SharelistList
-
public class SharelistList extends Object
Response forSharelistContext.list(int)andSharelistContext.popular(int).
-
-
Field Summary
Fields Modifier and Type Field Description SharelistInfo[]sharelistsUser's own and followed sharelists.SharelistInfo[]subscribedSharelistsSubscribed sharelists (may be absent in popular response).StringtailMarkPagination cursor for the subscribed list.
-
Constructor Summary
Constructors Constructor Description SharelistList()
-
-
-
Field Detail
-
sharelists
public SharelistInfo[] sharelists
User's own and followed sharelists.
-
subscribedSharelists
public SharelistInfo[] subscribedSharelists
Subscribed sharelists (may be absent in popular response).
-
tailMark
public String tailMark
Pagination cursor for the subscribed list.
-
-