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.Flags| Constructor and Description |
|---|
EntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
clone() |
GoogleAppsScriptTypeAddOnEntryPoint |
getAddOn()
Add-on properties.
|
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
EntryPoint |
setAddOn(GoogleAppsScriptTypeAddOnEntryPoint addOn)
Add-on properties.
|
EntryPoint |
setEntryPointType(java.lang.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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic GoogleAppsScriptTypeAddOnEntryPoint getAddOn()
null for nonepublic EntryPoint setAddOn(GoogleAppsScriptTypeAddOnEntryPoint addOn)
addOn - addOn or null for nonepublic java.lang.String getEntryPointType()
null for nonepublic EntryPoint setEntryPointType(java.lang.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(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EntryPoint clone()
clone in class com.google.api.client.json.GenericJson