public final class AssignmentInfo
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 Tasks 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AssignmentInfo() |
Modifier and Type | Method and Description |
---|---|
AssignmentInfo |
clone() |
DriveResourceInfo |
getDriveResourceInfo()
Output only.
|
String |
getLinkToTask()
Output only.
|
SpaceInfo |
getSpaceInfo()
Output only.
|
String |
getSurfaceType()
Output only.
|
AssignmentInfo |
set(String fieldName,
Object value) |
AssignmentInfo |
setDriveResourceInfo(DriveResourceInfo driveResourceInfo)
Output only.
|
AssignmentInfo |
setLinkToTask(String linkToTask)
Output only.
|
AssignmentInfo |
setSpaceInfo(SpaceInfo spaceInfo)
Output only.
|
AssignmentInfo |
setSurfaceType(String surfaceType)
Output only.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public DriveResourceInfo getDriveResourceInfo()
null
for nonepublic AssignmentInfo setDriveResourceInfo(DriveResourceInfo driveResourceInfo)
driveResourceInfo
- driveResourceInfo or null
for nonepublic String getLinkToTask()
null
for nonepublic AssignmentInfo setLinkToTask(String linkToTask)
linkToTask
- linkToTask or null
for nonepublic SpaceInfo getSpaceInfo()
null
for nonepublic AssignmentInfo setSpaceInfo(SpaceInfo spaceInfo)
spaceInfo
- spaceInfo or null
for nonepublic String getSurfaceType()
null
for nonepublic AssignmentInfo setSurfaceType(String surfaceType)
surfaceType
- surfaceType or null
for nonepublic AssignmentInfo set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AssignmentInfo clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.