Class ApplicationCandidate
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationCandidate
-
public class ApplicationCandidate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationCandidate.Builder
-
Constructor Summary
Constructors Constructor Description ApplicationCandidate()ApplicationCandidate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<PhoneNumber>> phoneNumbers, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SocialLink>> socialLinks, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> company, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationCandidate.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>company()Candidate companyorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>email()Email of the candidateorg.openapitools.jackson.nullable.JsonNullable<java.util.List<CandidateEmail>>emails()List of candidate emailsbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>firstName()First name of the candidateinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>lastName()Last name of the candidateorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()Candidate nameorg.openapitools.jackson.nullable.JsonNullable<java.util.List<PhoneNumber>>phoneNumbers()List of candidate phone numbers including the type of the number when availableorg.openapitools.jackson.nullable.JsonNullable<java.util.List<SocialLink>>socialLinks()List of candidate social linksorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()Candidate titlejava.lang.StringtoString()ApplicationCandidatewithCompany(java.lang.String company)Candidate companyApplicationCandidatewithCompany(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> company)Candidate companyApplicationCandidatewithEmail(java.lang.String email)Email of the candidateApplicationCandidatewithEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)Email of the candidateApplicationCandidatewithEmails(java.util.List<CandidateEmail> emails)List of candidate emailsApplicationCandidatewithEmails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails)List of candidate emailsApplicationCandidatewithFirstName(java.lang.String firstName)First name of the candidateApplicationCandidatewithFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)First name of the candidateApplicationCandidatewithLastName(java.lang.String lastName)Last name of the candidateApplicationCandidatewithLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)Last name of the candidateApplicationCandidatewithName(java.lang.String name)Candidate nameApplicationCandidatewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Candidate nameApplicationCandidatewithPhoneNumbers(java.util.List<PhoneNumber> phoneNumbers)List of candidate phone numbers including the type of the number when availableApplicationCandidatewithPhoneNumbers(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<PhoneNumber>> phoneNumbers)List of candidate phone numbers including the type of the number when availableApplicationCandidatewithSocialLinks(java.util.List<SocialLink> socialLinks)List of candidate social linksApplicationCandidatewithSocialLinks(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SocialLink>> socialLinks)List of candidate social linksApplicationCandidatewithTitle(java.lang.String title)Candidate titleApplicationCandidatewithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Candidate title
-
-
-
Constructor Detail
-
ApplicationCandidate
public ApplicationCandidate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<PhoneNumber>> phoneNumbers, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SocialLink>> socialLinks, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> company, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
-
ApplicationCandidate
public ApplicationCandidate()
-
-
Method Detail
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
Candidate name
-
firstName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName()
First name of the candidate
-
lastName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName()
Last name of the candidate
-
email
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email()
Email of the candidate
-
emails
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CandidateEmail>> emails()
List of candidate emails
-
phoneNumbers
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<PhoneNumber>> phoneNumbers()
List of candidate phone numbers including the type of the number when available
-
socialLinks
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<SocialLink>> socialLinks()
List of candidate social links
-
company
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> company()
Candidate company
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
Candidate title
-
builder
public static ApplicationCandidate.Builder builder()
-
withName
public ApplicationCandidate withName(java.lang.String name)
Candidate name
-
withName
public ApplicationCandidate withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Candidate name
-
withFirstName
public ApplicationCandidate withFirstName(java.lang.String firstName)
First name of the candidate
-
withFirstName
public ApplicationCandidate withFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
First name of the candidate
-
withLastName
public ApplicationCandidate withLastName(java.lang.String lastName)
Last name of the candidate
-
withLastName
public ApplicationCandidate withLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
Last name of the candidate
-
withEmail
public ApplicationCandidate withEmail(java.lang.String email)
Email of the candidate
-
withEmail
public ApplicationCandidate withEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
Email of the candidate
-
withEmails
public ApplicationCandidate withEmails(java.util.List<CandidateEmail> emails)
List of candidate emails
-
withEmails
public ApplicationCandidate withEmails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails)
List of candidate emails
-
withPhoneNumbers
public ApplicationCandidate withPhoneNumbers(java.util.List<PhoneNumber> phoneNumbers)
List of candidate phone numbers including the type of the number when available
-
withPhoneNumbers
public ApplicationCandidate withPhoneNumbers(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<PhoneNumber>> phoneNumbers)
List of candidate phone numbers including the type of the number when available
-
withSocialLinks
public ApplicationCandidate withSocialLinks(java.util.List<SocialLink> socialLinks)
List of candidate social links
-
withSocialLinks
public ApplicationCandidate withSocialLinks(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SocialLink>> socialLinks)
List of candidate social links
-
withCompany
public ApplicationCandidate withCompany(java.lang.String company)
Candidate company
-
withCompany
public ApplicationCandidate withCompany(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> company)
Candidate company
-
withTitle
public ApplicationCandidate withTitle(java.lang.String title)
Candidate title
-
withTitle
public ApplicationCandidate withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Candidate title
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-