AccountSkillPair Class

Represents a person account and a related skill used to match candidates to recruitment postings.

Namespace

trm

Special Access Rules

This class is available in orgs that have the Talent Recruitment Management Specialist Add-on and to users with the Talent Recruitment Management Specialist Access permission set.

AccountSkillPair Constructors

The following are constructors for AccountSkillPair.

AccountSkillPair()

Creates an instance of the trm.AccountSkillPair class.

Signature

public AccountSkillPair()

AccountSkillPair(accountId, skillId)

Creates an instance of the trm.AccountSkillPair class using the specified values.

Signature

public AccountSkillPair(String accountId, String skillId)

Parameters

accountId
Type: String
The ID of the person account for the candidate.
skillId
Type: String
The ID of the skill associated with the candidate.

AccountSkillPair Properties

The following are properties for AccountSkillPair.

accountId

The ID of the person account for the candidate.

Signature

public String accountId {get; set;}

Property Value

Type: String

skillId

The ID of the skill associated with the candidate.

Signature

public String skillId {get; set;}

Property Value

Type: String