Class TaskCommentApiModel.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TaskCommentApiModel.Builder
-
- Enclosing class:
- TaskCommentApiModel
public static final class TaskCommentApiModel.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskCommentApiModel.BuilderauthorEmployeeId(java.lang.String authorEmployeeId)The Employee ID of the author of the commentTaskCommentApiModel.BuilderauthorEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId)The Employee ID of the author of the commentTaskCommentApiModelbuild()TaskCommentApiModel.Buildercomment(java.lang.String comment)The text of the commentTaskCommentApiModel.Buildercomment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment)The text of the commentTaskCommentApiModel.BuildercreatedAt(java.time.OffsetDateTime createdAt)The creation date of this commentTaskCommentApiModel.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The creation date of this comment
-
-
-
Method Detail
-
authorEmployeeId
public TaskCommentApiModel.Builder authorEmployeeId(java.lang.String authorEmployeeId)
The Employee ID of the author of the comment
-
authorEmployeeId
public TaskCommentApiModel.Builder authorEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId)
The Employee ID of the author of the comment
-
comment
public TaskCommentApiModel.Builder comment(java.lang.String comment)
The text of the comment
-
comment
public TaskCommentApiModel.Builder comment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment)
The text of the comment
-
createdAt
public TaskCommentApiModel.Builder createdAt(java.time.OffsetDateTime createdAt)
The creation date of this comment
-
createdAt
public TaskCommentApiModel.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The creation date of this comment
-
build
public TaskCommentApiModel build()
-
-