Inherits from MBPostRequest : MBRequest : NSObject
Declared in MBTagSubmissionRequest.h
MBTagSubmissionRequest.m

Instance Methods

addUserTag:toEntity:

- (void)addUserTag:(NSString *)tag toEntity:(MBRateAndTaggableEntity *)entity

getUserTagsForEntity:

- (NSArray *)getUserTagsForEntity:(MBRateAndTaggableEntity *)entity

init

- (id)init

removeUserTag:fromEntity:

- (void)removeUserTag:(NSString *)tag fromEntity:(MBRateAndTaggableEntity *)entity