Class BackgroundCheckResult


  • public class BackgroundCheckResult
    extends java.lang.Object
    • 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
      • 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
      • 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()
      • 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
      • 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
      • 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​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object