data class Friends<T : Parcelable> : Parcelable
친구 목록 조회 API 응답 클래스
<init> |
친구 목록 조회 API 응답 클래스 Friends(totalCount: Int, elements: List<T>?, favoriteCount: Int?, beforeUrl: String?, afterUrl: String?) |
afterUrl |
val afterUrl: String? |
beforeUrl |
val beforeUrl: String? |
elements |
val elements: List<T>? |
favoriteCount |
val favoriteCount: Int? |
totalCount |
val totalCount: Int |
fromJson |
fun <T : Parcelable> fromJson(string: String, clazz: Class<T>): Friends<T> |