Class AssignmentStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AssignmentStatus
-
public class AssignmentStatus extends java.lang.ObjectAssignmentStatusThe status of the assignment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssignmentStatus.Builder
-
Constructor Summary
Constructors Constructor Description AssignmentStatus()AssignmentStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssignmentStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AssignmentSourceValue>sourceValue()The original status value from the provider before normalization.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AssignmentValue>value()The StackOne unified assignment status.AssignmentStatuswithSourceValue(AssignmentSourceValue sourceValue)The original status value from the provider before normalization.AssignmentStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentSourceValue> sourceValue)The original status value from the provider before normalization.AssignmentStatuswithValue(AssignmentValue value)The StackOne unified assignment status.AssignmentStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentValue> value)The StackOne unified assignment status.
-
-
-
Constructor Detail
-
AssignmentStatus
public AssignmentStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentSourceValue> sourceValue)
-
AssignmentStatus
public AssignmentStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AssignmentValue> value()
The StackOne unified assignment status.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AssignmentSourceValue> sourceValue()
The original status value from the provider before normalization.
-
builder
public static AssignmentStatus.Builder builder()
-
withValue
public AssignmentStatus withValue(AssignmentValue value)
The StackOne unified assignment status.
-
withValue
public AssignmentStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentValue> value)
The StackOne unified assignment status.
-
withSourceValue
public AssignmentStatus withSourceValue(AssignmentSourceValue sourceValue)
The original status value from the provider before normalization.
-
withSourceValue
public AssignmentStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentSourceValue> sourceValue)
The original status value from the provider before normalization.
-
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
-
-