public final class GroupingInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Wallet API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GroupingInfo() |
| Modifier and Type | Method and Description |
|---|---|
GroupingInfo |
clone() |
String |
getGroupingId()
Optional grouping ID for grouping the passes with the same ID visually together.
|
Integer |
getSortIndex()
Optional index for sorting the passes when they are grouped with other passes.
|
GroupingInfo |
set(String fieldName,
Object value) |
GroupingInfo |
setGroupingId(String groupingId)
Optional grouping ID for grouping the passes with the same ID visually together.
|
GroupingInfo |
setSortIndex(Integer sortIndex)
Optional index for sorting the passes when they are grouped with other passes.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getGroupingId()
null for nonepublic GroupingInfo setGroupingId(String groupingId)
groupingId - groupingId or null for nonepublic Integer getSortIndex()
null for nonepublic GroupingInfo setSortIndex(Integer sortIndex)
sortIndex - sortIndex or null for nonepublic GroupingInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GroupingInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.