UserOperatorProfile

constructor(id: Long = LONG_INVALID, identification: String = EMPTY_STR, companyId: List<Long> = emptyList(), name: String = EMPTY_STR, lastname: String = EMPTY_STR, username: String = EMPTY_STR, email: String = EMPTY_STR, phone: String = EMPTY_STR, imageUrl: String = EMPTY_STR, roleName: String = EMPTY_STR, uid: String = EMPTY_STR, operatorId: List<Long> = emptyList())

Parameters

id

Long the related user operator unique id.

identification

String the user operator identification.

companyId

List<Long> the company ids that the user operator belongs to.

name

String the user operator name.

lastname

String the user operator lastname.

username

String the user operator username.

email

String the user operator email.

phone

String the user operator phone.

imageUrl

String the user operator image url.

roleName

String the user operator role name.

uid

String the user operator uid.

operatorId

List<Long> the operator ids that the user operator belongs to.

  • Disclaimer: This only applies if the user operator is registered in multiple companies and each id is related on how the user operator is registered on each company.