FMWebSyncNotifyingClient Class Reference
| Inherits from | FMSerializable : NSObject |
|---|---|
| Declared in | FMWebSync.h |
– boundRecords
- (NSMutableDictionary *)boundRecordsDiscussion
Declared In
FMWebSync.h
– clientId
- (FMNullableGuid *)clientIdDiscussion
Declared In
FMWebSync.h
+ fromJsonWithNotifyingClientJson:
+ (FMWebSyncNotifyingClient *)fromJsonWithNotifyingClientJson:(NSString *)notifyingClientJsonParameters
name="notifyingClientJson">The |
JSON-formatted notifying client to deserialize.
|
|---|
Discussion
Declared In
FMWebSync.h
– getBoundRecordValueJsonWithKey:
- (NSString *)getBoundRecordValueJsonWithKey:(NSString *)keyParameters
name="key">The |
record key.
|
|---|
Discussion
Declared In
FMWebSync.h
– init
- (id)initDiscussion
Declared In
FMWebSync.h
– initWithClientId:boundRecords:
- (id)initWithClientId:(FMNullableGuid *)clientId boundRecords:(NSMutableDictionary *)boundRecordsParameters
name="boundRecords">The |
records bound to the client. |
|---|---|
name="clientId">The |
notifying client’s ID. |
Discussion
Declared In
FMWebSync.h
+ notifyingClient
+ (FMWebSyncNotifyingClient *)notifyingClientDiscussion
Declared In
FMWebSync.h
+ notifyingClientWithClientId:boundRecords:
+ (FMWebSyncNotifyingClient *)notifyingClientWithClientId:(FMNullableGuid *)clientId boundRecords:(NSMutableDictionary *)boundRecordsParameters
name="boundRecords">The |
records bound to the client. |
|---|---|
name="clientId">The |
notifying client’s ID. |
Discussion
Declared In
FMWebSync.h
+ notifyingClientWithId:boundRecords:
+ (FMWebSyncNotifyingClient *)notifyingClientWithId:(FMNullableGuid *)clientId boundRecords:(NSMutableDictionary *)boundRecordsParameters
name="boundRecords">The |
records bound to the client. |
|---|---|
name="clientId">The |
notifying client’s ID. |
Discussion
Declared In
FMWebSync.h
– setBoundRecords:
- (void)setBoundRecords:(NSMutableDictionary *)valueDiscussion
Declared In
FMWebSync.h
– setClientId:
- (void)setClientId:(FMNullableGuid *)valueDiscussion
Declared In
FMWebSync.h
– toJson
- (NSString *)toJsonDiscussion
Declared In
FMWebSync.h
+ toJsonWithNotifyingClient:
+ (NSString *)toJsonWithNotifyingClient:(FMWebSyncNotifyingClient *)notifyingClientParameters
name="notifyingClient">The |
notifying client to serialize.
|
|---|
Discussion
Declared In
FMWebSync.h