FriendsContext

data class FriendsContext(offset: Int?, limit: Int?, order: Order?, friendOrder: FriendOrder?, url: String) : Parcelable

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

Constructors

Link copied to clipboard
fun FriendsContext(url: String)
Link copied to clipboard
fun FriendsContext(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
var friendOrder: FriendOrder? = null

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

Link copied to clipboard
var limit: Int? = null

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

Link copied to clipboard
var offset: Int? = null

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

Link copied to clipboard
var order: Order? = null

정렬 방식
Sorting method

Link copied to clipboard
val url: String

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