ListVersionsOptions
Stay organized with collections
Save and categorize content based on your preferences.
A class representing options for Remote Config list versions operation.
Inherited Method Summary
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Public Methods
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-04-28 UTC.
[null,null,["Last updated 2021-04-28 UTC."],[],[],null,["# ListVersionsOptions\n\npublic final class **ListVersionsOptions** extends Object \nA class representing options for Remote Config list versions operation. \n\n### Nested Class Summary\n\n|-------|---|---|---|\n| class | [ListVersionsOptions.Builder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions.Builder) || |\n\n### Public Method Summary\n\n|-----------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [ListVersionsOptions.Builder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions.Builder) | [builder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions#builder())() Creates a new [ListVersionsOptions.Builder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions.Builder). |\n| [ListVersionsOptions.Builder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions.Builder) | [toBuilder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions#toBuilder())() Creates a new `Builder` from the options object. |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| Object | clone() |\n| boolean | equals(Object arg0) |\n| void | finalize() |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public static [ListVersionsOptions.Builder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions.Builder)\n**builder**\n()\n\nCreates a new [ListVersionsOptions.Builder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions.Builder). \n\n##### Returns\n\n- A [ListVersionsOptions.Builder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions.Builder) instance. \n\n#### public [ListVersionsOptions.Builder](/docs/reference/admin/java/reference/com/google/firebase/remoteconfig/ListVersionsOptions.Builder)\n**toBuilder**\n()\n\nCreates a new `Builder` from the options object.\n\nThe new builder is not backed by this object's values; that is, changes made to the new\nbuilder don't change the values of the origin object."]]