FriendsContext

data class FriendsContext(var offset: Int? = null, var limit: Int? = null, var order: Order? = null, var friendOrder: FriendOrder? = null, val url: String = "") : Parcelable

친구 목록 조회 설정
Context for retrieving friend list

Constructors

Link copied to clipboard
constructor(url: String)
constructor(offset: Int? = null, limit: Int? = null, order: Order? = null, friendOrder: FriendOrder? = null, url: String = "")

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

친구 정렬 방식
Method to sort the friend list

Link copied to clipboard
var limit: Int?

페이지당 결과 수
Number of results in a page

Link copied to clipboard
var offset: Int?

친구 목록 시작 지점
Start point of the friend list

Link copied to clipboard
var order: Order?

정렬 방식
Sorting method

Link copied to clipboard
val url: String

친구 목록 요청 URL
URL to request the friend list