Package apple.cloudkit.protocol
Interface CKRecordKeyValueSetting
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NSArray<java.lang.String>allKeys()NSArray<java.lang.String>changedKeys()CKRecordValueobjectForKey(java.lang.String key)CKRecordValueobjectForKeyedSubscript(java.lang.String key)voidsetObjectForKey(CKRecordValue object, java.lang.String key)voidsetObjectForKeyedSubscript(CKRecordValue object, java.lang.String key)
-
-
-
Method Detail
-
allKeys
NSArray<java.lang.String> allKeys()
-
changedKeys
NSArray<java.lang.String> changedKeys()
-
objectForKey
CKRecordValue objectForKey(java.lang.String key)
-
objectForKeyedSubscript
CKRecordValue objectForKeyedSubscript(java.lang.String key)
-
setObjectForKey
void setObjectForKey(CKRecordValue object, java.lang.String key)
-
setObjectForKeyedSubscript
void setObjectForKeyedSubscript(CKRecordValue object, java.lang.String key)
-
-