public final class GoogleAppsCardV1AppUri 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 Google Chat API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleAppsCardV1AppUri() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1AppUri |
clone() |
GoogleAppsCardV1Intent |
getAndroidIntent()
An intent object to be opened in the corresponding android hosting app.
|
String |
getCompanionUri()
A companion uri string to be opened in the chat companion window.
|
String |
getIosUri()
A uri string to be opened in the corresponding iOS hosting app.
|
GoogleAppsCardV1AppUri |
set(String fieldName,
Object value) |
GoogleAppsCardV1AppUri |
setAndroidIntent(GoogleAppsCardV1Intent androidIntent)
An intent object to be opened in the corresponding android hosting app.
|
GoogleAppsCardV1AppUri |
setCompanionUri(String companionUri)
A companion uri string to be opened in the chat companion window.
|
GoogleAppsCardV1AppUri |
setIosUri(String iosUri)
A uri string to be opened in the corresponding iOS hosting app.
|
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 GoogleAppsCardV1Intent getAndroidIntent()
null for nonepublic GoogleAppsCardV1AppUri setAndroidIntent(GoogleAppsCardV1Intent androidIntent)
androidIntent - androidIntent or null for nonepublic String getCompanionUri()
null for nonepublic GoogleAppsCardV1AppUri setCompanionUri(String companionUri)
companionUri - companionUri or null for nonepublic String getIosUri()
null for nonepublic GoogleAppsCardV1AppUri setIosUri(String iosUri)
iosUri - iosUri or null for nonepublic GoogleAppsCardV1AppUri set(String fieldName, Object value)
set in class GenericJsonpublic GoogleAppsCardV1AppUri clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.