Friends

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

친구 목록
Friend list

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?

다음 페이지 URL
URL for the next page

Link copied to clipboard
val beforeUrl: String?

이전 페이지 URL
URL for the prior page

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

친구 목록
Friend list

Link copied to clipboard
val favoriteCount: Int?

즐겨찾기 친구 수
Number of favorite friends

Link copied to clipboard
val totalCount: Int

친구 수
Number of friends