public final class
ListVersionsOptions
extends Object
A class representing options for Remote Config list versions operation.
Nested Class Summary
Public Method Summary
static ListVersionsOptions.Builder |
builder()
Creates a new
ListVersionsOptions.Builder . |
ListVersionsOptions.Builder |
toBuilder()
Creates a new
Builder from the options object. |
Inherited Method Summary
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
public static ListVersionsOptions.Builder builder ()
Creates a new ListVersionsOptions.Builder
.
Returns
- A
ListVersionsOptions.Builder
instance.
public ListVersionsOptions.Builder toBuilder ()
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.