XMMContentByLocationIdentifier Class Reference

Inherits from NSObject
Declared in XMMContentByLocationIdentifier.h
XMMContentByLocationIdentifier.m

Overview

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

Other Methods

  systemName

The systemName on our system.

@property (nonatomic, copy) NSString *systemName

Declared In

XMMContentByLocationIdentifier.h

  systemUrl

Url to the homepage.

@property (nonatomic, copy) NSString *systemUrl

Declared In

XMMContentByLocationIdentifier.h

  systemId

The unique systemId on our system.

@property (nonatomic, copy) NSString *systemId

Declared In

XMMContentByLocationIdentifier.h

  hasContent

Bool to determine if there is a XMMContent linked to the locationIdentifier on our system.

@property (nonatomic) BOOL hasContent

Declared In

XMMContentByLocationIdentifier.h

  hasSpot

Bool to determine if there is a Spot linked to the locationIdentifier on our system.

@property (nonatomic) BOOL hasSpot

Declared In

XMMContentByLocationIdentifier.h

  content

The content as XMMContent to display.

@property (nonatomic) XMMContent *content

Declared In

XMMContentByLocationIdentifier.h

  style

The style of the system as XMMStyle.

@property (nonatomic) XMMStyle *style

Declared In

XMMContentByLocationIdentifier.h

  menu

Array containing items of XMMMenuItem.

@property (nonatomic) NSArray *menu

Declared In

XMMContentByLocationIdentifier.h

Mapping

+ contentDescriptor

Returns a RKResponseDescriptor for XMMContentByLocationIdentifier class.

+ (RKResponseDescriptor *)contentDescriptor

Return Value

RKResponseDescriptor*

Declared In

XMMContentByLocationIdentifier.h