public final class EntryPoint
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 Apps Script 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 |
|---|
EntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
clone() |
GoogleAppsScriptTypeAddOnEntryPoint |
getAddOn()
Add-on properties.
|
String |
getEntryPointType()
The type of the entry point.
|
GoogleAppsScriptTypeExecutionApiEntryPoint |
getExecutionApi()
An entry point specification for Apps Script API execution calls.
|
GoogleAppsScriptTypeWebAppEntryPoint |
getWebApp()
An entry point specification for web apps.
|
EntryPoint |
set(String fieldName,
Object value) |
EntryPoint |
setAddOn(GoogleAppsScriptTypeAddOnEntryPoint addOn)
Add-on properties.
|
EntryPoint |
setEntryPointType(String entryPointType)
The type of the entry point.
|
EntryPoint |
setExecutionApi(GoogleAppsScriptTypeExecutionApiEntryPoint executionApi)
An entry point specification for Apps Script API execution calls.
|
EntryPoint |
setWebApp(GoogleAppsScriptTypeWebAppEntryPoint webApp)
An entry point specification for web apps.
|
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 GoogleAppsScriptTypeAddOnEntryPoint getAddOn()
null for nonepublic EntryPoint setAddOn(GoogleAppsScriptTypeAddOnEntryPoint addOn)
addOn - addOn or null for nonepublic String getEntryPointType()
null for nonepublic EntryPoint setEntryPointType(String entryPointType)
entryPointType - entryPointType or null for nonepublic GoogleAppsScriptTypeExecutionApiEntryPoint getExecutionApi()
null for nonepublic EntryPoint setExecutionApi(GoogleAppsScriptTypeExecutionApiEntryPoint executionApi)
executionApi - executionApi or null for nonepublic GoogleAppsScriptTypeWebAppEntryPoint getWebApp()
null for nonepublic EntryPoint setWebApp(GoogleAppsScriptTypeWebAppEntryPoint webApp)
webApp - webApp or null for nonepublic EntryPoint set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EntryPoint clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.