Class BackgroundCheckResult.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckResult.Builder
-
- Enclosing class:
- BackgroundCheckResult
public static final class BackgroundCheckResult.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackgroundCheckResult.Builderattachments(java.util.List<Attachment> attachments)BackgroundCheckResult.Builderattachments(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)BackgroundCheckResultbuild()BackgroundCheckResult.Buildercandidate(BackgroundCheckResultCandidate candidate)BackgroundCheckResult.Buildercandidate(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultCandidate> candidate)BackgroundCheckResult.Builderid(java.lang.String id)Unique identifierBackgroundCheckResult.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierBackgroundCheckResult.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierBackgroundCheckResult.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierBackgroundCheckResult.Builderresult(BackgroundCheckResultResult result)BackgroundCheckResult.Builderresult(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultResult> result)BackgroundCheckResult.BuilderresultUrl(java.lang.String resultUrl)The test`s result urlBackgroundCheckResult.BuilderresultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)The test`s result urlBackgroundCheckResult.Builderscore(BackgroundCheckResultScore score)BackgroundCheckResult.Builderscore(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultScore> score)BackgroundCheckResult.BuilderstartDate(java.time.OffsetDateTime startDate)The start date of the candidate testBackgroundCheckResult.BuilderstartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)The start date of the candidate testBackgroundCheckResult.BuildersubmissionDate(java.time.OffsetDateTime submissionDate)The submission date of the candidate testBackgroundCheckResult.BuildersubmissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)The submission date of the candidate testBackgroundCheckResult.Buildersummary(java.lang.String summary)The summary about the result of the testBackgroundCheckResult.Buildersummary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)The summary about the result of the test
-
-
-
Method Detail
-
id
public BackgroundCheckResult.Builder id(java.lang.String id)
Unique identifier
-
id
public BackgroundCheckResult.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public BackgroundCheckResult.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public BackgroundCheckResult.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
candidate
public BackgroundCheckResult.Builder candidate(BackgroundCheckResultCandidate candidate)
-
candidate
public BackgroundCheckResult.Builder candidate(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultCandidate> candidate)
-
score
public BackgroundCheckResult.Builder score(BackgroundCheckResultScore score)
-
score
public BackgroundCheckResult.Builder score(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultScore> score)
-
startDate
public BackgroundCheckResult.Builder startDate(java.time.OffsetDateTime startDate)
The start date of the candidate test
-
startDate
public BackgroundCheckResult.Builder startDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
The start date of the candidate test
-
submissionDate
public BackgroundCheckResult.Builder submissionDate(java.time.OffsetDateTime submissionDate)
The submission date of the candidate test
-
submissionDate
public BackgroundCheckResult.Builder submissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)
The submission date of the candidate test
-
summary
public BackgroundCheckResult.Builder summary(java.lang.String summary)
The summary about the result of the test
-
summary
public BackgroundCheckResult.Builder summary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)
The summary about the result of the test
-
result
public BackgroundCheckResult.Builder result(BackgroundCheckResultResult result)
-
result
public BackgroundCheckResult.Builder result(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultResult> result)
-
resultUrl
public BackgroundCheckResult.Builder resultUrl(java.lang.String resultUrl)
The test`s result url
-
resultUrl
public BackgroundCheckResult.Builder resultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
The test`s result url
-
attachments
public BackgroundCheckResult.Builder attachments(java.util.List<Attachment> attachments)
-
attachments
public BackgroundCheckResult.Builder attachments(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)
-
build
public BackgroundCheckResult build()
-
-