Class AtsCreateBackgroundCheckOrderRequestDtoApplication
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateBackgroundCheckOrderRequestDtoApplication
-
public class AtsCreateBackgroundCheckOrderRequestDtoApplication extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateBackgroundCheckOrderRequestDtoApplication.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateBackgroundCheckOrderRequestDtoApplication()AtsCreateBackgroundCheckOrderRequestDtoApplication(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus> applicationStatus, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus>applicationStatus()static AtsCreateBackgroundCheckOrderRequestDtoApplication.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()AtsCreateBackgroundCheckOrderRequestDtoApplicationwithApplicationStatus(AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus applicationStatus)AtsCreateBackgroundCheckOrderRequestDtoApplicationwithApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus> applicationStatus)AtsCreateBackgroundCheckOrderRequestDtoApplicationwithId(java.lang.String id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoApplicationwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoApplicationwithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtoApplicationwithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtoApplicationwithRemoteId(java.lang.String remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtoApplicationwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
AtsCreateBackgroundCheckOrderRequestDtoApplication
public AtsCreateBackgroundCheckOrderRequestDtoApplication(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus> applicationStatus, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
AtsCreateBackgroundCheckOrderRequestDtoApplication
public AtsCreateBackgroundCheckOrderRequestDtoApplication()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
applicationStatus
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus> applicationStatus()
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static final AtsCreateBackgroundCheckOrderRequestDtoApplication.Builder builder()
-
withId
public AtsCreateBackgroundCheckOrderRequestDtoApplication withId(java.lang.String id)
Unique identifier
-
withId
public AtsCreateBackgroundCheckOrderRequestDtoApplication withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDtoApplication withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDtoApplication withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withApplicationStatus
public AtsCreateBackgroundCheckOrderRequestDtoApplication withApplicationStatus(AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus applicationStatus)
-
withApplicationStatus
public AtsCreateBackgroundCheckOrderRequestDtoApplication withApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus> applicationStatus)
-
withPassthrough
public AtsCreateBackgroundCheckOrderRequestDtoApplication withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsCreateBackgroundCheckOrderRequestDtoApplication withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-