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

Overview

The user’s current goals.

Tasks

Other Methods

Other Methods

Properties

bodyWeight

The user’s current weight goal.

@property (nonatomic, strong) NSNumber *bodyWeight

Discussion

The user’s current weight goal.

Declared In

UPUserAPI.h

eatCalcium

The user’s calcium goal.

@property (nonatomic, strong) NSNumber *eatCalcium

Discussion

The user’s calcium goal.

Declared In

UPUserAPI.h

eatCarbs

The user’s carbohydrate goal.

@property (nonatomic, strong) NSNumber *eatCarbs

Discussion

The user’s carbohydrate goal.

Declared In

UPUserAPI.h

eatCholesterol

The user’s cholesterol goal.

@property (nonatomic, strong) NSNumber *eatCholesterol

Discussion

The user’s cholesterol goal.

Declared In

UPUserAPI.h

eatFiber

The user’s fiber goal.

@property (nonatomic, strong) NSNumber *eatFiber

Discussion

The user’s fiber goal.

Declared In

UPUserAPI.h

eatProtein

The user’s protein goal.

@property (nonatomic, strong) NSNumber *eatProtein

Discussion

The user’s protein goal.

Declared In

UPUserAPI.h

eatSaturatedFat

The user’s saturated fat goal.

@property (nonatomic, strong) NSNumber *eatSaturatedFat

Discussion

The user’s saturated fat goal.

Declared In

UPUserAPI.h

eatSodium

The user’s sodium goal.

@property (nonatomic, strong) NSNumber *eatSodium

Discussion

The user’s sodium goal.

Declared In

UPUserAPI.h

eatSugar

The user’s sugar goal.

@property (nonatomic, strong) NSNumber *eatSugar

Discussion

The user’s sugar goal.

Declared In

UPUserAPI.h

eatUnsaturatedFat

The user’s unsaturated fat goal.

@property (nonatomic, strong) NSNumber *eatUnsaturatedFat

Discussion

The user’s unsaturated fat goal.

Declared In

UPUserAPI.h

moveSteps

The user’s daily step goal.

@property (nonatomic, strong) NSNumber *moveSteps

Discussion

The user’s daily step goal.

Declared In

UPUserAPI.h

sleepTotal

The user’s daily sleep goal.

@property (nonatomic, strong) NSNumber *sleepTotal

Discussion

The user’s daily sleep goal.

Declared In

UPUserAPI.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