-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ProfileSettingsParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringVERSION_KEYpublic final static StringREPLACE_KEYpublic final static StringSILENT_IMPORT_KEYpublic final static StringLATEST_CHANGES_KEYpublic final static StringPROFILE_SETTINGS_URI_KEYprivate UriprofileSettingsUriprivate StringlatestChangesprivate intversionprivate List<String>settingsTypeKeyListpublic final static Parcelable.Creator<ProfileSettingsParams>CREATOR
-
Constructor Summary
Constructors Constructor Description ProfileSettingsParams(Uri profileSettingsUri, List<AExportSettingsType> settingsTypeList, boolean replace, boolean silent, String latestChanges, int version)ProfileSettingsParams(List<String> settingsTypeList, Uri profileSettingsUri, boolean replace, boolean silent, String latestChanges, int version)ProfileSettingsParams(Uri profileSettingsUri, List<AExportSettingsType> settingsTypeList, boolean replace, String latestChanges, int version)ProfileSettingsParams(Parcel in)
-
Method Summary
Modifier and Type Method Description UrigetProfileSettingsUri()StringgetLatestChanges()intgetVersion()voidsetSettingsTypeKeyList(List<String> settingsTypeKeyList)List<String>getSettingsTypeKeys()booleanisReplace()booleanisSilent()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ProfileSettingsParams
ProfileSettingsParams(Uri profileSettingsUri, List<AExportSettingsType> settingsTypeList, boolean replace, boolean silent, String latestChanges, int version)
-
ProfileSettingsParams
ProfileSettingsParams(List<String> settingsTypeList, Uri profileSettingsUri, boolean replace, boolean silent, String latestChanges, int version)
-
ProfileSettingsParams
ProfileSettingsParams(Uri profileSettingsUri, List<AExportSettingsType> settingsTypeList, boolean replace, String latestChanges, int version)
-
ProfileSettingsParams
ProfileSettingsParams(Parcel in)
-
-
Method Detail
-
getProfileSettingsUri
Uri getProfileSettingsUri()
-
getLatestChanges
String getLatestChanges()
-
getVersion
int getVersion()
-
setSettingsTypeKeyList
void setSettingsTypeKeyList(List<String> settingsTypeKeyList)
-
getSettingsTypeKeys
List<String> getSettingsTypeKeys()
-
isReplace
boolean isReplace()
-
isSilent
boolean isSilent()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-