Friends

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

친구 목록
Friend list

Constructors

Link copied to clipboard
constructor(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

다음 페이지 URL
URL for the next page

Link copied to clipboard

이전 페이지 URL
URL for the prior page

Link copied to clipboard
val elements: List<T>?

친구 목록
Friend list

Link copied to clipboard

즐겨찾기 친구 수
Number of favorite friends

Link copied to clipboard

친구 수
Number of friends