Class TaskType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TaskType
-
public class TaskType extends java.lang.ObjectTaskTypeThe type of the task
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskType.Builder
-
Constructor Summary
Constructors Constructor Description TaskType()TaskType(org.openapitools.jackson.nullable.JsonNullable<? extends TaskValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TaskSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TaskSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TaskValue>value()The unified value for the type of the task.TaskTypewithSourceValue(TaskSourceValue sourceValue)TaskTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskSourceValue> sourceValue)TaskTypewithValue(TaskValue value)The unified value for the type of the task.TaskTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskValue> value)The unified value for the type of the task.
-
-
-
Constructor Detail
-
TaskType
public TaskType(org.openapitools.jackson.nullable.JsonNullable<? extends TaskValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TaskSourceValue> sourceValue)
-
TaskType
public TaskType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TaskValue> value()
The unified value for the type of the task. If the provider does not specify this type, the value will be set to UnmappedValue
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TaskSourceValue> sourceValue()
-
builder
public static final TaskType.Builder builder()
-
withValue
public TaskType withValue(TaskValue value)
The unified value for the type of the task. If the provider does not specify this type, the value will be set to UnmappedValue
-
withValue
public TaskType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskValue> value)
The unified value for the type of the task. If the provider does not specify this type, the value will be set to UnmappedValue
-
withSourceValue
public TaskType withSourceValue(TaskSourceValue sourceValue)
-
withSourceValue
public TaskType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskSourceValue> 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
-
-