FMWebSyncUnbindArgs Class Reference

Inherits from FMWebSyncBaseInputArgs : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject
Declared in FMWebSync.h

Overview

Arguments for client unbind requests.

– initWithKey:

Initializes a new instance of the class.

- (id)initWithKey:(NSString *)key

Parameters

name="key">The

key to unbind.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h

– initWithKeys:

Initializes a new instance of the class.

- (id)initWithKeys:(NSMutableArray *)keys

Parameters

name="keys">The

keys to unbind.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h

– initWithRecord:

Initializes a new instance of the class.

- (id)initWithRecord:(FMWebSyncRecord *)record

Parameters

name="record">The

record to unbind.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h

– initWithRecords:

Initializes a new instance of the class.

- (id)initWithRecords:(NSMutableArray *)records

Parameters

name="records">The

records to unbind.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h

– key

Gets the record key to unbind. Overrides , , and .

- (NSString *)key

Discussion

Gets the record key to unbind. Overrides , , and .

Declared In

FMWebSync.h

– keys

Gets the record keys to unbind. Overrides , , and .

- (NSMutableArray *)keys

Discussion

Gets the record keys to unbind. Overrides , , and .

Declared In

FMWebSync.h

– onComplete

Gets the callback to invoke after or .

- (FMCallback *)onComplete

Discussion

Gets the callback to invoke after or .

Declared In

FMWebSync.h

– onFailure

Gets the callback to invoke if the request fails.

- (FMCallback *)onFailure

Discussion

Gets the callback to invoke if the request fails.

Declared In

FMWebSync.h

– onSuccess

Gets the callback to invoke if the request succeeds.

- (FMCallback *)onSuccess

Discussion

Gets the callback to invoke if the request succeeds.

Declared In

FMWebSync.h

– record

Gets the record to unbind. Overrides , , and .

- (FMWebSyncRecord *)record

Discussion

Gets the record to unbind. Overrides , , and .

Declared In

FMWebSync.h

– records

Gets the records to unbind. Overrides , , and .

- (NSMutableArray *)records

Discussion

Gets the records to unbind. Overrides , , and .

Declared In

FMWebSync.h

– setKey:

Sets the record key to unbind. Overrides , , and .

- (void)setKey:(NSString *)value

Discussion

Sets the record key to unbind. Overrides , , and .

Declared In

FMWebSync.h

– setKeys:

Sets the record keys to unbind. Overrides , , and .

- (void)setKeys:(NSMutableArray *)value

Discussion

Sets the record keys to unbind. Overrides , , and .

Declared In

FMWebSync.h

– setOnComplete:

Sets the callback to invoke after or .

- (void)setOnComplete:(FMCallback *)value

Discussion

Sets the callback to invoke after or .

Declared In

FMWebSync.h

– setOnCompleteBlock:

Sets the callback to invoke after or .

- (void)setOnCompleteBlock:(void ( ^ ) ( FMWebSyncUnbindCompleteArgs *))valueBlock

Discussion

Sets the callback to invoke after or .

Declared In

FMWebSync.h

– setOnFailure:

Sets the callback to invoke if the request fails.

- (void)setOnFailure:(FMCallback *)value

Discussion

Sets the callback to invoke if the request fails.

Declared In

FMWebSync.h

– setOnFailureBlock:

Sets the callback to invoke if the request fails.

- (void)setOnFailureBlock:(void ( ^ ) ( FMWebSyncUnbindFailureArgs *))valueBlock

Discussion

Sets the callback to invoke if the request fails.

Declared In

FMWebSync.h

– setOnSuccess:

Sets the callback to invoke if the request succeeds.

- (void)setOnSuccess:(FMCallback *)value

Discussion

Sets the callback to invoke if the request succeeds.

Declared In

FMWebSync.h

– setOnSuccessBlock:

Sets the callback to invoke if the request succeeds.

- (void)setOnSuccessBlock:(void ( ^ ) ( FMWebSyncUnbindSuccessArgs *))valueBlock

Discussion

Sets the callback to invoke if the request succeeds.

Declared In

FMWebSync.h

– setRecord:

Sets the record to unbind. Overrides , , and .

- (void)setRecord:(FMWebSyncRecord *)value

Discussion

Sets the record to unbind. Overrides , , and .

Declared In

FMWebSync.h

– setRecords:

Sets the records to unbind. Overrides , , and .

- (void)setRecords:(NSMutableArray *)value

Discussion

Sets the records to unbind. Overrides , , and .

Declared In

FMWebSync.h

+ unbindArgsWithKey:

Initializes a new instance of the class.

+ (FMWebSyncUnbindArgs *)unbindArgsWithKey:(NSString *)key

Parameters

name="key">The

key to unbind.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h

+ unbindArgsWithKeys:

Initializes a new instance of the class.

+ (FMWebSyncUnbindArgs *)unbindArgsWithKeys:(NSMutableArray *)keys

Parameters

name="keys">The

keys to unbind.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h

+ unbindArgsWithRecord:

Initializes a new instance of the class.

+ (FMWebSyncUnbindArgs *)unbindArgsWithRecord:(FMWebSyncRecord *)record

Parameters

name="record">The

record to unbind.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h

+ unbindArgsWithRecords:

Initializes a new instance of the class.

+ (FMWebSyncUnbindArgs *)unbindArgsWithRecords:(NSMutableArray *)records

Parameters

name="records">The

records to unbind.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSync.h