FMWebSyncRecord Class Reference
| Inherits from | FMDynamic : FMSerializable : NSObject |
|---|---|
| Declared in | FMWebSync.h |
– duplicate
- (FMWebSyncRecord *)duplicateDiscussion
Declared In
FMWebSync.h
+ fromJsonMultipleWithRecordsJson:
+ (NSMutableArray *)fromJsonMultipleWithRecordsJson:(NSString *)recordsJsonParameters
name="recordsJson">A |
JSON string to deserialize.
|
|---|
Discussion
Declared In
FMWebSync.h
+ fromJsonWithRecordJson:
+ (FMWebSyncRecord *)fromJsonWithRecordJson:(NSString *)recordJsonParameters
name="recordJson">A |
JSON string to deserialize.
|
|---|
Discussion
Declared In
FMWebSync.h
– hash
- (int)hashDiscussion
Declared In
FMWebSync.h
– initWithKey:
- (id)initWithKey:(NSString *)keyParameters
name="key">The |
key used to locate the value. |
|---|
Discussion
Declared In
FMWebSync.h
– initWithKey:valueJson:
- (id)initWithKey:(NSString *)key valueJson:(NSString *)valueJsonParameters
name="valueJson">The |
value in JSON format. |
|---|---|
name="key">The |
key used to locate the value. |
Discussion
Declared In
FMWebSync.h
– initWithKey:valueJson:priv:
- (id)initWithKey:(NSString *)key valueJson:(NSString *)valueJson priv:(bool)privParameters
name="priv">Whether |
the record is (to be) private. |
|---|---|
name="valueJson">The |
value in JSON format. |
name="key">The |
key used to locate the value. |
Discussion
Declared In
FMWebSync.h
– isEqualWithObj:
- (bool)isEqualWithObj:(NSObject *)objParameters
name="obj">The |
object to compare with this instance.
|
|---|
Discussion
Declared In
FMWebSync.h
– key
- (NSString *)keyDiscussion
Declared In
FMWebSync.h
– private
- (bool)privateDiscussion
Declared In
FMWebSync.h
+ recordWithKey:
+ (FMWebSyncRecord *)recordWithKey:(NSString *)keyParameters
name="key">The |
key used to locate the value. |
|---|
Discussion
Declared In
FMWebSync.h
+ recordWithKey:valueJson:
+ (FMWebSyncRecord *)recordWithKey:(NSString *)key valueJson:(NSString *)valueJsonParameters
name="valueJson">The |
value in JSON format. |
|---|---|
name="key">The |
key used to locate the value. |
Discussion
Declared In
FMWebSync.h
+ recordWithKey:valueJson:priv:
+ (FMWebSyncRecord *)recordWithKey:(NSString *)key valueJson:(NSString *)valueJson priv:(bool)privParameters
name="priv">Whether |
the record is (to be) private. |
|---|---|
name="valueJson">The |
value in JSON format. |
name="key">The |
key used to locate the value. |
Discussion
Declared In
FMWebSync.h
– setPrivate:
- (void)setPrivate:(bool)valueDiscussion
Declared In
FMWebSync.h
– setValueJson:
- (void)setValueJson:(NSString *)valueDiscussion
Declared In
FMWebSync.h
– toJson
- (NSString *)toJsonDiscussion
Declared In
FMWebSync.h
+ toJsonMultipleWithRecords:
+ (NSString *)toJsonMultipleWithRecords:(NSMutableArray *)recordsParameters
name="records">A |
list of records to serialize.
|
|---|
Discussion
Declared In
FMWebSync.h
+ toJsonWithRecord:
+ (NSString *)toJsonWithRecord:(FMWebSyncRecord *)recordParameters
name="record">A |
record to serialize.
|
|---|
Discussion
Declared In
FMWebSync.h
– toString
- (NSString *)toStringDiscussion
Declared In
FMWebSync.h
– description
- (NSString *)descriptionDiscussion
Declared In
FMWebSync.h
– valueJson
- (NSString *)valueJsonDiscussion
Declared In
FMWebSync.h