Class AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder
-
- Enclosing class:
- AtsCreateBackgroundCheckOrderRequestDtoApplication
public static final class AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder id(java.lang.String id)
Unique identifier
-
id
public AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
applicationStatus
public AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder applicationStatus(AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus applicationStatus)
-
applicationStatus
public AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder applicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus> applicationStatus)
-
passthrough
public AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public AtsCreateBackgroundCheckOrderRequestDtoApplication.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 AtsCreateBackgroundCheckOrderRequestDtoApplication build()
-
-