public static final class File.ShortcutDetails
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ShortcutDetails() |
| Modifier and Type | Method and Description |
|---|---|
File.ShortcutDetails |
clone() |
java.lang.String |
getTargetId()
The ID of the file that this shortcut points to.
|
java.lang.String |
getTargetMimeType()
The MIME type of the file that this shortcut points to.
|
File.ShortcutDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
File.ShortcutDetails |
setTargetId(java.lang.String targetId)
The ID of the file that this shortcut points to.
|
File.ShortcutDetails |
setTargetMimeType(java.lang.String targetMimeType)
The MIME type of the file that this shortcut points to.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getTargetId()
null for nonepublic File.ShortcutDetails setTargetId(java.lang.String targetId)
targetId - targetId or null for nonepublic java.lang.String getTargetMimeType()
null for nonepublic File.ShortcutDetails setTargetMimeType(java.lang.String targetMimeType)
targetMimeType - targetMimeType or null for nonepublic File.ShortcutDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic File.ShortcutDetails clone()
clone in class com.google.api.client.json.GenericJson