public final class ListPlaceActionTypeMetadataResponse extends 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 My Business Place Actions API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ListPlaceActionTypeMetadataResponse() |
Modifier and Type | Method and Description |
---|---|
ListPlaceActionTypeMetadataResponse |
clone() |
String |
getNextPageToken()
If the number of action types exceeded the requested page size, this field will be populated
with a token to fetch the next page on a subsequent call to `placeActionTypeMetadata.list`.
|
List<PlaceActionTypeMetadata> |
getPlaceActionTypeMetadata()
A collection of metadata for the available place action types.
|
ListPlaceActionTypeMetadataResponse |
set(String fieldName,
Object value) |
ListPlaceActionTypeMetadataResponse |
setNextPageToken(String nextPageToken)
If the number of action types exceeded the requested page size, this field will be populated
with a token to fetch the next page on a subsequent call to `placeActionTypeMetadata.list`.
|
ListPlaceActionTypeMetadataResponse |
setPlaceActionTypeMetadata(List<PlaceActionTypeMetadata> placeActionTypeMetadata)
A collection of metadata for the available place action types.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getNextPageToken()
null
for nonepublic ListPlaceActionTypeMetadataResponse setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic List<PlaceActionTypeMetadata> getPlaceActionTypeMetadata()
null
for nonepublic ListPlaceActionTypeMetadataResponse setPlaceActionTypeMetadata(List<PlaceActionTypeMetadata> placeActionTypeMetadata)
placeActionTypeMetadata
- placeActionTypeMetadata or null
for nonepublic ListPlaceActionTypeMetadataResponse set(String fieldName, Object value)
set
in class GenericJson
public ListPlaceActionTypeMetadataResponse clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.