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