Friends

data class Friends<T : Parcelable>(totalCount: Int, elements: List<T>?, favoriteCount: Int?, beforeUrl: String?, afterUrl: String?) : Parcelable

친구 목록 조회 API 응답 클래스

Constructors

Link copied to clipboard
fun <T : Parcelable> Friends(totalCount: Int, elements: List<T>?, favoriteCount: Int?, beforeUrl: String?, afterUrl: String?)

Types

Link copied to clipboard
object Companion

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
val afterUrl: String?
Link copied to clipboard
val beforeUrl: String?
Link copied to clipboard
val elements: List<T>?
Link copied to clipboard
val favoriteCount: Int?
Link copied to clipboard
val totalCount: Int