Class AtsUpdateBackgroundCheckResultRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsUpdateBackgroundCheckResultRequestDto
-
public class AtsUpdateBackgroundCheckResultRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsUpdateBackgroundCheckResultRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AtsUpdateBackgroundCheckResultRequestDto()AtsUpdateBackgroundCheckResultRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoScore> 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 AtsUpdateBackgroundCheckResultRequestDtoResult> result, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments, org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoCandidate> candidate, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
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 AtsUpdateBackgroundCheckResultRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<AtsUpdateBackgroundCheckResultRequestDtoCandidate>candidate()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<AtsUpdateBackgroundCheckResultRequestDtoResult>result()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>resultUrl()The test`s result urlorg.openapitools.jackson.nullable.JsonNullable<AtsUpdateBackgroundCheckResultRequestDtoScore>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()AtsUpdateBackgroundCheckResultRequestDtowithAttachments(java.util.List<Attachment> attachments)AtsUpdateBackgroundCheckResultRequestDtowithAttachments(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)AtsUpdateBackgroundCheckResultRequestDtowithCandidate(AtsUpdateBackgroundCheckResultRequestDtoCandidate candidate)AtsUpdateBackgroundCheckResultRequestDtowithCandidate(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoCandidate> candidate)AtsUpdateBackgroundCheckResultRequestDtowithId(java.lang.String id)Unique identifierAtsUpdateBackgroundCheckResultRequestDtowithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsUpdateBackgroundCheckResultRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsUpdateBackgroundCheckResultRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsUpdateBackgroundCheckResultRequestDtowithResult(AtsUpdateBackgroundCheckResultRequestDtoResult result)AtsUpdateBackgroundCheckResultRequestDtowithResult(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoResult> result)AtsUpdateBackgroundCheckResultRequestDtowithResultUrl(java.lang.String resultUrl)The test`s result urlAtsUpdateBackgroundCheckResultRequestDtowithResultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)The test`s result urlAtsUpdateBackgroundCheckResultRequestDtowithScore(AtsUpdateBackgroundCheckResultRequestDtoScore score)AtsUpdateBackgroundCheckResultRequestDtowithScore(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoScore> score)AtsUpdateBackgroundCheckResultRequestDtowithStartDate(java.time.OffsetDateTime startDate)The start date of the candidate testAtsUpdateBackgroundCheckResultRequestDtowithStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)The start date of the candidate testAtsUpdateBackgroundCheckResultRequestDtowithSubmissionDate(java.time.OffsetDateTime submissionDate)The submission date of the candidate testAtsUpdateBackgroundCheckResultRequestDtowithSubmissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)The submission date of the candidate testAtsUpdateBackgroundCheckResultRequestDtowithSummary(java.lang.String summary)The summary about the result of the testAtsUpdateBackgroundCheckResultRequestDtowithSummary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)The summary about the result of the test
-
-
-
Constructor Detail
-
AtsUpdateBackgroundCheckResultRequestDto
public AtsUpdateBackgroundCheckResultRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoScore> 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 AtsUpdateBackgroundCheckResultRequestDtoResult> result, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments, org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoCandidate> candidate, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
AtsUpdateBackgroundCheckResultRequestDto
public AtsUpdateBackgroundCheckResultRequestDto()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
score
public org.openapitools.jackson.nullable.JsonNullable<AtsUpdateBackgroundCheckResultRequestDtoScore> 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<AtsUpdateBackgroundCheckResultRequestDtoResult> 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()
-
candidate
public org.openapitools.jackson.nullable.JsonNullable<AtsUpdateBackgroundCheckResultRequestDtoCandidate> candidate()
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static AtsUpdateBackgroundCheckResultRequestDto.Builder builder()
-
withId
public AtsUpdateBackgroundCheckResultRequestDto withId(java.lang.String id)
Unique identifier
-
withId
public AtsUpdateBackgroundCheckResultRequestDto withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withScore
public AtsUpdateBackgroundCheckResultRequestDto withScore(AtsUpdateBackgroundCheckResultRequestDtoScore score)
-
withScore
public AtsUpdateBackgroundCheckResultRequestDto withScore(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoScore> score)
-
withStartDate
public AtsUpdateBackgroundCheckResultRequestDto withStartDate(java.time.OffsetDateTime startDate)
The start date of the candidate test
-
withStartDate
public AtsUpdateBackgroundCheckResultRequestDto withStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
The start date of the candidate test
-
withSubmissionDate
public AtsUpdateBackgroundCheckResultRequestDto withSubmissionDate(java.time.OffsetDateTime submissionDate)
The submission date of the candidate test
-
withSubmissionDate
public AtsUpdateBackgroundCheckResultRequestDto withSubmissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)
The submission date of the candidate test
-
withSummary
public AtsUpdateBackgroundCheckResultRequestDto withSummary(java.lang.String summary)
The summary about the result of the test
-
withSummary
public AtsUpdateBackgroundCheckResultRequestDto withSummary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)
The summary about the result of the test
-
withResult
public AtsUpdateBackgroundCheckResultRequestDto withResult(AtsUpdateBackgroundCheckResultRequestDtoResult result)
-
withResult
public AtsUpdateBackgroundCheckResultRequestDto withResult(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoResult> result)
-
withResultUrl
public AtsUpdateBackgroundCheckResultRequestDto withResultUrl(java.lang.String resultUrl)
The test`s result url
-
withResultUrl
public AtsUpdateBackgroundCheckResultRequestDto withResultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
The test`s result url
-
withAttachments
public AtsUpdateBackgroundCheckResultRequestDto withAttachments(java.util.List<Attachment> attachments)
-
withAttachments
public AtsUpdateBackgroundCheckResultRequestDto withAttachments(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)
-
withCandidate
public AtsUpdateBackgroundCheckResultRequestDto withCandidate(AtsUpdateBackgroundCheckResultRequestDtoCandidate candidate)
-
withCandidate
public AtsUpdateBackgroundCheckResultRequestDto withCandidate(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoCandidate> candidate)
-
withPassthrough
public AtsUpdateBackgroundCheckResultRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsUpdateBackgroundCheckResultRequestDto withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
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
-
-