|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.drive.model.File.Labels
public static final class File.Labels
A group of labels for the file.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
File.Labels()
|
|
| Method Summary | |
|---|---|
Boolean |
getHidden()
Whether this file is hidden from the user. |
Boolean |
getRestricted()
Whether viewers are prevented from downloading this file. |
Boolean |
getStarred()
Whether this file is starred by the user. |
Boolean |
getTrashed()
Whether this file has been trashed. |
Boolean |
getViewed()
Whether this file has been viewed by this user. |
File.Labels |
setHidden(Boolean hidden)
Whether this file is hidden from the user. |
File.Labels |
setRestricted(Boolean restricted)
Whether viewers are prevented from downloading this file. |
File.Labels |
setStarred(Boolean starred)
Whether this file is starred by the user. |
File.Labels |
setTrashed(Boolean trashed)
Whether this file has been trashed. |
File.Labels |
setViewed(Boolean viewed)
Whether this file has been viewed by this user. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
clone, getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
| 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 |
| Constructor Detail |
|---|
public File.Labels()
| Method Detail |
|---|
public Boolean getRestricted()
null.
public File.Labels setRestricted(Boolean restricted)
null.
public Boolean getHidden()
null.
public File.Labels setHidden(Boolean hidden)
null.
public Boolean getViewed()
null.
public File.Labels setViewed(Boolean viewed)
null.
public Boolean getStarred()
null.
public File.Labels setStarred(Boolean starred)
null.
public Boolean getTrashed()
null.
public File.Labels setTrashed(Boolean trashed)
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||