public final class GoogleAppsScriptTypeAddOnEntryPoint
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 |
|---|
GoogleAppsScriptTypeAddOnEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeAddOnEntryPoint |
clone() |
String |
getAddOnType()
The add-on's required list of supported container types.
|
String |
getDescription()
The add-on's optional description.
|
String |
getHelpUrl()
The add-on's optional help URL.
|
String |
getPostInstallTipUrl()
The add-on's required post install tip URL.
|
String |
getReportIssueUrl()
The add-on's optional report issue URL.
|
String |
getTitle()
The add-on's required title.
|
GoogleAppsScriptTypeAddOnEntryPoint |
set(String fieldName,
Object value) |
GoogleAppsScriptTypeAddOnEntryPoint |
setAddOnType(String addOnType)
The add-on's required list of supported container types.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setDescription(String description)
The add-on's optional description.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setHelpUrl(String helpUrl)
The add-on's optional help URL.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setPostInstallTipUrl(String postInstallTipUrl)
The add-on's required post install tip URL.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setReportIssueUrl(String reportIssueUrl)
The add-on's optional report issue URL.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setTitle(String title)
The add-on's required title.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAddOnType()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setAddOnType(String addOnType)
addOnType - addOnType or null for nonepublic String getDescription()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setDescription(String description)
description - description or null for nonepublic String getHelpUrl()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setHelpUrl(String helpUrl)
helpUrl - helpUrl or null for nonepublic String getPostInstallTipUrl()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setPostInstallTipUrl(String postInstallTipUrl)
postInstallTipUrl - postInstallTipUrl or null for nonepublic String getReportIssueUrl()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setReportIssueUrl(String reportIssueUrl)
reportIssueUrl - reportIssueUrl or null for nonepublic String getTitle()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setTitle(String title)
title - title or null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsScriptTypeAddOnEntryPoint clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2019 Google. All rights reserved.