Class BackgroundCheckResult
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckResult
-
public class BackgroundCheckResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundCheckResult.Builder
-
Constructor Summary
Constructors Constructor Description BackgroundCheckResult()BackgroundCheckResult(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultCandidate> candidate, org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultScore> score, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary, org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultResult> result, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.util.List<Attachment>>attachments()static BackgroundCheckResult.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultCandidate>candidate()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultResult>result()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>resultUrl()The test`s result urlorg.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultScore>score()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startDate()The start date of the candidate testorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>submissionDate()The submission date of the candidate testorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>summary()The summary about the result of the testjava.lang.StringtoString()BackgroundCheckResultwithAttachments(java.util.List<Attachment> attachments)BackgroundCheckResultwithAttachments(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)BackgroundCheckResultwithCandidate(BackgroundCheckResultCandidate candidate)BackgroundCheckResultwithCandidate(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultCandidate> candidate)BackgroundCheckResultwithId(java.lang.String id)Unique identifierBackgroundCheckResultwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierBackgroundCheckResultwithRemoteId(java.lang.String remoteId)Provider's unique identifierBackgroundCheckResultwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierBackgroundCheckResultwithResult(BackgroundCheckResultResult result)BackgroundCheckResultwithResult(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultResult> result)BackgroundCheckResultwithResultUrl(java.lang.String resultUrl)The test`s result urlBackgroundCheckResultwithResultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)The test`s result urlBackgroundCheckResultwithScore(BackgroundCheckResultScore score)BackgroundCheckResultwithScore(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultScore> score)BackgroundCheckResultwithStartDate(java.time.OffsetDateTime startDate)The start date of the candidate testBackgroundCheckResultwithStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)The start date of the candidate testBackgroundCheckResultwithSubmissionDate(java.time.OffsetDateTime submissionDate)The submission date of the candidate testBackgroundCheckResultwithSubmissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)The submission date of the candidate testBackgroundCheckResultwithSummary(java.lang.String summary)The summary about the result of the testBackgroundCheckResultwithSummary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)The summary about the result of the test
-
-
-
Constructor Detail
-
BackgroundCheckResult
public BackgroundCheckResult(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultCandidate> candidate, org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultScore> score, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary, org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultResult> result, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)
-
BackgroundCheckResult
public BackgroundCheckResult()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
candidate
public org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultCandidate> candidate()
-
score
public org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultScore> score()
-
startDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
The start date of the candidate test
-
submissionDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate()
The submission date of the candidate test
-
summary
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary()
The summary about the result of the test
-
result
public org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultResult> result()
-
resultUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl()
The test`s result url
-
attachments
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Attachment>> attachments()
-
builder
public static final BackgroundCheckResult.Builder builder()
-
withId
public BackgroundCheckResult withId(java.lang.String id)
Unique identifier
-
withId
public BackgroundCheckResult withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public BackgroundCheckResult withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public BackgroundCheckResult withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withCandidate
public BackgroundCheckResult withCandidate(BackgroundCheckResultCandidate candidate)
-
withCandidate
public BackgroundCheckResult withCandidate(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultCandidate> candidate)
-
withScore
public BackgroundCheckResult withScore(BackgroundCheckResultScore score)
-
withScore
public BackgroundCheckResult withScore(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultScore> score)
-
withStartDate
public BackgroundCheckResult withStartDate(java.time.OffsetDateTime startDate)
The start date of the candidate test
-
withStartDate
public BackgroundCheckResult withStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
The start date of the candidate test
-
withSubmissionDate
public BackgroundCheckResult withSubmissionDate(java.time.OffsetDateTime submissionDate)
The submission date of the candidate test
-
withSubmissionDate
public BackgroundCheckResult withSubmissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)
The submission date of the candidate test
-
withSummary
public BackgroundCheckResult withSummary(java.lang.String summary)
The summary about the result of the test
-
withSummary
public BackgroundCheckResult withSummary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)
The summary about the result of the test
-
withResult
public BackgroundCheckResult withResult(BackgroundCheckResultResult result)
-
withResult
public BackgroundCheckResult withResult(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultResult> result)
-
withResultUrl
public BackgroundCheckResult withResultUrl(java.lang.String resultUrl)
The test`s result url
-
withResultUrl
public BackgroundCheckResult withResultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
The test`s result url
-
withAttachments
public BackgroundCheckResult withAttachments(java.util.List<Attachment> attachments)
-
withAttachments
public BackgroundCheckResult withAttachments(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-