PartnerFriendsContext

data class PartnerFriendsContext(offset: Int?, limit: Int?, order: Order?, friendOrder: FriendOrder?, friendFilter: FriendFilter?, countryCodes: List<String>?, url: String) : Parcelable

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

Constructors

Link copied to clipboard
fun PartnerFriendsContext(url: String)
Link copied to clipboard
fun PartnerFriendsContext(offset: Int? = null, limit: Int? = null, order: Order? = null, friendOrder: FriendOrder? = null, friendFilter: FriendFilter? = null, countryCodes: List<String>? = 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 countryCodes: List<String>? = null

국가 코드 필터링 설정
Options for filtering by country codes

Link copied to clipboard
var friendFilter: FriendFilter? = null

친구 목록 필터링 설정
Filtering options for the friend list

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