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