Class AtsCreateApplicationRequestDtoApplicationStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateApplicationRequestDtoApplicationStatus
-
public class AtsCreateApplicationRequestDtoApplicationStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateApplicationRequestDtoApplicationStatus.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateApplicationRequestDtoApplicationStatus()AtsCreateApplicationRequestDtoApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsCreateApplicationRequestDtoApplicationStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AtsCreateApplicationRequestDtoSourceValue>sourceValue()The source value of the application status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AtsCreateApplicationRequestDtoValue>value()The status of the application.AtsCreateApplicationRequestDtoApplicationStatuswithSourceValue(AtsCreateApplicationRequestDtoSourceValue sourceValue)The source value of the application status.AtsCreateApplicationRequestDtoApplicationStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoSourceValue> sourceValue)The source value of the application status.AtsCreateApplicationRequestDtoApplicationStatuswithValue(AtsCreateApplicationRequestDtoValue value)The status of the application.AtsCreateApplicationRequestDtoApplicationStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoValue> value)The status of the application.
-
-
-
Constructor Detail
-
AtsCreateApplicationRequestDtoApplicationStatus
public AtsCreateApplicationRequestDtoApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoSourceValue> sourceValue)
-
AtsCreateApplicationRequestDtoApplicationStatus
public AtsCreateApplicationRequestDtoApplicationStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateApplicationRequestDtoValue> value()
The status of the application.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateApplicationRequestDtoSourceValue> sourceValue()
The source value of the application status.
-
builder
public static AtsCreateApplicationRequestDtoApplicationStatus.Builder builder()
-
withValue
public AtsCreateApplicationRequestDtoApplicationStatus withValue(AtsCreateApplicationRequestDtoValue value)
The status of the application.
-
withValue
public AtsCreateApplicationRequestDtoApplicationStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoValue> value)
The status of the application.
-
withSourceValue
public AtsCreateApplicationRequestDtoApplicationStatus withSourceValue(AtsCreateApplicationRequestDtoSourceValue sourceValue)
The source value of the application status.
-
withSourceValue
public AtsCreateApplicationRequestDtoApplicationStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateApplicationRequestDtoSourceValue> 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
-
-