XMMContentList Class Reference

Inherits from NSObject
Declared in XMMContentList.h
XMMContentList.m

Overview

XMMContentList is used for mapping the JSON sended by the api.

Other Methods

  cursor

Cursor for paging.

@property (nonatomic, copy) NSString *cursor

Declared In

XMMContentList.h

  hasMore

Bool to determine if there are more items on our system to fetch.

@property (nonatomic) BOOL hasMore

Declared In

XMMContentList.h

  items

Array of XMMContent items.

@property (nonatomic, copy) NSArray *items

Declared In

XMMContentList.h

Mapping

+ contentDescriptor

Returns a RKResponseDescriptor for XMMContentList class.

+ (RKResponseDescriptor *)contentDescriptor

Return Value

RKResponseDescriptor*

Declared In

XMMContentList.h