Class BackgroundCheckOrderCandidate


  • public class BackgroundCheckOrderCandidate
    extends java.lang.Object
    • Constructor Detail

      • BackgroundCheckOrderCandidate

        public BackgroundCheckOrderCandidate​(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)
      • BackgroundCheckOrderCandidate

        public BackgroundCheckOrderCandidate()
    • 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
      • withId

        public BackgroundCheckOrderCandidate withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public BackgroundCheckOrderCandidate withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withFirstName

        public BackgroundCheckOrderCandidate withFirstName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
        Candidate first name
      • withLastName

        public BackgroundCheckOrderCandidate withLastName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
        Candidate last name
      • withPassthrough

        public BackgroundCheckOrderCandidate withPassthrough​(java.util.Map<java.lang.String,​java.lang.Object> passthrough)
        Value to pass through to the provider
      • withPassthrough

        public BackgroundCheckOrderCandidate 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 BackgroundCheckOrderCandidate withProfileUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)
        Candidate profile url
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object