public final class StartApprovalRequest
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 Google Drive 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 |
|---|
StartApprovalRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartApprovalRequest |
clone() |
String |
getDueTime()
Optional.
|
Boolean |
getLockFile()
Optional.
|
String |
getMessage()
Optional.
|
List<String> |
getReviewerEmails()
Required.
|
StartApprovalRequest |
set(String fieldName,
Object value) |
StartApprovalRequest |
setDueTime(String dueTime)
Optional.
|
StartApprovalRequest |
setLockFile(Boolean lockFile)
Optional.
|
StartApprovalRequest |
setMessage(String message)
Optional.
|
StartApprovalRequest |
setReviewerEmails(List<String> reviewerEmails)
Required.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDueTime()
null for nonepublic StartApprovalRequest setDueTime(String dueTime)
dueTime - dueTime or null for nonepublic Boolean getLockFile()
null for nonepublic StartApprovalRequest setLockFile(Boolean lockFile)
lockFile - lockFile or null for nonepublic String getMessage()
null for nonepublic StartApprovalRequest setMessage(String message)
message - message or null for nonepublic List<String> getReviewerEmails()
null for nonepublic StartApprovalRequest setReviewerEmails(List<String> reviewerEmails)
reviewerEmails - reviewerEmails or null for nonepublic StartApprovalRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StartApprovalRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.