Class AtsCreateBackgroundCheckOrderRequestDtoCandidate
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateBackgroundCheckOrderRequestDtoCandidate
-
public class AtsCreateBackgroundCheckOrderRequestDtoCandidate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateBackgroundCheckOrderRequestDtoCandidate.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateBackgroundCheckOrderRequestDtoCandidate()AtsCreateBackgroundCheckOrderRequestDtoCandidate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsCreateBackgroundCheckOrderRequestDtoCandidate.Builderbuilder()org.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()Candidate first nameinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>lastName()Candidate last nameorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>profileUrl()Candidate profile urlorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()AtsCreateBackgroundCheckOrderRequestDtoCandidatewithEmails(java.util.List<CandidateEmail> emails)List of candidate emailsAtsCreateBackgroundCheckOrderRequestDtoCandidatewithEmails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails)List of candidate emailsAtsCreateBackgroundCheckOrderRequestDtoCandidatewithFirstName(java.lang.String firstName)Candidate first nameAtsCreateBackgroundCheckOrderRequestDtoCandidatewithFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)Candidate first nameAtsCreateBackgroundCheckOrderRequestDtoCandidatewithId(java.lang.String id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoCandidatewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoCandidatewithLastName(java.lang.String lastName)Candidate last nameAtsCreateBackgroundCheckOrderRequestDtoCandidatewithLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)Candidate last nameAtsCreateBackgroundCheckOrderRequestDtoCandidatewithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtoCandidatewithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtoCandidatewithProfileUrl(java.lang.String profileUrl)Candidate profile urlAtsCreateBackgroundCheckOrderRequestDtoCandidatewithProfileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)Candidate profile urlAtsCreateBackgroundCheckOrderRequestDtoCandidatewithRemoteId(java.lang.String remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtoCandidatewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
AtsCreateBackgroundCheckOrderRequestDtoCandidate
public AtsCreateBackgroundCheckOrderRequestDtoCandidate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)
-
AtsCreateBackgroundCheckOrderRequestDtoCandidate
public AtsCreateBackgroundCheckOrderRequestDtoCandidate()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
firstName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName()
Candidate first name
-
lastName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName()
Candidate last name
-
emails
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CandidateEmail>> emails()
List of candidate emails
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
profileUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl()
Candidate profile url
-
builder
public static AtsCreateBackgroundCheckOrderRequestDtoCandidate.Builder builder()
-
withId
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withId(java.lang.String id)
Unique identifier
-
withId
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withFirstName
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withFirstName(java.lang.String firstName)
Candidate first name
-
withFirstName
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
Candidate first name
-
withLastName
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withLastName(java.lang.String lastName)
Candidate last name
-
withLastName
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
Candidate last name
-
withEmails
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withEmails(java.util.List<CandidateEmail> emails)
List of candidate emails
-
withEmails
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withEmails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CandidateEmail>> emails)
List of candidate emails
-
withPassthrough
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
withProfileUrl
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withProfileUrl(java.lang.String profileUrl)
Candidate profile url
-
withProfileUrl
public AtsCreateBackgroundCheckOrderRequestDtoCandidate withProfileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)
Candidate profile url
-
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
-
-