Uses of Class
com.bandwidth.messaging.models.PageInfo
Package | Description |
---|---|
com.bandwidth.messaging.models |
-
Uses of PageInfo in com.bandwidth.messaging.models
Methods in com.bandwidth.messaging.models that return PageInfo Modifier and Type Method Description PageInfo
PageInfo.Builder. build()
Builds a newPageInfo
object using the set fields.PageInfo
BandwidthMessagesList. getPageInfo()
Getter for PageInfo.Methods in com.bandwidth.messaging.models with parameters of type PageInfo Modifier and Type Method Description BandwidthMessagesList.Builder
BandwidthMessagesList.Builder. pageInfo(PageInfo pageInfo)
Setter for pageInfo.void
BandwidthMessagesList. setPageInfo(PageInfo pageInfo)
Setter for PageInfo.Constructors in com.bandwidth.messaging.models with parameters of type PageInfo Constructor Description BandwidthMessagesList(java.lang.Integer totalCount, PageInfo pageInfo, java.util.List<BandwidthMessageItem> messages)
Initialization constructor.