| Package | Description |
|---|---|
| com.google.api.services.script.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeWebAppEntryPoint |
GoogleAppsScriptTypeWebAppEntryPoint.clone() |
GoogleAppsScriptTypeWebAppEntryPoint |
EntryPoint.getWebApp()
An entry point specification for web apps.
|
GoogleAppsScriptTypeWebAppEntryPoint |
GoogleAppsScriptTypeWebAppEntryPoint.set(java.lang.String fieldName,
java.lang.Object value) |
GoogleAppsScriptTypeWebAppEntryPoint |
GoogleAppsScriptTypeWebAppEntryPoint.setEntryPointConfig(GoogleAppsScriptTypeWebAppConfig entryPointConfig)
The entry point's configuration.
|
GoogleAppsScriptTypeWebAppEntryPoint |
GoogleAppsScriptTypeWebAppEntryPoint.setUrl(java.lang.String url)
The URL for the web application.
|
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
EntryPoint.setWebApp(GoogleAppsScriptTypeWebAppEntryPoint webApp)
An entry point specification for web apps.
|