Class ApplicationCandidate.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationCandidate.Builder
-
- Enclosing class:
- ApplicationCandidate
public static final class ApplicationCandidate.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationCandidatebuild()ApplicationCandidate.Buildercompany(java.lang.String company)Candidate companyApplicationCandidate.Buildercompany(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> company)Candidate companyApplicationCandidate.Builderemail(java.lang.String email)Email of the candidateApplicationCandidate.Builderemail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)Email of the candidateApplicationCandidate.Builderemails(java.util.List<CandidateEmail> emails)List of candidate emailsApplicationCandidate.Builderemails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails)List of candidate emailsApplicationCandidate.BuilderfirstName(java.lang.String firstName)First name of the candidateApplicationCandidate.BuilderfirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)First name of the candidateApplicationCandidate.BuilderlastName(java.lang.String lastName)Last name of the candidateApplicationCandidate.BuilderlastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)Last name of the candidateApplicationCandidate.Buildername(java.lang.String name)Candidate nameApplicationCandidate.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Candidate nameApplicationCandidate.BuilderphoneNumbers(java.util.List<PhoneNumber> phoneNumbers)List of candidate phone numbers including the type of the number when availableApplicationCandidate.BuilderphoneNumbers(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<PhoneNumber>> phoneNumbers)List of candidate phone numbers including the type of the number when availableApplicationCandidate.BuildersocialLinks(java.util.List<SocialLink> socialLinks)List of candidate social linksApplicationCandidate.BuildersocialLinks(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SocialLink>> socialLinks)List of candidate social linksApplicationCandidate.Buildertitle(java.lang.String title)Candidate titleApplicationCandidate.Buildertitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Candidate title
-
-
-
Method Detail
-
name
public ApplicationCandidate.Builder name(java.lang.String name)
Candidate name
-
name
public ApplicationCandidate.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Candidate name
-
firstName
public ApplicationCandidate.Builder firstName(java.lang.String firstName)
First name of the candidate
-
firstName
public ApplicationCandidate.Builder firstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
First name of the candidate
-
lastName
public ApplicationCandidate.Builder lastName(java.lang.String lastName)
Last name of the candidate
-
lastName
public ApplicationCandidate.Builder lastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
Last name of the candidate
-
email
public ApplicationCandidate.Builder email(java.lang.String email)
Email of the candidate
-
email
public ApplicationCandidate.Builder email(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
Email of the candidate
-
emails
public ApplicationCandidate.Builder emails(java.util.List<CandidateEmail> emails)
List of candidate emails
-
emails
public ApplicationCandidate.Builder emails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails)
List of candidate emails
-
phoneNumbers
public ApplicationCandidate.Builder phoneNumbers(java.util.List<PhoneNumber> phoneNumbers)
List of candidate phone numbers including the type of the number when available
-
phoneNumbers
public ApplicationCandidate.Builder phoneNumbers(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<PhoneNumber>> phoneNumbers)
List of candidate phone numbers including the type of the number when available
-
socialLinks
public ApplicationCandidate.Builder socialLinks(java.util.List<SocialLink> socialLinks)
List of candidate social links
-
socialLinks
public ApplicationCandidate.Builder socialLinks(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SocialLink>> socialLinks)
List of candidate social links
-
company
public ApplicationCandidate.Builder company(java.lang.String company)
Candidate company
-
company
public ApplicationCandidate.Builder company(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> company)
Candidate company
-
title
public ApplicationCandidate.Builder title(java.lang.String title)
Candidate title
-
title
public ApplicationCandidate.Builder title(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Candidate title
-
build
public ApplicationCandidate build()
-
-