Class BackgroundCheckOrderApplication.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckOrderApplication.Builder
-
- Enclosing class:
- BackgroundCheckOrderApplication
public static final class BackgroundCheckOrderApplication.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackgroundCheckOrderApplication.BuilderapplicationStatus(BackgroundCheckOrderApplicationStatus applicationStatus)BackgroundCheckOrderApplication.BuilderapplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderApplicationStatus> applicationStatus)BackgroundCheckOrderApplicationbuild()BackgroundCheckOrderApplication.Builderid(java.lang.String id)Unique identifierBackgroundCheckOrderApplication.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierBackgroundCheckOrderApplication.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerBackgroundCheckOrderApplication.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerBackgroundCheckOrderApplication.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierBackgroundCheckOrderApplication.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public BackgroundCheckOrderApplication.Builder id(java.lang.String id)
Unique identifier
-
id
public BackgroundCheckOrderApplication.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public BackgroundCheckOrderApplication.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public BackgroundCheckOrderApplication.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
applicationStatus
public BackgroundCheckOrderApplication.Builder applicationStatus(BackgroundCheckOrderApplicationStatus applicationStatus)
-
applicationStatus
public BackgroundCheckOrderApplication.Builder applicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderApplicationStatus> applicationStatus)
-
passthrough
public BackgroundCheckOrderApplication.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public BackgroundCheckOrderApplication.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 BackgroundCheckOrderApplication build()
-
-