Class AtsCreateApplicationRequestDto


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

      • AtsCreateApplicationRequestDto

        public AtsCreateApplicationRequestDto​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough,
                                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId,
                                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobPostingId,
                                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoApplicationStatus> applicationStatus,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateQuestionnaire>> questionnaires,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoSource> source,
                                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> candidateId,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoCandidate> candidate,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AtsDocumentsUploadRequestDto>> documents)
      • AtsCreateApplicationRequestDto

        public AtsCreateApplicationRequestDto()
    • Method Detail

      • passthrough

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> passthrough()
        Value to pass through to the provider
      • jobId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId()
        Unique identifier of the job
      • jobPostingId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobPostingId()
        Unique identifier of the job posting that is associated with application
      • locationId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId()
        Unique identifier of the location
      • questionnaires

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateQuestionnaire>> questionnaires()
        Questionnaires associated with the application
      • candidateId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> candidateId()
        Unique identifier of the candidate. Provide this OR candidate, but not both.
      • candidate

        public org.openapitools.jackson.nullable.JsonNullable<AtsCreateApplicationRequestDtoCandidate> candidate()
        Candidate Properties. Provide this OR candidate_id, but not both. Providing this attempts to create a new candidate with the application.
      • documents

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<AtsDocumentsUploadRequestDto>> documents()
        Document Properties. Providing this attempts to upload files with the application.
      • withPassthrough

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

        public AtsCreateApplicationRequestDto withPassthrough​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough)
        Value to pass through to the provider
      • withJobId

        public AtsCreateApplicationRequestDto withJobId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)
        Unique identifier of the job
      • withJobPostingId

        public AtsCreateApplicationRequestDto withJobPostingId​(java.lang.String jobPostingId)
        Unique identifier of the job posting that is associated with application
      • withJobPostingId

        public AtsCreateApplicationRequestDto withJobPostingId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobPostingId)
        Unique identifier of the job posting that is associated with application
      • withLocationId

        public AtsCreateApplicationRequestDto withLocationId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId)
        Unique identifier of the location
      • withCandidateId

        public AtsCreateApplicationRequestDto withCandidateId​(java.lang.String candidateId)
        Unique identifier of the candidate. Provide this OR candidate, but not both.
      • withCandidateId

        public AtsCreateApplicationRequestDto withCandidateId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> candidateId)
        Unique identifier of the candidate. Provide this OR candidate, but not both.
      • 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