Class AtsCreateBackgroundCheckOrderRequestDtoJob.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateBackgroundCheckOrderRequestDtoJob.Builder
-
- Enclosing class:
- AtsCreateBackgroundCheckOrderRequestDtoJob
public static final class AtsCreateBackgroundCheckOrderRequestDtoJob.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsCreateBackgroundCheckOrderRequestDtoJobbuild()AtsCreateBackgroundCheckOrderRequestDtoJob.BuilderhiringTeam(java.util.List<JobHiringTeam> hiringTeam)Hiring team for the job.AtsCreateBackgroundCheckOrderRequestDtoJob.BuilderhiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)Hiring team for the job.AtsCreateBackgroundCheckOrderRequestDtoJob.Builderid(java.lang.String id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoJob.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoJob.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtoJob.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtoJob.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtoJob.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtoJob.Buildertitle(java.lang.String title)Title of the jobAtsCreateBackgroundCheckOrderRequestDtoJob.Buildertitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the job
-
-
-
Method Detail
-
id
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder id(java.lang.String id)
Unique identifier
-
id
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
title
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder title(java.lang.String title)
Title of the job
-
title
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder title(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
hiringTeam
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder hiringTeam(java.util.List<JobHiringTeam> hiringTeam)
Hiring team for the job.
-
hiringTeam
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder hiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)
Hiring team for the job.
-
passthrough
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public AtsCreateBackgroundCheckOrderRequestDtoJob.Builder passthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
build
public AtsCreateBackgroundCheckOrderRequestDtoJob build()
-
-