public final class CollectionFieldValue
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<CollectionFieldValue> |
CREATOR |
java.lang.String |
group
Group identifier, this can be used to represent grouped values, such as a double dropdown field.
|
java.lang.String |
label
User-friendly name for the value.
|
java.lang.String |
value
Unique identifier for the value, this is usually only used in Connect API requests.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CollectionFieldValue(android.os.Parcel in) |
|
CollectionFieldValue(java.lang.String group,
java.lang.String label,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final java.lang.String group
public final java.lang.String label
public final java.lang.String value
public static final android.os.Parcelable.Creator<CollectionFieldValue> CREATOR