| Package | Description |
|---|---|
| com.google.api.services.script.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeFunctionSet |
GoogleAppsScriptTypeFunctionSet.clone() |
GoogleAppsScriptTypeFunctionSet |
File.getFunctionSet()
The defined set of functions in the script file, if any.
|
GoogleAppsScriptTypeFunctionSet |
GoogleAppsScriptTypeFunctionSet.set(java.lang.String fieldName,
java.lang.Object value) |
GoogleAppsScriptTypeFunctionSet |
GoogleAppsScriptTypeFunctionSet.setValues(java.util.List<GoogleAppsScriptTypeFunction> values)
A list of functions composing the set.
|
| Modifier and Type | Method and Description |
|---|---|
File |
File.setFunctionSet(GoogleAppsScriptTypeFunctionSet functionSet)
The defined set of functions in the script file, if any.
|