-
public final class DropboxPreferences.DropboxSettings
-
-
Field Summary
Fields Modifier and Type Field Description private final DropboxPreferences.AuthInfoauthInfoprivate final List<String>searchHistory
-
Constructor Summary
Constructors Constructor Description DropboxPreferences.DropboxSettings(DropboxPreferences.AuthInfo authInfo, List<String> searchHistory)
-
Method Summary
Modifier and Type Method Description final DropboxPreferences.AuthInfogetAuthInfo()final List<String>getSearchHistory()-
-
Constructor Detail
-
DropboxPreferences.DropboxSettings
DropboxPreferences.DropboxSettings(DropboxPreferences.AuthInfo authInfo, List<String> searchHistory)
-
-
Method Detail
-
getAuthInfo
final DropboxPreferences.AuthInfo getAuthInfo()
-
getSearchHistory
final List<String> getSearchHistory()
-
-
-
-