Class UpdateTaskRequestDtoStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateTaskRequestDtoStatus
-
public class UpdateTaskRequestDtoStatus extends java.lang.ObjectUpdateTaskRequestDtoStatusThe status to apply to this Task
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateTaskRequestDtoStatus.Builder
-
Constructor Summary
Constructors Constructor Description UpdateTaskRequestDtoStatus()UpdateTaskRequestDtoStatus(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateTaskRequestDtoStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<UpdateTaskRequestDtoSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<UpdateTaskRequestDtoValue>value()The unified value for the status of the task.UpdateTaskRequestDtoStatuswithSourceValue(UpdateTaskRequestDtoSourceValue sourceValue)UpdateTaskRequestDtoStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoSourceValue> sourceValue)UpdateTaskRequestDtoStatuswithValue(UpdateTaskRequestDtoValue value)The unified value for the status of the task.UpdateTaskRequestDtoStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoValue> value)The unified value for the status of the task.
-
-
-
Constructor Detail
-
UpdateTaskRequestDtoStatus
public UpdateTaskRequestDtoStatus(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoSourceValue> sourceValue)
-
UpdateTaskRequestDtoStatus
public UpdateTaskRequestDtoStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<UpdateTaskRequestDtoValue> value()
The unified value for the status of the task. If the provider does not specify this status, the value will be set to UnmappedValue
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<UpdateTaskRequestDtoSourceValue> sourceValue()
-
builder
public static UpdateTaskRequestDtoStatus.Builder builder()
-
withValue
public UpdateTaskRequestDtoStatus withValue(UpdateTaskRequestDtoValue value)
The unified value for the status of the task. If the provider does not specify this status, the value will be set to UnmappedValue
-
withValue
public UpdateTaskRequestDtoStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoValue> value)
The unified value for the status of the task. If the provider does not specify this status, the value will be set to UnmappedValue
-
withSourceValue
public UpdateTaskRequestDtoStatus withSourceValue(UpdateTaskRequestDtoSourceValue sourceValue)
-
withSourceValue
public UpdateTaskRequestDtoStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoSourceValue> 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
-
-