Class UpdateTaskRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateTaskRequestDto
-
public class UpdateTaskRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateTaskRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description UpdateTaskRequestDto()UpdateTaskRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoStatus> status)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateTaskRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>comment()Comment or note about the task updatebooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<UpdateTaskRequestDtoStatus>status()The status to apply to this Taskjava.lang.StringtoString()UpdateTaskRequestDtowithComment(java.lang.String comment)Comment or note about the task updateUpdateTaskRequestDtowithComment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment)Comment or note about the task updateUpdateTaskRequestDtowithStatus(UpdateTaskRequestDtoStatus status)The status to apply to this TaskUpdateTaskRequestDtowithStatus(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoStatus> status)The status to apply to this Task
-
-
-
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
-
builder
public static UpdateTaskRequestDto.Builder builder()
-
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
-
withStatus
public UpdateTaskRequestDto withStatus(UpdateTaskRequestDtoStatus status)
The status to apply to this Task
-
withStatus
public UpdateTaskRequestDto withStatus(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoStatus> status)
The status to apply to this Task
-
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
-
-