public final class ListPlaceActionLinksResponse 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 |
---|
ListPlaceActionLinksResponse() |
Modifier and Type | Method and Description |
---|---|
ListPlaceActionLinksResponse |
clone() |
String |
getNextPageToken()
If there are more place action links than the requested page size, then this field is populated
with a token to fetch the next page of results.
|
List<PlaceActionLink> |
getPlaceActionLinks()
The returned list of place action links.
|
ListPlaceActionLinksResponse |
set(String fieldName,
Object value) |
ListPlaceActionLinksResponse |
setNextPageToken(String nextPageToken)
If there are more place action links than the requested page size, then this field is populated
with a token to fetch the next page of results.
|
ListPlaceActionLinksResponse |
setPlaceActionLinks(List<PlaceActionLink> placeActionLinks)
The returned list of place action links.
|
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 ListPlaceActionLinksResponse setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic List<PlaceActionLink> getPlaceActionLinks()
null
for nonepublic ListPlaceActionLinksResponse setPlaceActionLinks(List<PlaceActionLink> placeActionLinks)
placeActionLinks
- placeActionLinks or null
for nonepublic ListPlaceActionLinksResponse set(String fieldName, Object value)
set
in class GenericJson
public ListPlaceActionLinksResponse clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.