Class AssignmentStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AssignmentStatus
-
public class AssignmentStatus extends java.lang.ObjectAssignmentStatus - The 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()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AssignmentValue>value()AssignmentStatuswithSourceValue(AssignmentSourceValue sourceValue)AssignmentStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentSourceValue> sourceValue)AssignmentStatuswithValue(AssignmentValue value)AssignmentStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentValue> value)
-
-
-
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()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AssignmentSourceValue> sourceValue()
-
builder
public static final AssignmentStatus.Builder builder()
-
withValue
public AssignmentStatus withValue(AssignmentValue value)
-
withValue
public AssignmentStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentValue> value)
-
withSourceValue
public AssignmentStatus withSourceValue(AssignmentSourceValue sourceValue)
-
withSourceValue
public AssignmentStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentSourceValue> sourceValue)
-
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
-
-