BVCommentsRequest Class Reference
| Inherits from | BVConversationsRequest : NSObject | 
|---|---|
| Declared in | BVCommentsRequest.h | 
– initWithProductId:andReviewId:limit:offset:
	- (nonnull instancetype)initWithProductId:(nonnull NSString *)productId andReviewId:(nonnull NSString *)reviewId limit:(UInt16)limit offset:(UInt16)offset– initWithProductId:andCommentId:
	- (nonnull instancetype)initWithProductId:(nonnull NSString *)productId andCommentId:(nonnull NSString *)commentId– sortByCommentsSortOptionValue:monotonicSortOrderValue:
	- (nonnull instancetype)sortByCommentsSortOptionValue:(BVCommentsSortOptionValue)commentsSortOptionValue monotonicSortOrderValue:(BVMonotonicSortOrderValue)monotonicSortOrderValue– filterOnCommentFilterValue:relationalFilterOperatorValue:value:
	- (nonnull instancetype)filterOnCommentFilterValue:(BVCommentFilterValue)commentFilterValue relationalFilterOperatorValue:(BVRelationalFilterOperatorValue)relationalFilterOperatorValue value:(nonnull NSString *)value– filterOnCommentFilterValue:relationalFilterOperatorValue:values:
	- (nonnull instancetype)filterOnCommentFilterValue:(BVCommentFilterValue)commentFilterValue relationalFilterOperatorValue:(BVRelationalFilterOperatorValue)relationalFilterOperatorValue values:(nonnull NSArray<NSString*> *)values– includeCommentIncludeTypeValue:
	- (nonnull instancetype)includeCommentIncludeTypeValue:(BVCommentIncludeTypeValue)commentIncludeTypeValue– load:failure:
	Make an asynch http request to fethre the Author’s profile data. See the BVAuthorResponse model for availble fields.
- (void)load:(nonnull void ( ^ ) ( BVCommentsResponse *__nonnull response ))success failure:(nonnull ConversationsFailureHandler)failureDeclared In
BVCommentsRequest.h