Class TaskType


  • public class TaskType
    extends java.lang.Object
    TaskType

    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()
      • 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​(org.openapitools.jackson.nullable.JsonNullable<? extends TaskSourceValue> sourceValue)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object