Inherits from NSObject
Conforms to UPBaseObject
Declared in UPMealAPI.h
UPMealAPI.m

Overview

Represents nutrition information about a meal or meal item.

Tasks

Other Methods

Other Methods

Properties

calcium

The total calcium in the meal item.

@property (nonatomic, strong) NSNumber *calcium

Discussion

The total calcium in the meal item.

Declared In

UPMealAPI.h

calories

The total calories in the meal item.

@property (nonatomic, strong) NSNumber *calories

Discussion

The total calories in the meal item.

Declared In

UPMealAPI.h

carbohydrates

The total carbohydrates in the meal item.

@property (nonatomic, strong) NSNumber *carbohydrates

Discussion

The total carbohydrates in the meal item.

Declared In

UPMealAPI.h

cholesterol

The total cholesterol in the meal item.

@property (nonatomic, strong) NSNumber *cholesterol

Discussion

The total cholesterol in the meal item.

Declared In

UPMealAPI.h

fat

The total fat in the meal item.

@property (nonatomic, strong) NSNumber *fat

Discussion

The total fat in the meal item.

Declared In

UPMealAPI.h

fiber

The total fiber in the meal item.

@property (nonatomic, strong) NSNumber *fiber

Discussion

The total fiber in the meal item.

Declared In

UPMealAPI.h

iron

The total iron in the meal item.

@property (nonatomic, strong) NSNumber *iron

Discussion

The total iron in the meal item.

Declared In

UPMealAPI.h

monounsaturatedFat

The total monounsaturated fat in the meal item.

@property (nonatomic, strong) NSNumber *monounsaturatedFat

Discussion

The total monounsaturated fat in the meal item.

Declared In

UPMealAPI.h

polyunsaturatedFat

The total polyunsaturated fat in the meal item.

@property (nonatomic, strong) NSNumber *polyunsaturatedFat

Discussion

The total polyunsaturated fat in the meal item.

Declared In

UPMealAPI.h

potassium

The total potassium in the meal item.

@property (nonatomic, strong) NSNumber *potassium

Discussion

The total potassium in the meal item.

Declared In

UPMealAPI.h

protein

The total protein in the meal item.

@property (nonatomic, strong) NSNumber *protein

Discussion

The total protein in the meal item.

Declared In

UPMealAPI.h

saturatedFat

The total saturated fat in the meal item.

@property (nonatomic, strong) NSNumber *saturatedFat

Discussion

The total saturated fat in the meal item.

Declared In

UPMealAPI.h

sodium

The total sodium in the meal item.

@property (nonatomic, strong) NSNumber *sodium

Discussion

The total sodium in the meal item.

Declared In

UPMealAPI.h

sugar

The total sugar in the meal item.

@property (nonatomic, strong) NSNumber *sugar

Discussion

The total sugar in the meal item.

Declared In

UPMealAPI.h

unsaturatedFat

The total unsaturated fat in the meal item.

@property (nonatomic, strong) NSNumber *unsaturatedFat

Discussion

The total unsaturated fat in the meal item.

Declared In

UPMealAPI.h

vitaminA

The total vitamin A in the meal item.

@property (nonatomic, strong) NSNumber *vitaminA

Discussion

The total vitamin A in the meal item.

Declared In

UPMealAPI.h

vitaminC

The total vitamin C in the meal item.

@property (nonatomic, strong) NSNumber *vitaminC

Discussion

The total vitamin C in the meal item.

Declared In

UPMealAPI.h

Instance Methods

decodeFromDictionary:

Decodes an object from a JSON dictionary.

- (void)decodeFromDictionary:(NSDictionary *)dictionary

Discussion

Decodes an object from a JSON dictionary.

Declared In

UPBaseEventAPI.h

encodeToDictionary

Encodes an object to a JSON dictionary.

- (NSDictionary *)encodeToDictionary

Discussion

Encodes an object to a JSON dictionary.

Declared In

UPBaseEventAPI.h