Class ScreeningQuestionAnswerRequest


  • public final class ScreeningQuestionAnswerRequest
    extends java.lang.Object
    • Method Detail

      • getRemoteId

        public java.util.Optional<java.lang.String> getRemoteId()
        Returns:
        The third-party API ID of the matching object.
      • getQuestion

        public java.util.Optional<ScreeningQuestionAnswerRequestQuestion> getQuestion()
        Returns:
        The screening question associated with the candidate’s answer. To determine the data type of the answer, you can expand on the screening question by adding screening_question_answers.question to the expand query parameter.
      • getAnswer

        public java.util.Optional<java.lang.String> getAnswer()
        Returns:
        The candidate’s response to the screening question.
      • getIntegrationParams

        public java.util.Optional<java.util.Map<java.lang.String,​com.fasterxml.jackson.databind.JsonNode>> getIntegrationParams()
      • getLinkedAccountParams

        public java.util.Optional<java.util.Map<java.lang.String,​com.fasterxml.jackson.databind.JsonNode>> getLinkedAccountParams()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

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