Drive API v2 (revision 47)
com.google.api.services.drive.model
Class File.IndexableText
java.lang.Object
java.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.drive.model.File.IndexableText
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
- Enclosing class:
- File
public static final class File.IndexableText
- extends GenericJson
Indexable text attributes for the file (can only be written)
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Method Summary |
java.lang.String |
getText()
The text to be indexed for this file
The value returned may be null . |
File.IndexableText |
setText(java.lang.String text)
The text to be indexed for this file
The value set may be null . |
Methods inherited from class java.util.AbstractMap |
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
File.IndexableText
public File.IndexableText()
getText
public java.lang.String getText()
- The text to be indexed for this file
The value returned may be
null
.
setText
public File.IndexableText setText(java.lang.String text)
- The text to be indexed for this file
The value set may be
null
.