public class PagedLiveData.PageRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Applies all the change you defined with this builder.
|
PagedLiveData.PageRequestBuilder |
offset(int value)
change offset
|
PagedLiveData.PageRequestBuilder |
page(int value)
change page
|
PagedLiveData.PageRequestBuilder |
pageSize(int value)
change pageSize
|
public PagedLiveData.PageRequestBuilder offset(int value)
value - public PagedLiveData.PageRequestBuilder page(int value)
value - public PagedLiveData.PageRequestBuilder pageSize(int value)
value - public void apply()
Copyright © 2019. All rights reserved.