ProfileCharacter

data class ProfileCharacter(val activeClassJob: ActiveClassJob, val avatar: String, val bio: String, val freeCompany: FreeCompany?, val grandCompany: GrandCompany?, val guardian: Guardian, val name: String, val nameday: String, val portrait: String, val pvpTeam: PvpTeam?, val race: String, val clan: String, val gender: String, val server: String, val dc: String, val title: String?, val town: Town)

The Lodestone profile of a character.

Constructors

Link copied to clipboard
constructor(activeClassJob: ActiveClassJob, avatar: String, bio: String, freeCompany: FreeCompany?, grandCompany: GrandCompany?, guardian: Guardian, name: String, nameday: String, portrait: String, pvpTeam: PvpTeam?, race: String, clan: String, gender: String, server: String, dc: String, title: String?, town: Town)

Properties

Link copied to clipboard

The active class/job of the character.

Link copied to clipboard

The URL of the avatar of the character.

Link copied to clipboard
val bio: String

The bio of the character.

Link copied to clipboard

The clan of the character.

Link copied to clipboard
val dc: String

The datacenter that the character is based in.

Link copied to clipboard

The Free Company that the character is a member of.

Link copied to clipboard

The gender of the character.

Link copied to clipboard

The Grand Company that the character is a member of.

Link copied to clipboard

The guardian of the character.

Link copied to clipboard

The name of the character.

Link copied to clipboard

The nameday of the character.

Link copied to clipboard

The URL of the portrait of the character.

Link copied to clipboard

The PvP Team that the character is a member of.

Link copied to clipboard

The race of the character.

Link copied to clipboard

The world that the character is based in.

Link copied to clipboard

The title of the character.

Link copied to clipboard
val town: Town

The starting town of the character.