CandidateWithMatchingSkills Class
Namespace
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.
CandidateWithMatchingSkills Constructors
The following are constructors for CandidateWithMatchingSkills.
CandidateWithMatchingSkills(candidateName, candidateAccountId, countOfRequiredSkills, matchingSkills)
Signature
public CandidateWithMatchingSkills(String candidateName, String candidateAccountId, Integer countOfRequiredSkills, List<String> matchingSkills)
Parameters
- candidateName
- Type: String
- The name of the candidate.
- candidateAccountId
- Type: String
- The ID of the person account for the candidate.
- countOfRequiredSkills
- Type: Integer
- The number of skills required by the recruitment posting.
- matchingSkills
- Type: List<String>
- The skills the candidate has that match the posting.
CandidateWithMatchingSkills Properties
The following are properties for CandidateWithMatchingSkills.
candidateAccountId
Signature
public String candidateAccountId {get; set;}
Property Value
Type: String
countOfMatchedSkills
Signature
public Integer countOfMatchedSkills {get; set;}
Property Value
Type: Integer
countOfRequiredSkills
Signature
public Integer countOfRequiredSkills {get; set;}
Property Value
Type: Integer