Class ScreeningQuestionAnswer.Builder
- java.lang.Object
-
- com.merge.api.resources.ats.types.ScreeningQuestionAnswer.Builder
-
- Enclosing class:
- ScreeningQuestionAnswer
public static final class ScreeningQuestionAnswer.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
from
public ScreeningQuestionAnswer.Builder from(ScreeningQuestionAnswer other)
-
id
public ScreeningQuestionAnswer.Builder id(java.util.Optional<java.lang.String> id)
-
id
public ScreeningQuestionAnswer.Builder id(java.lang.String id)
-
remoteId
public ScreeningQuestionAnswer.Builder remoteId(java.util.Optional<java.lang.String> remoteId)
-
remoteId
public ScreeningQuestionAnswer.Builder remoteId(java.lang.String remoteId)
-
createdAt
public ScreeningQuestionAnswer.Builder createdAt(java.util.Optional<java.time.OffsetDateTime> createdAt)
-
createdAt
public ScreeningQuestionAnswer.Builder createdAt(java.time.OffsetDateTime createdAt)
-
modifiedAt
public ScreeningQuestionAnswer.Builder modifiedAt(java.util.Optional<java.time.OffsetDateTime> modifiedAt)
-
modifiedAt
public ScreeningQuestionAnswer.Builder modifiedAt(java.time.OffsetDateTime modifiedAt)
-
question
public ScreeningQuestionAnswer.Builder question(java.util.Optional<ScreeningQuestionAnswerQuestion> question)
-
question
public ScreeningQuestionAnswer.Builder question(ScreeningQuestionAnswerQuestion question)
-
answer
public ScreeningQuestionAnswer.Builder answer(java.util.Optional<java.lang.String> answer)
-
answer
public ScreeningQuestionAnswer.Builder answer(java.lang.String answer)
-
remoteWasDeleted
public ScreeningQuestionAnswer.Builder remoteWasDeleted(java.util.Optional<java.lang.Boolean> remoteWasDeleted)
-
remoteWasDeleted
public ScreeningQuestionAnswer.Builder remoteWasDeleted(java.lang.Boolean remoteWasDeleted)
-
build
public ScreeningQuestionAnswer build()
-
-