Class AtsUpdateBackgroundCheckResultRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsUpdateBackgroundCheckResultRequestDto.Builder
-
- Enclosing class:
- AtsUpdateBackgroundCheckResultRequestDto
public static final class AtsUpdateBackgroundCheckResultRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsUpdateBackgroundCheckResultRequestDto.Builderattachments(java.util.List<Attachment> attachments)AtsUpdateBackgroundCheckResultRequestDto.Builderattachments(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)AtsUpdateBackgroundCheckResultRequestDtobuild()AtsUpdateBackgroundCheckResultRequestDto.Buildercandidate(AtsUpdateBackgroundCheckResultRequestDtoCandidate candidate)AtsUpdateBackgroundCheckResultRequestDto.Buildercandidate(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoCandidate> candidate)AtsUpdateBackgroundCheckResultRequestDto.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsUpdateBackgroundCheckResultRequestDto.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsUpdateBackgroundCheckResultRequestDto.Builderresult(AtsUpdateBackgroundCheckResultRequestDtoResult result)AtsUpdateBackgroundCheckResultRequestDto.Builderresult(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoResult> result)AtsUpdateBackgroundCheckResultRequestDto.BuilderresultUrl(java.lang.String resultUrl)The test`s result urlAtsUpdateBackgroundCheckResultRequestDto.BuilderresultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)The test`s result urlAtsUpdateBackgroundCheckResultRequestDto.Builderscore(AtsUpdateBackgroundCheckResultRequestDtoScore score)AtsUpdateBackgroundCheckResultRequestDto.Builderscore(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoScore> score)AtsUpdateBackgroundCheckResultRequestDto.BuilderstartDate(java.time.OffsetDateTime startDate)The start date of the candidate testAtsUpdateBackgroundCheckResultRequestDto.BuilderstartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)The start date of the candidate testAtsUpdateBackgroundCheckResultRequestDto.BuildersubmissionDate(java.time.OffsetDateTime submissionDate)The submission date of the candidate testAtsUpdateBackgroundCheckResultRequestDto.BuildersubmissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)The submission date of the candidate testAtsUpdateBackgroundCheckResultRequestDto.Buildersummary(java.lang.String summary)The summary about the result of the testAtsUpdateBackgroundCheckResultRequestDto.Buildersummary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)The summary about the result of the test
-
-
-
Method Detail
-
score
public AtsUpdateBackgroundCheckResultRequestDto.Builder score(AtsUpdateBackgroundCheckResultRequestDtoScore score)
-
score
public AtsUpdateBackgroundCheckResultRequestDto.Builder score(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoScore> score)
-
startDate
public AtsUpdateBackgroundCheckResultRequestDto.Builder startDate(java.time.OffsetDateTime startDate)
The start date of the candidate test
-
startDate
public AtsUpdateBackgroundCheckResultRequestDto.Builder startDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
The start date of the candidate test
-
submissionDate
public AtsUpdateBackgroundCheckResultRequestDto.Builder submissionDate(java.time.OffsetDateTime submissionDate)
The submission date of the candidate test
-
submissionDate
public AtsUpdateBackgroundCheckResultRequestDto.Builder submissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)
The submission date of the candidate test
-
summary
public AtsUpdateBackgroundCheckResultRequestDto.Builder summary(java.lang.String summary)
The summary about the result of the test
-
summary
public AtsUpdateBackgroundCheckResultRequestDto.Builder summary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)
The summary about the result of the test
-
result
public AtsUpdateBackgroundCheckResultRequestDto.Builder result(AtsUpdateBackgroundCheckResultRequestDtoResult result)
-
result
public AtsUpdateBackgroundCheckResultRequestDto.Builder result(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoResult> result)
-
resultUrl
public AtsUpdateBackgroundCheckResultRequestDto.Builder resultUrl(java.lang.String resultUrl)
The test`s result url
-
resultUrl
public AtsUpdateBackgroundCheckResultRequestDto.Builder resultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
The test`s result url
-
attachments
public AtsUpdateBackgroundCheckResultRequestDto.Builder attachments(java.util.List<Attachment> attachments)
-
attachments
public AtsUpdateBackgroundCheckResultRequestDto.Builder attachments(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)
-
candidate
public AtsUpdateBackgroundCheckResultRequestDto.Builder candidate(AtsUpdateBackgroundCheckResultRequestDtoCandidate candidate)
-
candidate
public AtsUpdateBackgroundCheckResultRequestDto.Builder candidate(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoCandidate> candidate)
-
passthrough
public AtsUpdateBackgroundCheckResultRequestDto.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public AtsUpdateBackgroundCheckResultRequestDto.Builder passthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
build
public AtsUpdateBackgroundCheckResultRequestDto build()
-
-