public final class CreateProjectRequest
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 |
|---|
CreateProjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
clone() |
java.lang.String |
getParentId()
The Drive ID of a parent file that the created script project is bound to.
|
java.lang.String |
getTitle()
The title for the project.
|
CreateProjectRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
CreateProjectRequest |
setParentId(java.lang.String parentId)
The Drive ID of a parent file that the created script project is bound to.
|
CreateProjectRequest |
setTitle(java.lang.String title)
The title for the project.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getParentId()
null for nonepublic CreateProjectRequest setParentId(java.lang.String parentId)
parentId - parentId or null for nonepublic java.lang.String getTitle()
null for nonepublic CreateProjectRequest setTitle(java.lang.String title)
title - title or null for nonepublic CreateProjectRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CreateProjectRequest clone()
clone in class com.google.api.client.json.GenericJson