KOFriendOperation Class Reference

Inherits from KOBaseContext : NSObject
Declared in KOFriendOperation.h
KOFriendOperation.m

Overview

@class KOFriendOperation

  leftContext

Left Operand Context.

@property (nonatomic, readonly) KOFriendContext *leftContext

Discussion

@property leftContext

Declared In

KOFriendOperation.h

  rightContext

Right Operand Context.

@property (nonatomic, readonly) KOFriendContext *rightContext

Discussion

@property rightContext

Declared In

KOFriendOperation.h

  operationType

연산 타입.

@property (nonatomic, readonly) KOFriendOperationType operationType

Discussion

@property operationType

Declared In

KOFriendOperation.h

+ operationWithLeftContext:rightContext:operationType:

친구 목록 연산 페이징 Context 를 생성한다.

+ (instancetype)operationWithLeftContext:(KOFriendContext *)leftContext rightContext:(KOFriendContext *)rightContext operationType:(KOFriendOperationType)operationType

Parameters

leftContext

Left Operand Context.

rightContext

Right Operand Context.

operationType

연산 타입.

Discussion

친구 목록 연산 페이징 Context 를 생성한다.

Declared In

KOFriendOperation.h

+ operationWithLeftContext:rightContext:operationType:secureResource:limit:ordering:

친구 목록 연산 페이징 Context 를 생성한다.

+ (instancetype)operationWithLeftContext:(KOFriendContext *)leftContext rightContext:(KOFriendContext *)rightContext operationType:(KOFriendOperationType)operationType secureResource:(BOOL)secureResource limit:(NSInteger)limit ordering:(KOOrdering)ordering

Parameters

leftContext

Left Operand Context.

rightContext

Right Operand Context.

operationType

연산 타입.

secureResource

프로필 이미지, 썸네일 등의 리소스 url을 https로 반환할지 여부.

limit

요청 시 제한하는 친구의 수.

ordering

정렬 방법.

Discussion

친구 목록 연산 페이징 Context 를 생성한다.

Declared In

KOFriendOperation.h

– initWithLeftContext:rightContext:operationType:secureResource:limit:ordering:

친구 목록 연산 페이징 Context 를 생성한다.

- (instancetype)initWithLeftContext:(KOFriendContext *)leftContext rightContext:(KOFriendContext *)rightContext operationType:(KOFriendOperationType)operationType secureResource:(BOOL)secureResource limit:(NSInteger)limit ordering:(KOOrdering)ordering

Parameters

leftContext

Left Operand Context.

rightContext

Right Operand Context.

operationType

연산 타입.

secureResource

프로필 이미지, 썸네일 등의 리소스 url을 https로 반환할지 여부.

limit

요청 시 제한하는 친구의 수.

ordering

정렬 방법.

Discussion

친구 목록 연산 페이징 Context 를 생성한다.

Declared In

KOFriendOperation.h