Class UpdateTaskRequestDto


  • public class UpdateTaskRequestDto
    extends java.lang.Object
    • Constructor Detail

      • UpdateTaskRequestDto

        public UpdateTaskRequestDto​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment,
                                    org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoStatus> status)
      • UpdateTaskRequestDto

        public UpdateTaskRequestDto()
    • Method Detail

      • comment

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment()
        Comment or note about the task update
      • status

        public org.openapitools.jackson.nullable.JsonNullable<UpdateTaskRequestDtoStatus> status()
        The status to apply to this Task
      • withComment

        public UpdateTaskRequestDto withComment​(java.lang.String comment)
        Comment or note about the task update
      • withComment

        public UpdateTaskRequestDto withComment​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment)
        Comment or note about the task update
      • 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