Inherits from NSObject
Declared in OlapicEntity.h

Overview

The base interface for all the entities on the SDK

Tasks

Other Methods

Initializer

Read

Utils

Properties

data

The base data retrieved from the API response

@property (nonatomic, strong) NSMutableDictionary *data

Declared In

OlapicEntity.h

Instance Methods

get:

Get specific information from the entity

- (id)get:(NSString *)path

Parameters

path

The navigation path, using slashes like a real path: key1/key2/value

Return Value

The value for the given path

Availability

v1.0

Declared In

OlapicEntity.h

getSDK

Get the OlapicSDK reference

- (OlapicSDK *)getSDK

Return Value

The OlapicSDK

Availability

v1.0

Declared In

OlapicEntity.h

initWithData:

Initialize the entity

- (id)initWithData:(NSDictionary *)idata

Parameters

idata

The entity information

Return Value

An instance of the entity

Availability

v1.0

Declared In

OlapicEntity.h