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