PartnerFriendsContext

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

친구 목록 조회 Context

Constructors

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