Class TaskCommentApiModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TaskCommentApiModel
-
public class TaskCommentApiModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskCommentApiModel.Builder
-
Constructor Summary
Constructors Constructor Description TaskCommentApiModel()TaskCommentApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.String>authorEmployeeId()The Employee ID of the author of the commentstatic TaskCommentApiModel.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>comment()The text of the commentorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The creation date of this commentbooleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()TaskCommentApiModelwithAuthorEmployeeId(java.lang.String authorEmployeeId)The Employee ID of the author of the commentTaskCommentApiModelwithAuthorEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId)The Employee ID of the author of the commentTaskCommentApiModelwithComment(java.lang.String comment)The text of the commentTaskCommentApiModelwithComment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment)The text of the commentTaskCommentApiModelwithCreatedAt(java.time.OffsetDateTime createdAt)The creation date of this commentTaskCommentApiModelwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The creation date of this comment
-
-
-
Constructor Detail
-
TaskCommentApiModel
public TaskCommentApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
-
TaskCommentApiModel
public TaskCommentApiModel()
-
-
Method Detail
-
authorEmployeeId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId()
The Employee ID of the author of the comment
-
comment
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment()
The text of the comment
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The creation date of this comment
-
builder
public static TaskCommentApiModel.Builder builder()
-
withAuthorEmployeeId
public TaskCommentApiModel withAuthorEmployeeId(java.lang.String authorEmployeeId)
The Employee ID of the author of the comment
-
withAuthorEmployeeId
public TaskCommentApiModel withAuthorEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId)
The Employee ID of the author of the comment
-
withComment
public TaskCommentApiModel withComment(java.lang.String comment)
The text of the comment
-
withComment
public TaskCommentApiModel withComment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment)
The text of the comment
-
withCreatedAt
public TaskCommentApiModel withCreatedAt(java.time.OffsetDateTime createdAt)
The creation date of this comment
-
withCreatedAt
public TaskCommentApiModel withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The creation date of this comment
-
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
-
-