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.Flags| Constructor and Description |
|---|
GoogleAppsScriptTypeAddOnEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeAddOnEntryPoint |
clone() |
java.lang.String |
getAddOnType()
The add-on's required list of supported container types.
|
java.lang.String |
getDescription()
The add-on's optional description.
|
java.lang.String |
getHelpUrl()
The add-on's optional help URL.
|
java.lang.String |
getPostInstallTipUrl()
The add-on's required post install tip URL.
|
java.lang.String |
getReportIssueUrl()
The add-on's optional report issue URL.
|
java.lang.String |
getTitle()
The add-on's required title.
|
GoogleAppsScriptTypeAddOnEntryPoint |
set(java.lang.String fieldName,
java.lang.Object value) |
GoogleAppsScriptTypeAddOnEntryPoint |
setAddOnType(java.lang.String addOnType)
The add-on's required list of supported container types.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setDescription(java.lang.String description)
The add-on's optional description.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setHelpUrl(java.lang.String helpUrl)
The add-on's optional help URL.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setPostInstallTipUrl(java.lang.String postInstallTipUrl)
The add-on's required post install tip URL.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setReportIssueUrl(java.lang.String reportIssueUrl)
The add-on's optional report issue URL.
|
GoogleAppsScriptTypeAddOnEntryPoint |
setTitle(java.lang.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, valuespublic java.lang.String getAddOnType()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setAddOnType(java.lang.String addOnType)
addOnType - addOnType or null for nonepublic java.lang.String getDescription()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getHelpUrl()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setHelpUrl(java.lang.String helpUrl)
helpUrl - helpUrl or null for nonepublic java.lang.String getPostInstallTipUrl()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setPostInstallTipUrl(java.lang.String postInstallTipUrl)
postInstallTipUrl - postInstallTipUrl or null for nonepublic java.lang.String getReportIssueUrl()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setReportIssueUrl(java.lang.String reportIssueUrl)
reportIssueUrl - reportIssueUrl or null for nonepublic java.lang.String getTitle()
null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint setTitle(java.lang.String title)
title - title or null for nonepublic GoogleAppsScriptTypeAddOnEntryPoint set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsScriptTypeAddOnEntryPoint clone()
clone in class com.google.api.client.json.GenericJson