Class AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus
-
public class AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateBackgroundCheckOrderRequestDtoApplicationStatus.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus()AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus
public AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoSourceValue> sourceValue)
-
AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus
public AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoValue> value()
The status of the application.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateBackgroundCheckOrderRequestDtoSourceValue> sourceValue()
The source value of the application status.
-
builder
public static final AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus.Builder builder()
-
withValue
public AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus withValue(AtsCreateBackgroundCheckOrderRequestDtoValue value)
The status of the application.
-
withValue
public AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoValue> value)
The status of the application.
-
withSourceValue
public AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus withSourceValue(AtsCreateBackgroundCheckOrderRequestDtoSourceValue sourceValue)
The source value of the application status.
-
withSourceValue
public AtsCreateBackgroundCheckOrderRequestDtoApplicationStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateBackgroundCheckOrderRequestDtoSourceValue> sourceValue)
The source value of the application status.
-
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
-
-