FMLiveSwitchSignallingSubscription Class Reference

Instance Methods

(NSString *) - channel
 
(FMLiveSwitchSignallingSubscription *) - duplicate
 
(instancetype) - initWithChannel:
 
(instancetype) - initWithChannel:tag:
 
(void) - setChannel:
 
(void) - setTag:
 
(NSString *) - tag
 
(NSString *) - toJson
 
- Instance Methods inherited from FMLiveSwitchDynamic
(NSMutableDictionary< NSString *, id > *) - dynamicProperties
 Gets all dynamic properties on this instance. More...
 
(id- getDynamicValueWithKey:
 Gets a property value from the local cache. More...
 
(instancetype) - init
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 
(void) - setDynamicValueWithKey:value:
 Sets a property value in the local cache. More...
 
(bool) - unsetDynamicValueWithKey:
 Removes a property value from the local cache. More...
 

Class Methods

(NSMutableArray *) + fromJsonArrayWithSubscriptionsJson:
 
(FMLiveSwitchSignallingSubscription *) + fromJsonWithSubscriptionJson:
 
(FMLiveSwitchSignallingSubscription *) + subscriptionWithChannel:
 
(FMLiveSwitchSignallingSubscription *) + subscriptionWithChannel:tag:
 
(NSString *) + toJsonArrayWithSubscriptions:
 
(NSString *) + toJsonWithSubscription:
 
- Class Methods inherited from FMLiveSwitchDynamic
(FMLiveSwitchDynamic *) + dynamic
 
- Class Methods inherited from FMLiveSwitchSerializable
(FMLiveSwitchSerializable *) + serializable
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 

Method Documentation

◆ channel

- (NSString*) channel

◆ duplicate

◆ fromJsonArrayWithSubscriptionsJson:

+ (NSMutableArray*) fromJsonArrayWithSubscriptionsJson: (NSString *)  subscriptionsJson

◆ fromJsonWithSubscriptionJson:

+ (FMLiveSwitchSignallingSubscription*) fromJsonWithSubscriptionJson: (NSString *)  subscriptionJson

◆ initWithChannel:

- (instancetype) initWithChannel: (NSString *)  channel

◆ initWithChannel:tag:

- (instancetype) initWithChannel: (NSString *)  channel
tag: (NSString *)  tag 

◆ setChannel:

- (void) setChannel: (NSString *)  value

◆ setTag:

- (void) setTag: (NSString *)  value

◆ subscriptionWithChannel:

+ (FMLiveSwitchSignallingSubscription*) subscriptionWithChannel: (NSString *)  channel

◆ subscriptionWithChannel:tag:

◆ tag

- (NSString*) tag

◆ toJson

- (NSString*) toJson

◆ toJsonArrayWithSubscriptions:

+ (NSString*) toJsonArrayWithSubscriptions: (NSMutableArray *)  subscriptions

◆ toJsonWithSubscription:

+ (NSString*) toJsonWithSubscription: (FMLiveSwitchSignallingSubscription *)  subscription