public final class ListValue extends Value<List<? extends Value<?>>>
Value
objects.Modifier and Type | Class and Description |
---|---|
static class |
ListValue.Builder |
Constructor and Description |
---|
ListValue(List<? extends Value<?>> values) |
ListValue(Value<?> first,
Value<?>... other) |
Modifier and Type | Method and Description |
---|---|
static ListValue.Builder |
newBuilder()
Returns a builder for
ListValue objects. |
static ListValue |
of(Blob first,
Blob... other)
Creates a
ListValue object given a number of Blob values. |
static ListValue |
of(boolean first,
boolean... other)
Creates a
ListValue object given a number of boolean values. |
static ListValue |
of(double first,
double... other)
Creates a
ListValue object given a number of double values. |
static ListValue |
of(FullEntity<?> first,
FullEntity<?>... other)
Creates a
ListValue object given a number of FullEntity values. |
static ListValue |
of(Key first,
Key... other)
Creates a
ListValue object given a number of Key values. |
static ListValue |
of(LatLng first,
LatLng... other)
Creates a
ListValue object given a number of LatLng values. |
static ListValue |
of(List<? extends Value<?>> values)
Creates a
ListValue object given a list of Value objects. |
static ListValue |
of(long first,
long... other)
Creates a
ListValue object given a number of long values. |
static ListValue |
of(String first,
String... other)
Creates a
ListValue object given a number of string values. |
static ListValue |
of(Timestamp first,
Timestamp... other)
Creates a
ListValue object given a number of Timestamp values. |
static ListValue |
of(Value<?> first,
Value<?>... other)
Creates a
ListValue object given a number of Value objects. |
ListValue.Builder |
toBuilder()
Returns a builder for the list value object.
|
public ListValue.Builder toBuilder()
public static ListValue of(List<? extends Value<?>> values)
ListValue
object given a list of Value
objects.public static ListValue of(Value<?> first, Value<?>... other)
ListValue
object given a number of Value
objects.public static ListValue of(String first, String... other)
ListValue
object given a number of string values.public static ListValue of(long first, long... other)
ListValue
object given a number of long values.public static ListValue of(double first, double... other)
ListValue
object given a number of double values.public static ListValue of(boolean first, boolean... other)
ListValue
object given a number of boolean values.public static ListValue of(Timestamp first, Timestamp... other)
ListValue
object given a number of Timestamp
values.public static ListValue of(LatLng first, LatLng... other)
ListValue
object given a number of LatLng
values.public static ListValue of(Key first, Key... other)
ListValue
object given a number of Key
values.public static ListValue of(FullEntity<?> first, FullEntity<?>... other)
ListValue
object given a number of FullEntity
values.public static ListValue of(Blob first, Blob... other)
ListValue
object given a number of Blob
values.public static ListValue.Builder newBuilder()
ListValue
objects.Copyright © 2019 Google LLC. All rights reserved.