public final class GoogleAppsScriptTypeWebAppEntryPoint 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 Apps Script 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 |
|---|
GoogleAppsScriptTypeWebAppEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeWebAppEntryPoint |
clone() |
GoogleAppsScriptTypeWebAppConfig |
getEntryPointConfig()
The entry point's configuration.
|
String |
getUrl()
The URL for the web application.
|
GoogleAppsScriptTypeWebAppEntryPoint |
set(String fieldName,
Object value) |
GoogleAppsScriptTypeWebAppEntryPoint |
setEntryPointConfig(GoogleAppsScriptTypeWebAppConfig entryPointConfig)
The entry point's configuration.
|
GoogleAppsScriptTypeWebAppEntryPoint |
setUrl(String url)
The URL for the web application.
|
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 GoogleAppsScriptTypeWebAppEntryPoint()
public GoogleAppsScriptTypeWebAppConfig getEntryPointConfig()
null for nonepublic GoogleAppsScriptTypeWebAppEntryPoint setEntryPointConfig(GoogleAppsScriptTypeWebAppConfig entryPointConfig)
entryPointConfig - entryPointConfig or null for nonepublic String getUrl()
null for nonepublic GoogleAppsScriptTypeWebAppEntryPoint setUrl(String url)
url - url or null for nonepublic GoogleAppsScriptTypeWebAppEntryPoint set(String fieldName, Object value)
set in class GenericJsonpublic GoogleAppsScriptTypeWebAppEntryPoint clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.