User

@JsonApi(type = "user")
class User : Resource

Types

Address
Link copied to clipboard
class Address
Gender
Link copied to clipboard
enum Gender : Enum<User.Gender>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getContext
Link copied to clipboard
open fun getContext(): Document
getDocument
Link copied to clipboard
open fun getDocument(): Document
getId
Link copied to clipboard
open fun getId(): String
getLinks
Link copied to clipboard
open fun getLinks(): JsonBuffer<Any>
getMeta
Link copied to clipboard
open fun getMeta(): JsonBuffer<Any>
getType
Link copied to clipboard
open fun getType(): String
hashCode
Link copied to clipboard
open override fun hashCode(): Int
setContext
Link copied to clipboard
open fun setContext(p0: Document)
setDocument
Link copied to clipboard
open fun setDocument(p0: Document)
setId
Link copied to clipboard
open fun setId(p0: String)
setLinks
Link copied to clipboard
open fun setLinks(p0: JsonBuffer<Any>)
setMeta
Link copied to clipboard
open fun setMeta(p0: JsonBuffer<Any>)
setType
Link copied to clipboard
open fun setType(p0: String)
toString
Link copied to clipboard
open override fun toString(): String

Properties

address
Link copied to clipboard
var address: User.Address? = null
birthDate
Link copied to clipboard
var birthDate: Date? = null
email
Link copied to clipboard
var email: String? = null
firstName
Link copied to clipboard
var firstName: String? = null
gender
Link copied to clipboard
var gender: User.Gender? = null
lastName
Link copied to clipboard
var lastName: String? = null
locale
Link copied to clipboard
var locale: String? = null
phoneNumber
Link copied to clipboard
var phoneNumber: String? = null
pictureUrl
Link copied to clipboard
var pictureUrl: String? = null
zoneInfo
Link copied to clipboard
var zoneInfo: String? = null