Class ScreeningQuestionAnswerRequest
- java.lang.Object
-
- com.merge.api.resources.ats.types.ScreeningQuestionAnswerRequest
-
public final class ScreeningQuestionAnswerRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScreeningQuestionAnswerRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScreeningQuestionAnswerRequest.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.String>getAnswer()java.util.Optional<java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>getIntegrationParams()java.util.Optional<java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode>>getLinkedAccountParams()java.util.Optional<ScreeningQuestionAnswerRequestQuestion>getQuestion()java.util.Optional<java.lang.String>getRemoteId()inthashCode()java.lang.StringtoString()
-
-
-
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.questionto theexpandquery 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:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ScreeningQuestionAnswerRequest.Builder builder()
-
-