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