Class FilePersistedCredentials
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials
-
@Deprecated @Beta public class FilePersistedCredentials extends com.google.api.client.json.GenericJson
Deprecated.(to be removed in the future) UseFileDataStoreFactory
instead.- Since:
- 1.11
- Author:
- Rafael Naufal
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description FilePersistedCredentials()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FilePersistedCredentials
clone()
Deprecated.FilePersistedCredentials
set(String fieldName, Object value)
Deprecated.-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, 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
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
set
public FilePersistedCredentials set(String fieldName, Object value)
Deprecated.- Overrides:
set
in classcom.google.api.client.json.GenericJson
-
clone
public FilePersistedCredentials clone()
Deprecated.- Overrides:
clone
in classcom.google.api.client.json.GenericJson
-
-