Package-level declarations

Types

Link copied to clipboard
data class Attachment(val type: <Error class: unknown class>, val imageUrl: ResizedImageUrl)

SNAP PLAYに紐づく画像・動画

Link copied to clipboard
data class Label(val id: Int, val code: String, val name: String, val nameKana: String)
Link copied to clipboard
data class LabelApiRequest(val labelId: Int? = null)
Link copied to clipboard
data class LabelRequest(val labelId: Int? = null)
Link copied to clipboard
data class LabelResponse(val code: Int, val item: List<Label>, val total: Int)
Link copied to clipboard
data class Product(val cid: Int, val baseProductCode: String, val productCode: String, val janCode: String? = null, val name: String, val label: String, val labelCode: Int? = null, val category: String, val categoryCode: String, val color: String, val colorCode: String, val size: String, val sizeCode: String, val productUrl: String, val imageUrl: String, val sellingPrice: Int? = null, val isPublic: Boolean? = null)
Link copied to clipboard
data class ResizedImageUrl(val org: String, val s: String? = null, val m: String? = null, val l: String? = null)
Link copied to clipboard
data class SnapPlay(val uid: String = Uuid.random().toString(), val cid: Int, val hasVideo: Boolean, val hasImage: Boolean, val attachments: List<Attachment>, val coordinateHeight: Int, val coordinateGenre: <Error class: unknown class>, val userId: Int, val userName: String, val userNameKana: String, val userCode: String, val userHeight: Int, val userGender: <Error class: unknown class>, val userAge: Int? = null, val userImageUrl: String, val userResizedImages: List<UserResizedImages>, val labelId: Int?, val labelName: String, val labelCode: String, val shopId: Int?, val shopName: String?, val shopCode: String?, val userAttributes: List<UserAttribute> = emptyList(), val tags: List<String> = emptyList(), val comment: String? = null, val accept: Boolean, val createdAt: <Error class: unknown class>, val acceptAt: <Error class: unknown class>, val pv: Int, val products: List<Product>? = null)
Link copied to clipboard
data class SnapPlayApiRequest(val count: Int? = null, val offset: Int? = null, val sort: <Error class: unknown class>? = null, val addFields: <Error class: unknown class>? = null, val shopCode: <Error class: unknown class><String>? = null, val userId: <Error class: unknown class><Int>? = null, val userCode: <Error class: unknown class><String>? = null, val staffRank: <Error class: unknown class>? = null, val baseProductCode: <Error class: unknown class><String>? = null, val productCode: <Error class: unknown class><String>? = null, val janCode: <Error class: unknown class><String>? = null, val parentCategory: <Error class: unknown class><String>? = null, val category: <Error class: unknown class><String>? = null, val cid: <Error class: unknown class><Int>? = null, val gender: <Error class: unknown class>? = null, val userGender: <Error class: unknown class>? = null, val coordinateGenre: <Error class: unknown class>? = null, val label: <Error class: unknown class><String>? = null, val coordinateLabelId: <Error class: unknown class><Int>? = null, val user: User? = null, val fromHeight: Int? = null, val toHeight: Int? = null, val fromDate: <Error class: unknown class>? = null, val toDate: <Error class: unknown class>? = null, val tagId: <Error class: unknown class><String>? = null, val tag: <Error class: unknown class><String>? = null, val fromAge: Int? = null, val toAge: Int? = null, val userAttributes: UserAttributes? = null, val keyword: <Error class: unknown class><String>? = null, val hasVideo: Boolean? = null)
Link copied to clipboard
data class SnapPlayDetail(val cid: Int, val comment: String, val coordinateHeight: Int, val coordinateGenre: <Error class: unknown class> = CoordinateGenre.UNDEFINED, val createdAt: <Error class: unknown class>, val acceptAt: <Error class: unknown class>, val accept: Boolean, val labelId: Int, val userId: Int, val userName: String, val userNameKana: String, val userCode: String, val userImageUrl: String, val userGender: <Error class: unknown class>, val userHeight: Int?, val shopId: Int?, val shopCode: String?, val shopName: String?, val pv: Int, val userResizedImages: List<UserResizedImages>, val userAttributes: List<UserAttribute>, val userAge: Int?, val labelName: String, val labelNameKana: String, val labelCode: String, val sns: SNS, val tags: List<String>, val attachments: List<Attachment>, val products: List<Product> = listOf())
Link copied to clipboard
data class SnapPlayDetailApiRequest(val cid: Int)
Link copied to clipboard
Link copied to clipboard
data class SnapPlayFilterParams(val tag: String? = null, val userId: String? = null, val userName: String? = null, val labelId: String? = null, val baseProductCode: String? = null)
Link copied to clipboard
data class SnapPlayRequest(val count: Int? = null, val offset: Int? = null, val sort: SortOrder? = null, val addFields: Field? = null, val shopCode: List<String>? = null, val userId: List<Int>? = null, val userCode: List<String>? = null, val staffRank: StaffRank? = null, val baseProductCode: List<String>? = null, val productCode: List<String>? = null, val janCode: List<String>? = null, val parentCategory: List<String>? = null, val category: List<String>? = null, val cid: List<Int>? = null, val gender: Gender? = null, val userGender: Gender? = null, val coordinateGenre: CoordinateGenre? = null, val label: List<String>? = null, val coordinateLabelId: List<Int>? = null, val user: User? = null, val fromHeight: Int? = null, val toHeight: Int? = null, val fromDate: LocalDateTime? = null, val toDate: LocalDateTime? = null, val tagId: List<String>? = null, val tag: List<String>? = null, val fromAge: Int? = null, val toAge: Int? = null, val userAttributes: UserAttributes? = null, val keyword: List<String>? = null, val hasVideo: Boolean? = null)
Link copied to clipboard
data class SnapPlayResponse(val code: Int, val item: List<SnapPlay>, val total: Int)
Link copied to clipboard
data class SNS(val instagram: SNSItem?, val twitter: SNSItem?, val facebook: SNSItem?, val youtube: SNSItem?, val tiktok: SNSItem?, val lineStaffStart: SNSItem?)
Link copied to clipboard
data class SNSItem(val linkValue: String, val displayValue: String)
Link copied to clipboard
data class StaffDetail(val userID: Int, val labelID: Int, val labelName: String, val shopName: String, val name: String, val height: Int, val gender: <Error class: unknown class>, val age: Int?, val profile: String, val resizedImages: List<UserResizedImages>, val sns: SNS)
Link copied to clipboard
data class StaffDetailApiRequest(val userId: Int)
Link copied to clipboard
data class StaffDetailResponse(val code: Int, val item: List<StaffDetail> = emptyList())
Link copied to clipboard
data class StaffListApiRequest(val count: Int? = null, val offset: Int? = null, val sort: <Error class: unknown class>? = null, val labelCode: String? = null, val labelId: <Error class: unknown class><Int>? = null, val shopCode: <Error class: unknown class><String>? = null, val shopId: Int? = null, val userName: String? = null, val userId: <Error class: unknown class><Int>? = null, val gender: <Error class: unknown class>? = null, val fromHeight: Int? = null, val toHeight: Int? = null, val fromAge: Int? = null, val toAge: Int? = null, val user: User = User(null, null, null), val userAttributes: UserAttributes? = null, val contentType: Int? = null)
Link copied to clipboard
data class StaffListItemResponse(val uid: String = Uuid.random().toString(), val userID: Int, val brandID: Int, val name: String, val nameKana: String, val height: Int?, val gender: <Error class: unknown class>, val age: String, val profile: String, val img: String, val resizedImages: List<UserResizedImages>, val labelID: Int, val labelName: String, val labelCode: String, val shopID: Int, val shopName: String, val shopCode: String, val userAttributes: List<UserAttribute>)
Link copied to clipboard
data class StaffListRequest(val count: Int? = null, val offset: Int? = null, val sort: SortOrder? = null, val labelCode: String? = null, val labelId: List<Int>? = null, val shopCode: List<String>? = null, val shopId: Int? = null, val userName: String? = null, val userId: List<Int>? = null, val gender: Gender? = null, val fromHeight: Int? = null, val toHeight: Int? = null, val fromAge: Int? = null, val toAge: Int? = null, val user: User = User(null, null, null), val userAttributes: UserAttributes? = null, val contentType: Int? = null)
Link copied to clipboard
data class StaffListResponse(val code: Int, val item: List<StaffListItemResponse>, val total: Int)
Link copied to clipboard
data class User(val skinType: <Error class: unknown class>? = null, val skinColor: <Error class: unknown class>? = null, val eyelid: <Error class: unknown class>? = null)
Link copied to clipboard
data class UserAttribute(val userAttributeType: UserAttributeType, val userAttributeValue: UserAttributeValue)
Link copied to clipboard
data class UserAttributes(val slug: String, val value: String)
Link copied to clipboard
data class UserAttributeType(val slug: String = "", val displayValue: String, val unit: String)
Link copied to clipboard
data class UserAttributeValue(val slug: String? = null, val displayValue: String, val otherDisplayValue: String? = null)
Link copied to clipboard
data class UserResizedImages(val size: <Error class: unknown class>, val url: String)