KiiServerCodeEntryArgument Class Reference
Inherits from | NSObject |
Declared in | KiiServerCodeEntryArgument.h |
Overview
Class for argument passed to the KiiServerCodeEntry. This class can not be instantiated by using init method. Calling [[KiiServerCodeEntryArgument alloc] init] directly will throw NSInternalInconsistencyException.
Class Methods
argumentWithDictionary:
Instantiate new argument passed to the KiiServerCodeEntry.
+ (nonnull KiiServerCodeEntryArgument *)argumentWithDictionary:(nonnull NSDictionary *)objectArgument
Parameters
- objectArgument
NSDictionary instance to represent JSON object argument, can not be nil.
Return Value
KiiServerCodeEntryArgument instance.
Discussion
Instantiate new argument passed to the KiiServerCodeEntry.
Exceptions
- NSInvalidArgumentException
Thrown if objectArgument is not valid.
Declared In
KiiServerCodeEntryArgument.h