Class AtsCreateBackgroundCheckOrderRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateBackgroundCheckOrderRequestDto
-
public class AtsCreateBackgroundCheckOrderRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateBackgroundCheckOrderRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateBackgroundCheckOrderRequestDto()AtsCreateBackgroundCheckOrderRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoApplication> application, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoJob> job, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoCandidate> candidate, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoRequester> requester, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultsUpdateUrl, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoPackage> package_, 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<AtsCreateBackgroundCheckOrderRequestDtoApplication>application()static AtsCreateBackgroundCheckOrderRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoCandidate>candidate()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoJob>job()org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoPackage>package_()org.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<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoRequester>requester()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>resultsUpdateUrl()Results update urljava.lang.StringtoString()AtsCreateBackgroundCheckOrderRequestDtowithApplication(AtsCreateBackgroundCheckOrderRequestDtoApplication application)AtsCreateBackgroundCheckOrderRequestDtowithApplication(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoApplication> application)AtsCreateBackgroundCheckOrderRequestDtowithCandidate(AtsCreateBackgroundCheckOrderRequestDtoCandidate candidate)AtsCreateBackgroundCheckOrderRequestDtowithCandidate(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoCandidate> candidate)AtsCreateBackgroundCheckOrderRequestDtowithId(java.lang.String id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtowithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtowithJob(AtsCreateBackgroundCheckOrderRequestDtoJob job)AtsCreateBackgroundCheckOrderRequestDtowithJob(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoJob> job)AtsCreateBackgroundCheckOrderRequestDtowithPackage(AtsCreateBackgroundCheckOrderRequestDtoPackage package_)AtsCreateBackgroundCheckOrderRequestDtowithPackage(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoPackage> package_)AtsCreateBackgroundCheckOrderRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtowithRemoteId(java.lang.String remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtowithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtowithRequester(AtsCreateBackgroundCheckOrderRequestDtoRequester requester)AtsCreateBackgroundCheckOrderRequestDtowithRequester(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoRequester> requester)AtsCreateBackgroundCheckOrderRequestDtowithResultsUpdateUrl(java.lang.String resultsUpdateUrl)Results update urlAtsCreateBackgroundCheckOrderRequestDtowithResultsUpdateUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultsUpdateUrl)Results update url
-
-
-
Constructor Detail
-
AtsCreateBackgroundCheckOrderRequestDto
public AtsCreateBackgroundCheckOrderRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoApplication> application, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoJob> job, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoCandidate> candidate, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoRequester> requester, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultsUpdateUrl, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoPackage> package_, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
AtsCreateBackgroundCheckOrderRequestDto
public AtsCreateBackgroundCheckOrderRequestDto()
-
-
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
-
application
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoApplication> application()
-
job
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoJob> job()
-
candidate
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoCandidate> candidate()
-
requester
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoRequester> requester()
-
resultsUpdateUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultsUpdateUrl()
Results update url
-
package_
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoPackage> package_()
-
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 AtsCreateBackgroundCheckOrderRequestDto.Builder builder()
-
withId
public AtsCreateBackgroundCheckOrderRequestDto withId(java.lang.String id)
Unique identifier
-
withId
public AtsCreateBackgroundCheckOrderRequestDto withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDto withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDto withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withApplication
public AtsCreateBackgroundCheckOrderRequestDto withApplication(AtsCreateBackgroundCheckOrderRequestDtoApplication application)
-
withApplication
public AtsCreateBackgroundCheckOrderRequestDto withApplication(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoApplication> application)
-
withJob
public AtsCreateBackgroundCheckOrderRequestDto withJob(AtsCreateBackgroundCheckOrderRequestDtoJob job)
-
withJob
public AtsCreateBackgroundCheckOrderRequestDto withJob(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoJob> job)
-
withCandidate
public AtsCreateBackgroundCheckOrderRequestDto withCandidate(AtsCreateBackgroundCheckOrderRequestDtoCandidate candidate)
-
withCandidate
public AtsCreateBackgroundCheckOrderRequestDto withCandidate(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoCandidate> candidate)
-
withRequester
public AtsCreateBackgroundCheckOrderRequestDto withRequester(AtsCreateBackgroundCheckOrderRequestDtoRequester requester)
-
withRequester
public AtsCreateBackgroundCheckOrderRequestDto withRequester(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoRequester> requester)
-
withResultsUpdateUrl
public AtsCreateBackgroundCheckOrderRequestDto withResultsUpdateUrl(java.lang.String resultsUpdateUrl)
Results update url
-
withResultsUpdateUrl
public AtsCreateBackgroundCheckOrderRequestDto withResultsUpdateUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultsUpdateUrl)
Results update url
-
withPackage
public AtsCreateBackgroundCheckOrderRequestDto withPackage(AtsCreateBackgroundCheckOrderRequestDtoPackage package_)
-
withPackage
public AtsCreateBackgroundCheckOrderRequestDto withPackage(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoPackage> package_)
-
withPassthrough
public AtsCreateBackgroundCheckOrderRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsCreateBackgroundCheckOrderRequestDto 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
-
-