| java.lang.Object | |
| ↳ | com.google.firebase.remoteconfig.ListVersionsOptions.Builder |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ListVersionsOptions |
build()
Builds a new
ListVersionsOptions instance from the fields set on this builder. | ||||||||||
| ListVersionsOptions.Builder |
setEndTimeMillis(long endTimeMillis)
Sets the latest update time to include in the results.
| ||||||||||
| ListVersionsOptions.Builder |
setEndVersionNumber(long endVersionNumber)
Sets the newest version number to include in the results.
| ||||||||||
| ListVersionsOptions.Builder |
setEndVersionNumber(String endVersionNumber)
Sets the newest version number to include in the results.
| ||||||||||
| ListVersionsOptions.Builder |
setPageSize(int pageSize)
Sets the page size.
| ||||||||||
| ListVersionsOptions.Builder |
setPageToken(String pageToken)
Sets the page token.
| ||||||||||
| ListVersionsOptions.Builder |
setStartTimeMillis(long startTimeMillis)
Sets the earliest update time to include in the results.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Builds a new ListVersionsOptions instance from the fields set on this builder.
ListVersionsOptions.
Sets the latest update time to include in the results.
| endTimeMillis | Specify the latest update time to include in the results. Any entries updated on or after this time are omitted. |
|---|
Sets the newest version number to include in the results.
| endVersionNumber | Specify the newest version number to include in the results. If specified, must be greater than zero. Defaults to the newest version. |
|---|
Sets the newest version number to include in the results.
| endVersionNumber | Specify the newest version number to include in the results. If specified, must be greater than zero. Defaults to the newest version. |
|---|
Sets the page size.
| pageSize | The maximum number of items to return per page. |
|---|
Sets the page token.
| pageToken | The nextPageToken value returned from a previous List request,
if any. |
|---|
Sets the earliest update time to include in the results.
| startTimeMillis | Specify the earliest update time to include in the results. Any entries updated before this time are omitted. |
|---|