toggle menu
Android-IMLibCore-SDK
5.14.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
PagingQueryOption
Paging
Query
Option
io.rong.imlib
public
class
PagingQueryOption
Members
Constructors
Paging
Query
Option
Link copied to clipboard
io.rong.imlib
public
void
PagingQueryOption
(
)
public
void
PagingQueryOption
(
String
pageToken
,
int count
,
boolean order
)
public
void
PagingQueryOption
(
Parcel in
)
Properties
count
Link copied to clipboard
io.rong.imlib
public
int
count
Number of items per page
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<PagingQueryOption>
CREATOR
page
Token
Link copied to clipboard
io.rong.imlib
public
String
pageToken
Indicates the current page token, representing the position of the current query.
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Count
Link copied to clipboard
io.rong.imlib
public
int
getCount
(
)
get
Order
Value
Link copied to clipboard
io.rong.imlib
public
int
getOrderValue
(
)
get
Page
Token
Link copied to clipboard
io.rong.imlib
public
String
getPageToken
(
)
is
Order
Link copied to clipboard
io.rong.imlib
public
boolean
isOrder
(
)
set
Count
Link copied to clipboard
io.rong.imlib
public
void
setCount
(
int count
)
set
Order
Link copied to clipboard
io.rong.imlib
public
void
setOrder
(
boolean order
)
set
Page
Token
Link copied to clipboard
io.rong.imlib
public
void
setPageToken
(
String
pageToken
)
to
String
Link copied to clipboard
io.rong.imlib
public
String
toString
(
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)