Class BackgroundCheckOrder.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckOrder.Builder
-
- Enclosing class:
- BackgroundCheckOrder
public static final class BackgroundCheckOrder.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackgroundCheckOrder.Builderapplication(BackgroundCheckOrderApplication application)BackgroundCheckOrder.Builderapplication(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderApplication> application)BackgroundCheckOrderbuild()BackgroundCheckOrder.Buildercandidate(BackgroundCheckOrderCandidate candidate)BackgroundCheckOrder.Buildercandidate(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderCandidate> candidate)BackgroundCheckOrder.Builderid(java.lang.String id)Unique identifierBackgroundCheckOrder.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierBackgroundCheckOrder.Builderjob(BackgroundCheckOrderJob job)BackgroundCheckOrder.Builderjob(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderJob> job)BackgroundCheckOrder.Builderpackage_(BackgroundCheckOrderPackage package_)BackgroundCheckOrder.Builderpackage_(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderPackage> package_)BackgroundCheckOrder.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierBackgroundCheckOrder.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierBackgroundCheckOrder.Builderrequester(BackgroundCheckOrderRequester requester)BackgroundCheckOrder.Builderrequester(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderRequester> requester)BackgroundCheckOrder.BuilderresultsUpdateUrl(java.lang.String resultsUpdateUrl)Results update urlBackgroundCheckOrder.BuilderresultsUpdateUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultsUpdateUrl)Results update url
-
-
-
Method Detail
-
id
public BackgroundCheckOrder.Builder id(java.lang.String id)
Unique identifier
-
id
public BackgroundCheckOrder.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public BackgroundCheckOrder.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public BackgroundCheckOrder.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
application
public BackgroundCheckOrder.Builder application(BackgroundCheckOrderApplication application)
-
application
public BackgroundCheckOrder.Builder application(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderApplication> application)
-
job
public BackgroundCheckOrder.Builder job(BackgroundCheckOrderJob job)
-
job
public BackgroundCheckOrder.Builder job(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderJob> job)
-
candidate
public BackgroundCheckOrder.Builder candidate(BackgroundCheckOrderCandidate candidate)
-
candidate
public BackgroundCheckOrder.Builder candidate(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderCandidate> candidate)
-
requester
public BackgroundCheckOrder.Builder requester(BackgroundCheckOrderRequester requester)
-
requester
public BackgroundCheckOrder.Builder requester(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderRequester> requester)
-
resultsUpdateUrl
public BackgroundCheckOrder.Builder resultsUpdateUrl(java.lang.String resultsUpdateUrl)
Results update url
-
resultsUpdateUrl
public BackgroundCheckOrder.Builder resultsUpdateUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultsUpdateUrl)
Results update url
-
package_
public BackgroundCheckOrder.Builder package_(BackgroundCheckOrderPackage package_)
-
package_
public BackgroundCheckOrder.Builder package_(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderPackage> package_)
-
build
public BackgroundCheckOrder build()
-
-