data class Friends<T : Parcelable> : Parcelable
친구 목록 조회 API 응답 클래스
Author
kevin.kang. Created on 2018. 3. 22..
<init> |
친구 목록 조회 API 응답 클래스 Friends(totalCount: Int, elements: List<T>) |
elements |
val elements: List<T> |
totalCount |
val totalCount: Int |
fromJson |
fun <T : Parcelable> fromJson(string: String, clazz: Class<T>): Friends<T> |