VivochaCapabilitiesValue

@interface VivochaCapabilitiesValue : NSObject

Represents a Capability value

  • - (NSString *)getKey;

    Returns the key

  • - (NSDictionary *)toJSON;

    Returns the value as JSON (NSDictionary)

  • + (VivochaCapabilitiesValue *)valueWithKey:(NSString *)key;

    Factory method to create a VivochaCapabilitiesValue with key

    Parameters

    key

    a key.