| java.lang.Object | |
| ↳ | com.google.firebase.remoteconfig.ListVersionsOptions |
A class representing options for Remote Config list versions operation.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | ListVersionsOptions.Builder | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ListVersionsOptions.Builder |
builder()
Creates a new
ListVersionsOptions.Builder. | ||||||||||
| ListVersionsOptions.Builder |
toBuilder()
Creates a new
Builder from the options object. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new ListVersionsOptions.Builder.
ListVersionsOptions.Builder instance.
Creates a new Builder from the options object.
The new builder is not backed by this object's values; that is, changes made to the new builder don't change the values of the origin object.