Class ScreeningResult
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ScreeningResult
-
public class ScreeningResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScreeningResult.Builder
-
Constructor Summary
Constructors Constructor Description ScreeningResult()ScreeningResult(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> orderId, org.openapitools.jackson.nullable.JsonNullable<? extends ScreeningResultScore> 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 ScreeningResultStatus> status, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScreeningResult.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>orderId()Order ID associated with this resultorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>resultUrl()URL to view the detailed resultorg.openapitools.jackson.nullable.JsonNullable<ScreeningResultScore>score()Score informationorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startDate()Start date of the screeningorg.openapitools.jackson.nullable.JsonNullable<ScreeningResultStatus>status()Result statusorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>submissionDate()Submission date of the screeningorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>summary()Summary of the screening resultjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectScreeningResultwithId(java.lang.String id)Unique identifierScreeningResultwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierScreeningResultwithOrderId(java.lang.String orderId)Order ID associated with this resultScreeningResultwithOrderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> orderId)Order ID associated with this resultScreeningResultwithRemoteId(java.lang.String remoteId)Provider's unique identifierScreeningResultwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierScreeningResultwithResultUrl(java.lang.String resultUrl)URL to view the detailed resultScreeningResultwithResultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)URL to view the detailed resultScreeningResultwithScore(ScreeningResultScore score)Score informationScreeningResultwithScore(org.openapitools.jackson.nullable.JsonNullable<? extends ScreeningResultScore> score)Score informationScreeningResultwithStartDate(java.time.OffsetDateTime startDate)Start date of the screeningScreeningResultwithStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)Start date of the screeningScreeningResultwithStatus(ScreeningResultStatus status)Result statusScreeningResultwithStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ScreeningResultStatus> status)Result statusScreeningResultwithSubmissionDate(java.time.OffsetDateTime submissionDate)Submission date of the screeningScreeningResultwithSubmissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)Submission date of the screeningScreeningResultwithSummary(java.lang.String summary)Summary of the screening resultScreeningResultwithSummary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)Summary of the screening resultScreeningResultwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectScreeningResultwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Constructor Detail
-
ScreeningResult
public ScreeningResult(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> orderId, org.openapitools.jackson.nullable.JsonNullable<? extends ScreeningResultScore> 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 ScreeningResultStatus> status, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
-
ScreeningResult
public ScreeningResult()
-
-
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
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
orderId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> orderId()
Order ID associated with this result
-
score
public org.openapitools.jackson.nullable.JsonNullable<ScreeningResultScore> score()
Score information
-
startDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
Start date of the screening
-
submissionDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate()
Submission date of the screening
-
summary
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary()
Summary of the screening result
-
status
public org.openapitools.jackson.nullable.JsonNullable<ScreeningResultStatus> status()
Result status
-
resultUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl()
URL to view the detailed result
-
builder
public static ScreeningResult.Builder builder()
-
withId
public ScreeningResult withId(java.lang.String id)
Unique identifier
-
withId
public ScreeningResult withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public ScreeningResult withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public ScreeningResult withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public ScreeningResult withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public ScreeningResult withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withOrderId
public ScreeningResult withOrderId(java.lang.String orderId)
Order ID associated with this result
-
withOrderId
public ScreeningResult withOrderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> orderId)
Order ID associated with this result
-
withScore
public ScreeningResult withScore(ScreeningResultScore score)
Score information
-
withScore
public ScreeningResult withScore(org.openapitools.jackson.nullable.JsonNullable<? extends ScreeningResultScore> score)
Score information
-
withStartDate
public ScreeningResult withStartDate(java.time.OffsetDateTime startDate)
Start date of the screening
-
withStartDate
public ScreeningResult withStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
Start date of the screening
-
withSubmissionDate
public ScreeningResult withSubmissionDate(java.time.OffsetDateTime submissionDate)
Submission date of the screening
-
withSubmissionDate
public ScreeningResult withSubmissionDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)
Submission date of the screening
-
withSummary
public ScreeningResult withSummary(java.lang.String summary)
Summary of the screening result
-
withSummary
public ScreeningResult withSummary(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)
Summary of the screening result
-
withStatus
public ScreeningResult withStatus(ScreeningResultStatus status)
Result status
-
withStatus
public ScreeningResult withStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ScreeningResultStatus> status)
Result status
-
withResultUrl
public ScreeningResult withResultUrl(java.lang.String resultUrl)
URL to view the detailed result
-
withResultUrl
public ScreeningResult withResultUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
URL to view the detailed result
-
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
-
-